lgandx
e346c01695
Merge pull request #310 from ctjf/master
...
added quic support based on xpn's work
2025-05-22 05:17:27 -03:00
Joshua Fickett
871cdffa97
added quic support based on xpn's work
2025-04-03 15:16:00 -04:00
BlackWasp
6bf6887c49
Add status code control
2025-03-16 23:32:19 +01:00
Lino
6743423251
Update RPC.py
...
Fix Output of RPC.py
2025-02-24 11:49:06 +01:00
lgandx
fa297c8a16
Fixed bug when IPv6 is disabled via GRUB.
2024-01-06 12:44:38 -03:00
lgandx
4b560f6e17
removed debug string
2024-01-04 20:44:13 -03:00
lgandx
ec3349cb1e
minor bugs
2024-01-04 18:22:08 -03:00
lgandx
b550dbe4b0
Merge pull request #261 from exploide/fix-escape-sequence-warning
...
Fixed 'SyntaxWarning: invalid escape sequence' for Python 3.12+
2024-01-04 17:32:39 -03:00
lgandx
add6224805
Merge pull request #265 from exploide/mssql-browser-typeerror
...
Fixed a TypeError in MSSQLBrowser
2024-01-04 17:19:58 -03:00
lgandx
66ee7f8f08
Fixed issue in http srv, more hashes & signature reduction.
2024-01-04 17:11:44 -03:00
exploide
20cdd9c7c2
fixed a TypeError in MSSQLBrowser
...
fixes #251
2024-01-04 15:26:26 +01:00
exploide
e9bd8a43ef
fixed 'SyntaxWarning: invalid escape sequence' for Python 3.12+
2023-12-14 18:20:04 +01:00
lgandx
6b1f53a6f4
Merge pull request #254 from syntricks/patch-1
...
Fixing soft failure which results in missed SMTP credential interception
2023-11-17 10:09:58 -03:00
lgandx
351b1aad9e
Merge pull request #256 from exploide/basic-auth-fix
...
Fixed parsing of HTTP basic auth containing colons
2023-11-17 10:09:08 -03:00
brightio
6a76437464
Handle WinRM exceptions properly
2023-11-13 20:49:01 +01:00
brightio
f6d1e6027a
Handle MQTT exceptions properly
2023-11-13 20:46:46 +01:00
brightio
cb042d16a2
Handle FTP exceptions properly
2023-11-13 20:39:29 +01:00
exploide
dc33d1f858
fixed HTTP basic auth parsing when password contains colons
...
fixes #255
2023-11-09 18:14:36 +01:00
Syntricks
34603aed0a
Fixing soft failure which results in missed SMTP credential interception
...
Without this responder silently fails. During debugging I observed [[[can only concatenate str (not "bytes") to str]]] error. Enabling decoding of bytes made the error disappear and credentials properly intercepted (on-screen stdout, logs and to DB).
Thank you for a very useful tool :)
2023-10-12 00:51:19 +03:00
nobbd
6063c2f77a
Update SMB.py
2023-08-15 16:03:30 +02:00
nobbd
b61a640747
Update SMB.py
2023-08-15 15:50:53 +02:00
nobbd
728b100bfd
Update MSSQL.py to fix bug with single byte comparisons in python3
2023-08-15 15:15:23 +02:00
nobbd
a205b58091
Update SMB.py to fix single byte comparisons in python3
2023-08-15 15:08:42 +02:00
lgandx
83c817d9c2
Merge pull request #222 from lowSoA/enhancement-snmpv3-support
...
Implement SNMPv3 support
2023-08-13 11:21:10 -03:00
Ziga P
a21b36605c
Implemented MQTT support
2023-06-05 20:19:44 +02:00
soa
edb85332ab
SNMPv3 support
2022-11-18 18:21:23 +01:00
Stephen Shkardoon
9d4f919b39
Implement a basic SNMP listener
...
All community strings are logged as they are sent to the server.
This initial implementation only supports SNMPv1 and SNMPv2c.
`pyasn1` is required for this server to function.
2022-11-06 01:27:28 +13:00
lgandx
c51251db5f
Fixed potential disruption on Proxy-Auth
2022-08-06 00:26:11 -03:00
lgandx
15d03bc902
Minor bugs and display/logging fixes + RDP srv SSLwrapping fix
2022-07-26 14:56:18 -03:00
lgandx
5cf69228cf
added support for OPT EDNS
2021-12-21 22:39:02 -03:00
lgandx
5d4510cc1d
Added IPv6 support
2021-12-17 10:05:00 -03:00
lgandx
17e62bda1a
Remove analyze mode on DNS since you need to ARP to get queries
2021-12-07 19:56:41 -03:00
lgandx
ae1c2be51c
minor fix
2021-05-09 19:02:42 -03:00
lgandx
4231532926
minor fix
2021-05-06 19:56:37 -03:00
lgandx
85315442bd
Added WinRM rogue server
2021-04-19 18:12:27 -03:00
lgandx
e91e37c974
Added dce-rpc module + enhancements + bug fix.
2021-04-16 21:35:32 -03:00
lgandx
1271b8e179
Added DNS SRV handling for ldap/kerberos + LDAP netlogon ping
2021-04-12 20:42:36 -03:00
lgandx
5e39c91a05
py3 bugfix
2020-08-17 20:28:15 -03:00
lgandx
d6f4911eb4
python3.8 compability fix
2020-08-17 16:08:24 -03:00
lgandx
b510b2bb25
Added py3 and py2 compatibility + many bugfix
2020-01-09 14:47:56 -03:00
lgandx
c52843a535
Added RDP rogue server
2019-08-17 16:31:34 -03:00
Crypt0-M3lon
e7a787cbc4
Fix socket timeout on HTTP POST requests
...
Remaining size should be checked at the end of the loop, the current implementation hang when POST request Content-Lenght is 0.
We want to check for Content-Length header only if we received full header.
2019-02-08 09:08:24 +01:00
Clément Notin
c99c9edf19
Replace ParseSMB2NTLMv2Hash() by ParseSMBHash() to handle NTLMv1 and NTLMv2
2019-01-09 19:16:52 +01:00
lgandx
47e63ae4ec
removed debug string
2018-11-11 09:46:15 -03:00
Clément Notin
defabfa543
Fix multi HTTP responses
2018-08-17 15:45:13 +02:00
Lionel PRAT
47c311553e
Add ignore case on check body for html inject
2017-11-16 16:31:18 +01:00
lgandx
207b0d455c
added support for plain auth
2017-09-06 02:07:41 -03:00
lgandx
679cf65cff
Changed the complete LDAP parsing hash algo (ntlmv2 bug).
2017-09-04 23:15:27 -03:00
lgandx
be26b504b5
Fixed various bugs and improved the LDAP module.
2017-09-04 21:57:51 -03:00
lgandx
75aa21bbb9
Several Bugfix
2017-09-04 18:50:04 -03:00