mirror of
https://github.com/nmap/nmap.git
synced 2026-09-01 07:52:57 +00:00
Fix a syntax error caused by reordering array entries.
This commit is contained in:
parent
53bd35c9cd
commit
602a40c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ action = function(host, port)
|
|||
'index.html?..\\..\\..\\..\\..\\boot.ini',
|
||||
--Mongoose Web Server
|
||||
'///..%2f..%2f..%2f..%2fboot.ini',
|
||||
'/..%5C..%5C%5C..%5C..%5C%5C..%5C..%5C%5C..%5C..%5Cboot.ini'
|
||||
'/..%5C..%5C%5C..%5C..%5C%5C..%5C..%5C%5C..%5C..%5Cboot.ini',
|
||||
--MultiThreaded HTTP Server v1.1
|
||||
'/..\\..\\..\\..\\\\..\\..\\\\..\\..\\\\\\boot.ini',
|
||||
--uHttp Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue