mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Spelling fixes for Lua files
Mostly in documentation/comments, but a couple code bugs were caught, including a call to stdnse.pirnt_debug and a mis-declared variable.
This commit is contained in:
@@ -72,7 +72,7 @@ portrule = shortport.port_or_service( {80, 443}, {"http", "https"}, "tcp", "open
|
||||
-- don't mess up, otherwise the script may succeed when it actually
|
||||
-- hasn't.
|
||||
--
|
||||
-- Note, that more payloads will slow down your scan significaly.
|
||||
-- Note, that more payloads will slow down your scan significantly.
|
||||
payloads = { { filename = "1.php", content = "<?php echo 123456 + 654321; ?>", check = "777777" },
|
||||
{ filename = "1.php3", content = "<?php echo 123456 + 654321; ?>", check = "777777" },
|
||||
-- { filename = "1.php4", content = "<?php echo 123456 + 654321; ?>", check = "777777" },
|
||||
@@ -148,7 +148,7 @@ local buildRequests = function(host, port, submission, name, mime, partofrequest
|
||||
end
|
||||
|
||||
-- Make the requests that we previously created with buildRequests()
|
||||
-- Check if the payloads were succesfull by checking the content of pages in the uploadspaths array.
|
||||
-- Check if the payloads were successful by checking the content of pages in the uploadspaths array.
|
||||
local makeAndCheckRequests = function(uploadspaths)
|
||||
|
||||
local exit = 0
|
||||
|
||||
Reference in New Issue
Block a user