[go: nahoru, domu]

Skip to content

Commit

Permalink
Delete some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bobs authored and bobs committed Mar 25, 2016
1 parent 28794e7 commit 0ebaf64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CVE_2012_3137.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def customAction(packet):
return True
return False
self.__resetSessionKeyValueAndSalt__()
#print "Run with tcp and host {0} and port {1}".format(ip,port)
scapyall.sniff(filter="tcp and host {0} and port {1}".format(ip,port), count=self.MAX_PACKET_TO_CAPTURE, timeout=self.TIMEOUT, stop_filter=customAction,store=False)
return sessionKey, salt

Expand Down Expand Up @@ -266,7 +265,6 @@ def runCVE20123137Module(args):
cve.testAll()
#Option 1: get all passwords
if args['get-all-passwords'] != None:
print
if geteuid() != 0:
args['print'].badNews("Sorry, you need to run this as root because I need to sniff authentications to the database")
else:
Expand Down

0 comments on commit 0ebaf64

Please sign in to comment.