Skip to content

Commit

Permalink
Update crab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
N0tA1dan authored May 13, 2022
1 parent b3438e0 commit 3defdaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/crab.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ def fastportscan(host, timeout):
print('''Usage: python crab.py [Options] {Target}
-h: Shows this menu
-sA: Port Scan All - Casual port scan. Scans every port on a given host.
Usage: python crab.py -p [host] [time out in seconds]
Example: python crab.py -p google.com 0.5
Usage: python crab.py -sA [host] [time out in seconds]
Example: python crab.py -sA google.com 0.5
-sC: Port scan common - Fastest port scan. Only scans from a range of 1 - 1024
Usage: python crab.py -fp [host] [time out in seconds]
Example: python crab.py -fp google.com 0.5
Usage: python crab.py -sC [host] [time out in seconds]
Example: python crab.py -sC google.com 0.5
-i: Info - Get Basic information on a given Host/IP. Its basically a IP scanner.
-w: whois - Runs a whois search on a given Host
''')
Expand Down

0 comments on commit 3defdaf

Please sign in to comment.