Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AeonDave/doork
Passive Vulnerability Auditor
https://github.com/AeonDave/doork
Last synced: 2 months ago
JSON representation
Passive Vulnerability Auditor
- Host: GitHub
- URL: https://github.com/AeonDave/doork
- Owner: AeonDave
- License: mit
- Created: 2016-01-05T14:37:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T08:17:38.000Z (over 8 years ago)
- Last Synced: 2024-08-01T16:33:41.505Z (5 months ago)
- Language: Python
- Size: 89.8 KB
- Stars: 128
- Watchers: 18
- Forks: 37
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - doork - Passive Vulnerability Auditor.[![->](https://img.shields.io/github/stars/AeonDave/doork.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AeonDave/doork/stargazers/) (Uncategorized / Uncategorized)
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 anywhereinstallation
----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 installpip install beautifulsoup4
pip install requests
pip install Django