We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2073d15 commit 88c1877Copy full SHA for 88c1877
README.md
@@ -48,7 +48,7 @@ python risheyab.py [OPTIONS] domain
48
#### Examples:
49
- Simple subdomain search:
50
```bash
51
- python risheyab.py example.com
+ python risheyab.py -d example.com
52
```
53
54
- Enable brute-force search:
@@ -58,7 +58,7 @@ python risheyab.py [OPTIONS] domain
58
59
- Enable DNSRecon search:
60
61
- python risheyab.py -d example.com
+ python risheyab.py -dr example.com
62
63
64
- Save results to a file:
0 commit comments