1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Corrected arguments name on the documentation of the script.

This commit is contained in:
sophron
2013-07-25 01:59:07 +00:00
parent 1f6467d8b6
commit 1fb88abed9

View File

@@ -14,18 +14,18 @@ strings to check if the payloads were succesful.
-- If any string is reflected on some page without any proper -- If any string is reflected on some page without any proper
-- HTML escaping, it's a sign for potential XSS vulnerability. -- HTML escaping, it's a sign for potential XSS vulnerability.
-- --
-- @args http-fileupload-exploiter.formpaths The pages that contain -- @args http-stored-xss.formpaths The pages that contain
-- the forms to exploit. For example, {/upload.php, /login.php}. -- the forms to exploit. For example, {/upload.php, /login.php}.
-- Default: nil (crawler mode on) -- Default: nil (crawler mode on)
-- @args http-fileupload-exploiter.uploadspaths The pages that reflect -- @args http-stored-xss.uploadspaths The pages that reflect
-- back POSTed data. For example, {/comments.php, /guestbook.php}. -- back POSTed data. For example, {/comments.php, /guestbook.php}.
-- Default: nil (Crawler mode on) -- Default: nil (Crawler mode on)
-- @args http-fileupload-exploiter.fieldvalues The script will try to -- @args http-stored-xss.fieldvalues The script will try to
-- fill every field found in the form but that may fail due to -- fill every field found in the form but that may fail due to
-- fields' restrictions. You can manually fill those fields using -- fields' restrictions. You can manually fill those fields using
-- this table. For example, {gender = "male", email = "foo@bar.com"}. -- this table. For example, {gender = "male", email = "foo@bar.com"}.
-- Default: {} -- Default: {}
-- @args http-fileupload-exploiter.filedb The path of a plain text file -- @args http-stored-xss.filedb The path of a plain text file
-- that contains one XSS vector per line. Default: nil -- that contains one XSS vector per line. Default: nil
-- --
-- @output -- @output