Skip to content

Commit

Permalink
Update TORsniffer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Honeypot-R8o authored Dec 28, 2018
1 parent e4e1421 commit 6214f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TORsniffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def startSniffer(pkt):
parser = optparse.OptionParser()
parser.add_option('-i', '--interface',
action="store", dest="interface",
help="query string", default="enp0s3")
help="string", default="enp0s3")
parser.add_option('-f', '--file',
action="store", dest="pcapfile",
help="query string", default="")
help="string", default="")
options, args = parser.parse_args()

print("***************************************")
Expand Down

0 comments on commit 6214f4d

Please sign in to comment.