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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user