mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-26 09:29:03 +00:00
Minor fixes
This commit is contained in:
@@ -51,11 +51,6 @@ class POP3(BaseRequestHandler):
|
||||
'fullhash': User+":"+Pass,
|
||||
})
|
||||
|
||||
#print text("[POP3] Address : %s" % color(self.client_address[0], 3))
|
||||
#print text("[POP3] Username : %s" % color(User, 3))
|
||||
#print text("[POP3] Password : %s" % color(Pass, 3))
|
||||
#WriteData(settings.Config.POP3Log % self.client_address[0], User+":"+Pass, User+":"+Pass)
|
||||
|
||||
data = self.SendPacketAndRead()
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user