Wednesday February 22nd 2012

Wpmap

Today 17 March in Italy is national holiday so I have spent my spare time to write a little tool: wpmap.py

As you can image, wpmap is a tool to discover the most installed plugins on WordPress platform. It could be useful when during a penetration testing you have time to download the plugin source code and find some issues.

Menu:

$ python wpmap.py 
Simple Wordpress scanner to enumerate installed plugins   by Michele `m7x` Manzotti
Version 1.0   Plugins: 104   EDB-ID: 2011-01-08
Usage: wpmap.py --site <target>
 
Options:
  -h, --help            show this help message and exit
  -s SITE, --site=SITE  Wordpress site
  -d DIRECTORY, --directoy=DIRECTORY
                        Subdirectory Wordpress site
  -e, --exploit         Show exploit-db ID [default: False]
  -v, --verbose         Verbose mode[default: False]

Some screenshots:

with “-e” option:

Download:

svn co https://wpmap.svn.sourceforge.net/svnroot/wpmap wpmap

Happy hacking :-)

Related Tags: , ,

Leave a Comment