1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +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:
dmiller
2014-02-19 04:15:46 +00:00
parent 54fa265f5c
commit 1b71f75aad
202 changed files with 532 additions and 532 deletions

View File

@@ -10,7 +10,7 @@ will also calculate the entropy of each attribute's value. A big entropy means a
possible token.
A common use case for this script comes along with a cookie that gives access
in pages that require authentication, because that's where the priviledged
in pages that require authentication, because that's where the privileged
exist. See the http library's documentation to set your own cookie.
]]
@@ -31,15 +31,15 @@ exist. See the http library's documentation to set your own cookie.
-- | Spidering limited to: maxdepth=3; maxpagecount=20; withinhost=some-very-random-page.com
-- | Found the following CSRF vulnerabilities:
-- |
-- | Path: http://www.some-very-random-page.com/
-- | Path: http://www.example.com/
-- | Form id: search_bar_input
-- | Form action: /search
-- |
-- | Path: http://www.some-very-random-page.com/c/334/watches.html
-- | Path: http://www.example.com/c/334/watches.html
-- | Form id: custom_price_filters
-- | Form action: /search
-- |
-- | Path: http://www.some-very-radom-page.com/c/334/watches.html
-- | Path: http://www.example.com/c/334/watches.html
-- | Form id: custom_price_filters
-- |_ Form action: /c/334/rologia-xeiros-watches.html
--