mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Went through all the new (since 5.51) scripts and improved (I hope) the nsedoc descriptions a bit and made some other very minor cleanups
This commit is contained in:
parent
651197768b
commit
536e00ea42
31 changed files with 90 additions and 61 deletions
|
|
@ -1,5 +1,6 @@
|
|||
description = [[
|
||||
Tries to give a list of installed WordPress plugins.
|
||||
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
|
||||
of 14K (and counting) known WP plugins. Anything but a 404 means that a given
|
||||
|
|
@ -31,7 +32,7 @@ check the first 100 ones. Users can tweak this with an option (see below).
|
|||
-- | stats
|
||||
-- |_ wp-to-twitter
|
||||
|
||||
author = "Ange Gutek <ange.gutek@gmail.com>"
|
||||
author = "Ange Gutek"
|
||||
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue