Skip to content

Commit 0cd4b5b

Browse files
authored
README.md
1 parent 999d108 commit 0cd4b5b

1 file changed

Lines changed: 28 additions & 11 deletions

File tree

README.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
---
77

8-
🦅 **DorkEye** `> I don't hack systems, i expose their secrets <`
8+
```json
9+
"🦅 DorkEye | OSINT Dorking Tool"
10+
> I don't hack systems, i expose their secrets <
11+
```
912

1013
<!-- ── Row 1: Project identity ── -->
1114
![Python](https://img.shields.io/badge/Python-3.9%2B-3670A0?style=flat-square&logo=python&logoColor=ffdd54)
@@ -102,25 +105,39 @@ It helps discover:
102105
---
103106

104107
## 📦 Quick Install
105-
```bash
108+
```json
109+
"Update:"
106110
sudo apt update
107111
sudo apt install -y python3 python3-pip python3-venv git
112+
113+
"Git Clone:"
108114
git clone https://github.com/xPloits3c/DorkEye.git
109115
cd DorkEye
116+
117+
"Create environment:"
110118
python3 -m venv dorkeye_env
119+
120+
"Activate environment"
111121
source dorkeye_env/bin/activate
122+
123+
"Install requirements:"
112124
pip install -r requirements.txt
125+
126+
"Run DorkEye WIZARD MODE:"
127+
python dorkeye.py --wizard
113128
```
114129
---
115130
## Test
116131
<img width="1326" height="905" alt="usage" src="https://github.com/user-attachments/assets/7019313c-c29e-41f4-a61f-4ce498ee6811" />
117132

118-
```bash
119-
# Help:
133+
```json
134+
"Help:"
120135
python dorkeye.py -h
121-
# Deactivate environment:
136+
137+
"Deactivate environment:"
122138
deactivate
123-
# Remove environment:
139+
140+
"Remove environment:"
124141
rm -rf dorkeye_env
125142
```
126143
---
@@ -130,23 +147,23 @@ rm -rf dorkeye_env
130147

131148

132149
🔹 # WIZARD Mode
133-
```bash
150+
```json
134151
python dorkeye.py --wizard
135152
```
136153
🔹 # Basic search
137-
```bash
154+
```json
138155
python3 dorkeye.py -d "inurl:admin" -o results.txt
139156
```
140157
🔹 # Dork Generator + Detection
141-
```bash
158+
```json
142159
python dorkeye.py --dg=sqli --mode=aggressive --sqli --stealth -o report.json
143160
```
144161
🔹 # SQLi + stealth
145-
```bash
162+
```json
146163
python3 dorkeye.py -d "site:example.com .php?id=" --sqli --stealth -o scan.html
147164
```
148165
🔹 # Fast scan
149-
```bash
166+
```json
150167
python3 dorkeye.py -d dorks.txt --no-analyze -c 200 -o fast_results.csv
151168
```
152169

0 commit comments

Comments
 (0)