Plecost: A WordPress Finger Printer!

March 11, 2010 11:06 am · 0 comments

by Black

in Open Source,Penetration Testing,Security Reconnaissance,Web Application Penetration Testing

Plecost is a WordPress finger printer tool. It searches and retrieves information about the plugin versions installed in WordPress systems. It can analyze a single URL or perform an analysis based on the results indexed by Google. Additionally displays CVE code associated with each plugin.

Plecost retrieves the information contained on Web sites supported by WordPress, and also allows a search on the results indexed by Google.

9c4b70d0be2cbd0c42ea8a61d63ef2b7 Plecost: A Wordpress Finger Printer!

We can also call it a WordPress vulnerability scanner.

If we are about to perform penetration testing on many webservers and we know there are many web applications running WordPress, Plecost will do the rest! It will give us the CVE ID and we can try to exploit it!

How to use Plecost?

./plecost-0.2.2-7-beta.py [options] [ URL | [-l num] -G]

Sample:

plecost -R plugins.txt -n 5
plecost -i plugin_list.txt -s 12 -M 30 -t 20 -o results.txt www.example1234.com
plecost -i plugin_list.txt -s 12 -M 30  -o results.txt www.example1234.com  ( Search plugins with sleep time between 12 and 30 seconds for www.example1234.com )

Operating systems supported:
It is a Python script. So, the only dependencies are the relevant Python modules.

Download Plecost version 016 Beta here

If you enjoyed this article, you might also like:

Previous post:

Next post: