diff --git a/.idea/Responder.iml b/.idea/Responder.iml new file mode 100644 index 0000000..e98082a --- /dev/null +++ b/.idea/Responder.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..acc5f7d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..683e96d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..071d511 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,627 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1474132257254 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fingerprint.pyc b/fingerprint.pyc new file mode 100644 index 0000000..97cebb0 Binary files /dev/null and b/fingerprint.pyc differ diff --git a/odict.pyc b/odict.pyc new file mode 100644 index 0000000..7efe18b Binary files /dev/null and b/odict.pyc differ diff --git a/packets.pyc b/packets.pyc new file mode 100644 index 0000000..c59684d Binary files /dev/null and b/packets.pyc differ diff --git a/poisoners/LLMNR.pyc b/poisoners/LLMNR.pyc new file mode 100644 index 0000000..40e7f7c Binary files /dev/null and b/poisoners/LLMNR.pyc differ diff --git a/poisoners/MDNS.pyc b/poisoners/MDNS.pyc new file mode 100644 index 0000000..43093a2 Binary files /dev/null and b/poisoners/MDNS.pyc differ diff --git a/poisoners/NBTNS.pyc b/poisoners/NBTNS.pyc new file mode 100644 index 0000000..fd8f552 Binary files /dev/null and b/poisoners/NBTNS.pyc differ diff --git a/poisoners/__init__.pyc b/poisoners/__init__.pyc new file mode 100644 index 0000000..7c82ad5 Binary files /dev/null and b/poisoners/__init__.pyc differ diff --git a/servers/Browser.pyc b/servers/Browser.pyc new file mode 100644 index 0000000..991ed9d Binary files /dev/null and b/servers/Browser.pyc differ diff --git a/servers/DNS.pyc b/servers/DNS.pyc new file mode 100644 index 0000000..c7b9c31 Binary files /dev/null and b/servers/DNS.pyc differ diff --git a/servers/FTP.pyc b/servers/FTP.pyc new file mode 100644 index 0000000..f2e4168 Binary files /dev/null and b/servers/FTP.pyc differ diff --git a/servers/HTTP.pyc b/servers/HTTP.pyc new file mode 100644 index 0000000..e4eb6e9 Binary files /dev/null and b/servers/HTTP.pyc differ diff --git a/servers/HTTP_Proxy.pyc b/servers/HTTP_Proxy.pyc new file mode 100644 index 0000000..e8ca411 Binary files /dev/null and b/servers/HTTP_Proxy.pyc differ diff --git a/servers/IMAP.pyc b/servers/IMAP.pyc new file mode 100644 index 0000000..662ffc5 Binary files /dev/null and b/servers/IMAP.pyc differ diff --git a/servers/Kerberos.pyc b/servers/Kerberos.pyc new file mode 100644 index 0000000..dee1fc7 Binary files /dev/null and b/servers/Kerberos.pyc differ diff --git a/servers/LDAP.pyc b/servers/LDAP.pyc new file mode 100644 index 0000000..367d807 Binary files /dev/null and b/servers/LDAP.pyc differ diff --git a/servers/MSSQL.pyc b/servers/MSSQL.pyc new file mode 100644 index 0000000..28ed2ed Binary files /dev/null and b/servers/MSSQL.pyc differ diff --git a/servers/POP3.pyc b/servers/POP3.pyc new file mode 100644 index 0000000..19c69db Binary files /dev/null and b/servers/POP3.pyc differ diff --git a/servers/Proxy_Auth.pyc b/servers/Proxy_Auth.pyc new file mode 100644 index 0000000..d3fe951 Binary files /dev/null and b/servers/Proxy_Auth.pyc differ diff --git a/servers/SMB.pyc b/servers/SMB.pyc new file mode 100644 index 0000000..b5fc17a Binary files /dev/null and b/servers/SMB.pyc differ diff --git a/servers/SMTP.pyc b/servers/SMTP.pyc new file mode 100644 index 0000000..2bb6f9d Binary files /dev/null and b/servers/SMTP.pyc differ diff --git a/servers/ServersPool.pyc b/servers/ServersPool.pyc new file mode 100644 index 0000000..c1fe393 Binary files /dev/null and b/servers/ServersPool.pyc differ diff --git a/servers/__init__.pyc b/servers/__init__.pyc new file mode 100644 index 0000000..5fc1d9e Binary files /dev/null and b/servers/__init__.pyc differ diff --git a/settings.pyc b/settings.pyc new file mode 100644 index 0000000..fba1c4d Binary files /dev/null and b/settings.pyc differ diff --git a/utils.py b/utils.py index 72818a9..4f66f2f 100644 --- a/utils.py +++ b/utils.py @@ -176,7 +176,7 @@ def SaveToDb(result): with open(logfile,"a") as outf: if len(result['cleartext']): # If we obtained cleartext credentials, write them to file outf.write('%s:%s\n' % (result['user'].encode('utf8', 'replace'), result['cleartext'].encode('utf8', 'replace'))) - else: # Otherwise, write JtR-style hash string to file + else: # Otherwise, write JtR-style hash string to filed outf.write(result['fullhash'].encode('utf8', 'replace') + '\n') if not count or settings.Config.Verbose: # Print output diff --git a/utils.pyc b/utils.pyc new file mode 100644 index 0000000..d30e07e Binary files /dev/null and b/utils.pyc differ