Skip to content

AIwolfie/dorkhunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”Ž DorkHunter

A powerful and simple CLI tool to perform dork-based searches using Google and DuckDuckGo search engines. Perfect for reconnaissance, OSINT investigations, and bug bounty hunting!


πŸ“Œ Features

  • βœ… Google search support via googlesearch-python
  • βœ… DuckDuckGo support via duckduckgo-search
  • βœ… Save all results to a file
  • βœ… Colored, formatted terminal output
  • βœ… Counts unique results
  • βœ… Optional search engine selection (--google, --duck)
  • βœ… Simple usage for beginners and pros

βš™οΈ Installation

🐍 Requires Python 3.6+

1. Clone the repo

git clone https://github.com/yourusername/dorkhunter.git
cd dorkhunter

2. Install dependencies

pip install -r requirements.txt

If you don’t have requirements.txt, just install manually:

pip install googlesearch-python duckduckgo-search

πŸš€ Usage

python3 dorkHunter.py -q "<your dork>" [options]

πŸ”§ Options

Flag Description
-q, --query The dork/search string to query
-l, --limit Number of results per engine (default: 10)
-o, --output Save results to a file (e.g., results.txt)
--google Use only Google for search
--duck Use only DuckDuckGo for search

Note: If no engine is specified, both are used by default.


πŸ§ͺ Examples

Search for directory listings:

python3 dorkHunter.py -q 'intitle:"index of" "admin"' -l 20

Search using only DuckDuckGo:

python3 dorkHunter.py -q 'site:.gov confidential' --duck

Save output to a file:

python3 dorkHunter.py -q 'inurl:login.php' -o logins.txt

πŸ“ Output

  • Results are displayed with color-coded indexing.
  • If -o is used, results are saved in plain .txt format.
  • Duplicate URLs are automatically removed before saving.

🧰 Dependencies

Install them with:

pip install googlesearch-python duckduckgo-search

⚠️ Legal Disclaimer

DorkHunter is intended for educational and ethical purposes only.

Misusing this tool for unauthorized access or illegal activity is strictly prohibited. The developer is not responsible for any misuse or damage caused by this script.


πŸ™Œ Credits

  • Built by AIwolfie
  • Inspired by the need for a quick CLI dork searcher for bug bounty and OSINT work.

About

Dork-based search tool using Google and DuckDuckGo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages