mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-07-28 14:47:03 -07:00
34 lines
746 B
Markdown
34 lines
746 B
Markdown
# Tutorial
|
|
|
|
## Reccon tld common domain
|
|
|
|
```
|
|
python reccon-domain-tld.py --name <targetname>
|
|
```
|
|
|
|
## Reccon tld domain brute
|
|
|
|
```
|
|
python reccon-domain-tld.py --name pornhub --brute --brute-max-len 3
|
|
```
|
|
|
|
# Results
|
|
|
|
## Common tld domain
|
|
|
|
<img width="2559" height="1275" alt="image" src="https://github.com/user-attachments/assets/f48f1f4d-0356-4a8f-a693-421859174feb" />
|
|
|
|
## Brute tld domain
|
|
|
|
<img width="2559" height="1288" alt="image" src="https://github.com/user-attachments/assets/3e1632a0-3e90-4bb1-bbf0-2fc96cfda9d5" />
|
|
|
|
# Run local web server
|
|
|
|
```
|
|
python -m http.server 8080
|
|
```
|
|
|
|
## Results viewer
|
|
|
|
<img width="2559" height="1333" alt="image" src="https://github.com/user-attachments/assets/3a57d2d8-eb75-4082-8f41-2229f4cb62bf" />
|