Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 792 Bytes

WPHunter

Wordpress Hunting Vulnerabilities and Bruteforce tool using Google Dork

Features

-> Multiple dorks for Wordpress

-> Check some commons CVE

-> WPSCAN (wpscan.com)

-> TOR support

-> Save passwords to db

Usage

$ git clone https://github.com/CalfCrusher/WPHunter/

$ cd WPHunter && pip3 install -r requirements.txt

$ python3 WPHunter.py

Note

If you get errors about googlesearch module try this:

$ pip3 uninstall google googlesearch googlesearch-python search

$ pip3 install -r requirements.txt

TODO

.Add more CVE to check

.Add more dorks for CVE

Disclaimer

I made this tool just for educational use only. I'm not responsible for the consequences of illegal use.