Skip to content

Commit

Permalink
Update Cisco_Router_Honeypot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anouarbensaad authored Aug 8, 2018
1 parent 3cc9a97 commit 09f6c59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cisco_Router_Honeypot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python


# Title : CiscoRouter_Honeypot
# Author: BENSAAD Anouar

import socket
import sys
import signal
Expand Down Expand Up @@ -108,4 +111,4 @@ def simulate_router(c):
else: conn.send("Incorrect Password, Terminating...\n")
except socket.error ,ex:
print ex
conn.close()
conn.close()

0 comments on commit 09f6c59

Please sign in to comment.