Wordpress Hunting Vulnerabilities and Bruteforce tool using Google Dork
-> Multiple dorks for Wordpress
-> Check some commons CVE
-> WPSCAN (wpscan.com)
-> TOR support
-> Save passwords to db
$ git clone https://github.com/CalfCrusher/WPHunter/
$ cd WPHunter && pip3 install -r requirements.txt
$ python3 WPHunter.py
If you get errors about googlesearch module try this:
$ pip3 uninstall google googlesearch googlesearch-python search
$ pip3 install -r requirements.txt
.Add more CVE to check
.Add more dorks for CVE
I made this tool just for educational use only. I'm not responsible for the consequences of illegal use.