File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments