Skip to content

Commit abd4013

Browse files
authored
Fixes s0md3v#27
1 parent 3e16a24 commit abd4013

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

striker.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,10 @@ def fingerprint(ip_addr):
229229
pass
230230
fingerprint(ip_addr)
231231
cms(domain)
232-
honeypot(ip_addr)
232+
try:
233+
honeypot(ip_addr)
234+
except:
235+
pass
233236
print "{}----------------------------------------{}".format(red, end)
234237
whoisIt(domain)
235238
try:

0 commit comments

Comments
 (0)