mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-07-28 14:47:03 -07:00
24 lines
531 B
Markdown
24 lines
531 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" />
|