-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.txt
35 lines (26 loc) · 981 Bytes
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Risheyab - Advanced Subdomain Finder - Help
Author : Lord_smh
Usage:
python risheyab.py [OPTIONS] domain
Options:
-d, --domain The domain to search for subdomains
-b, --bruteforce Enable brute-force search with Sublist3r
-dr, --dnsrecon Enable DNSRecon search
-o, --output FILE Output file to save valid subdomains
Examples:
# Simple subdomain search
python risheyab.py -d example.com
# Enable brute-force search
python risheyab.py -b -d example.com
# Enable DNSRecon search
python risheyab.py -dr -d example.com
# Save results to a file
python subdomain_finder.py -o subdomains.txt -d example.com
Description:
This program searches for subdomains of a given domain using multiple methods
including Sublist3r, DNSRecon, and MassDNS for validation. You can enable
additional search methods using the options provided.
Dependencies:
- Sublist3r
- DNSRecon
- MassDNS