mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 07:09:01 +00:00
Fix a syntax error caused by reordering array entries.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user