Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AeonDave/doork

Passive Vulnerability Auditor
https://github.com/AeonDave/doork

Last synced: 2 months ago
JSON representation

Passive Vulnerability Auditor

Awesome Lists containing this project

README

        

# doork

description
----

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

installation
----

You can download doork by cloning the [Git](https://github.com/AeonDave/doork) repository:

git clone https://github.com/AeonDave/doork doork

doork works with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform.
You have also to install

pip install beautifulsoup4
pip install requests
pip install Django