Skip to content

Commit

Permalink
Update subprober.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoltSecurities authored Jan 17, 2024
1 parent d8c7577 commit d6b42c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subprober/subprober.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ async def help_me():
{reset}
{bold}{white}[{bold}{blue}INFO{reset}]:{bold}{white}
subprober -f subdomains.txt -o output.txt -tl -wc -sv -v -apt -wc -ex 404 500 -suo 200 -v -o output.txt -c 20
subprober -f filename.txt -c 20 --title --server --application-type --word-count -o output.txt
subprober -u https://example.com -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt
cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt{reset}
cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -o output.txt{reset}
{bold}{white}[{bold}{red}NOTE{reset}]:{bold}{white}
Expand Down

0 comments on commit d6b42c0

Please sign in to comment.