mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +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:
parent
54fa265f5c
commit
1b71f75aad
202 changed files with 532 additions and 532 deletions
|
|
@ -11,7 +11,7 @@ description = [[
|
|||
Tries to obtain a list of installed WordPress plugins by brute force
|
||||
testing for known plugins.
|
||||
|
||||
The script will brute force the /wp-content/plugins/ folder with a dictionnary
|
||||
The script will brute force the /wp-content/plugins/ folder with a dictionary
|
||||
of 14K (and counting) known WP plugins. Anything but a 404 means that a given
|
||||
plugin directory probably exists, so the plugin probably also does.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue