Skip to content

Commit be2e924

Browse files
author
Sanjai kumar
authored
Update README.md
1 parent d6b42c0 commit be2e924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@ Subprober - An essential HTTP multiple Probing Tool for Penetration testers and
126126
#### Basic Usage
127127

128128
```bash
129-
subprober -f subdomains.txt -o output.txt -tl -wc -sv -v -apt -wc -ex 404 500 -suo 200 -v -o output.txt -c
129+
subprober -f subdomains.txt -o output.txt -tl -wc -sv -apt -wc -ex 500 -v -o output.txt -c 20
130130
```
131131

132132
### Direct URL Probing
133133

134134
```bash
135-
subprober -u https://example.com -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt
135+
subprober -u https://example.com -c 20 -to 8 -tl -sv -wc -apt -ex 500 -o output.txt
136136
```
137137

138138
### Piping Subdomains
139139

140140
```bash
141-
cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt
141+
cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 50 -o output.txt
142142
```
143143

144144
### License

0 commit comments

Comments
 (0)