You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Check CensysData.txt for the logs or go to https://search.censys.io/search?resource=hosts&sort=RELEVANCE&per_page=25&virtual_hosts=EXCLUDE&q={host}")
-sA: Port Scan All - Casual port scan. Scans every port on a given host.
101
138
Usage: python crab.py -sA [host] [time out in seconds]
102
139
Example: python crab.py -sA google.com 0.5
140
+
103
141
-sC: Port scan common - Fastest port scan. Only scans from a range of 1 - 1024
104
142
Usage: python crab.py -sC [host] [time out in seconds]
105
143
Example: python crab.py -sC google.com 0.5
144
+
106
145
-pD: Ping Detection - this command uses icmp requests and analyzes the ttl to derive an OS.
107
146
--- WARNING --- ping detection might not work unless ran with elevated permissions
108
147
Usage: python crab.py -pD [host]
109
148
Example: python crab.py -pD 1.1.1.1
149
+
110
150
-i: Info - Get Basic information on a given Host/IP. Its basically a IP scanner.
151
+
111
152
-w: whois - Runs a whois search on a given Host
153
+
154
+
-cS: Censys Lookup - This will run a given domain/host against Censys and obtain good information. REMEMBER TO PLACE YOUR API ID AND API SECRET INTO THE MAIN FILE (crab.py) AROUND LINE 36
0 commit comments