Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
doork — Passive Vulnerability Auditor | Kitploit
Tools/GitHubGitHub/aeondave/doork
OSINT (Open Source Intelligence)ReconnaissanceVulnerability ScannersVulnerability AnalysisInformation GatheringWeb SecurityArchived
GitHubaeondave/doork

doork

Passive Vulnerability Auditor

View Repository
13836410 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 repository:

root@kitploit:~
git clone https://github.com/AeonDave/doork doork

doork works with Python version 2.6.x and 2.7.x on any platform. You have also to install

root@kitploit:~
pip install beautifulsoup4
pip install requests
pip install Django
Download Tool