doork is a open-source passive vulnerability auditor tool that automates the process of searching on Google information about specific website based on dorks. doork can update his own database from ghdb and use it for find flaws without even contact the target endpoint. You can provide your custom wordlist and save the output anywhere.
requirement:
– Python 2.6 & 2.7
– All OS Support
Usage:
git clone https://github.com/AeonDave/doork doork pip install beautifulsoup4 pip install requests python doork.py -h Update: cd doork git pull
Source: https://github.com/AeonDave