mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
Get rid of unnecessary spaces at the end of lines
This commit is contained in:
@@ -173,7 +173,7 @@ action = function(host, port)
|
||||
|
||||
-- Check for something that looks like a query referring to a file name, like
|
||||
-- "index.php?page=next.php". Replace the query value with each of the test
|
||||
-- vectors.
|
||||
-- vectors.
|
||||
local response = http.get(host, port, root)
|
||||
if response.body then
|
||||
local page_var = response.body:match ("[%?%&](%a-)=%a-%.%a")
|
||||
|
||||
Reference in New Issue
Block a user