> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# DorkEye: A Python Script for Ethical Dorking
- URL: https://darkwebinformer.com/dorkeye-a-python-script-for-ethical-dorking/
- Published: 2025-05-29T19:58:53.000Z
- Updated: 2025-09-04T22:22:02.000Z
- Author: Dark Web Informer
- Tags: OSINT, Tools

---

GitHub: <https://github.com/xPloits3c/DorkEye>

---

## 🧠 What is Dork-Eye?

[](https://github.com/xPloits3c/DorkEye#-what-is-dork-eye)

> `Dork-Eye` is an automated **dorking** tool that uses **DuckDuckGo** to find web resources exposed via OSINT techniques.

- It can identify indexed directories, restricted files, admin panels and other public vulnerabilities, all in an **anonymous and legal** way, avoiding CAPTCHAs and blocks typical of mainstream engines.

> Search Engine

- Using DuckDuckGo (via DDGS()) allows to bypass limitations imposed by Google, making the tool more resilient and anonymous.

> Why DorkEye?

- It supports multiple dorks per command string allowing you to get better result in less time, also saves results without double links, fast, secure!

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2025/05/0923850982359802.jpeg)

## ✨ Features

[](https://github.com/xPloits3c/DorkEye#-features)

- Search via **DuckDuckGo** (no CAPTCHA block)
- Single input or from **dork file**
- Save results to **.txt file**
- **Advanced visualization** with `rich`
- Simple and powerful **CLI interface**
- Completely written in **Python 3**

---

## ⚙️ Install DorkEye

[](https://github.com/xPloits3c/DorkEye#%EF%B8%8F-install-dorkeye) git clone https://github.com/xPloits3c/DorkEye.git  
 cd DorkEye  
 pip install -r requirements.txt

## ⚙️ Requirements

[](https://github.com/xPloits3c/DorkEye#%EF%B8%8F-requirements)

- Python 3.8+
- Modules: `rich` and `duckduckgo-search`

## 🚀 How to use

[](https://github.com/xPloits3c/DorkEye#-how-to-use)

• Single Dork search

```
python3 dorkeye.py -d "inurl:admin login" -o admin_panels -c 100

```

• Multiple Dork search

```
python3 dorkeye.py -d "site:.ru inurl:datacv filetype:pdf" -o RusCV -c 100
python3 dorkeye.py -d "site:.ru intitle:psw ext:txt" -o RusEP -c 100

```

• Dork file search

```
python3 dorkeye.py -d dorks.txt -o results -c 50
python3 dorkeye.py -d dorkeye_dorks.txt -c 80 -o test

```

• Options

- `-d` / --dork Single dork or .txt file with dork Yes
- `-o` / --output Output file name
- `-c` / --count Number of results per dork

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2025/05/0923850982359803.jpeg)

## 📂 Output Example

[](https://github.com/xPloits3c/DorkEye#-output-example)

File `results.txt`:

1. <https://example.com/admin/login.php>
2. <https://vulnerable.site/index.php?id=1>
3. <https://ftp.example.org/files/> ...

## 📌 Project Structure

[](https://github.com/xPloits3c/DorkEye#-project-structure)

- `DorkEye/`
- `├── dorkeye.py`
- `├── requirements.txt`
- `├── README.md`
- `├── dorks.txt # (optional)`
- `└── results.txt # (generated output)`

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2025/05/0923850982359804-1.jpeg)

## 🔒 Best Practice

[](https://github.com/xPloits3c/DorkEye#-best-practice)

- Use in test environments or with written permission
- Integrate with vulnerability scanners (e.g. SQLMap, XSStrike, Nikto, Nuclei)
- Automate with cronjob for periodic OSINT tests

## 🧩 Future Ideas

[](https://github.com/xPloits3c/DorkEye#-future-ideas)

- CSV / JSON export
- Active scanner of found URLs
- Support for Bing / Brave / Qwant
- Advanced filters by file type or domain
- Interactive GUI or TUI with textual

---

## ⚠️ Legal Disclaimer

[](https://github.com/xPloits3c/DorkEye#%EF%B8%8F-legal-disclaimer)

- This tool is intended for educational, research and authorized testing purposes only.
- Use of it unethically or against local laws may constitute a crime. The author disclaims all liability for improper use.

---

## 🧑‍💻 Author

[](https://github.com/xPloits3c/DorkEye#-author)

- xPloits3c Contact: [whitehat.report@onionmail.org](mailto:whitehat.report@onionmail.org)

## 📜 License

[](https://github.com/xPloits3c/DorkEye#-license)

Distributed under MIT License

## ⭐ Support the project

[](https://github.com/xPloits3c/DorkEye#-support-the-project)

Do you like this tool? Leave a ⭐

## **MetaByte** Clean and Save Unique: URL’s-Email-Phone-IP’s. 👇

[](https://github.com/xPloits3c/DorkEye#metabyte-clean-and-save-unique-urls-email-phone-ips-)

[Visit MetaByte on GitHub](https://github.com/xPloits3c/MetaByte)