lgandx
4ea3d7b765
removed debug
2023-12-07 09:43:10 -03:00
lgandx
f670fbaa7f
added:error handling on exceptions.
2023-12-07 09:36:54 -03:00
lgandx
31393c7072
fixed minor bug on py 3.10
2023-12-07 09:33:38 -03:00
lgandx
2f1b81b024
minor fix
2023-12-06 18:44:35 -03:00
lgandx
aed939c1ae
Merge pull request #249 from ShutdownRepo/netifaces
...
Upgrading `netifaces` requirement
2023-11-17 10:12:31 -03:00
lgandx
6f0217feed
Merge pull request #250 from ShutdownRepo/collections.abc
...
Upgrading `collections` import
2023-11-17 10:11:20 -03: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
lgandx
bf1cf1c335
Merge pull request #257 from brightio/patch-1
...
Handle FTP, MQTT and WinRM exceptions properly
2023-11-17 10:08:04 -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
90ff1d37a7
gitignore: ignore pyc and certificate files
2023-11-09 18:18:43 +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
Shutdown
aa8d81861b
Fixing collections import issue for /tools/MultiRelay/odict.py
2023-09-22 00:43:58 +02:00
Shutdown
2c4cadbf7d
Fixing import issue like in /tools/odict.py
2023-09-22 00:43:25 +02:00
Shutdown
3a23ccdef8
Upgrading collections import
2023-09-21 20:18:13 +02:00
Shutdown
2b37d5763a
Upgrading netifaces requirement
2023-09-21 20:14:59 +02:00
lgandx
de20dcf408
Merge pull request #243 from nobbd/nobbd-patch-1
...
Fix bug with single byte comparisons in python3
2023-09-11 07:12:28 -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
4ec2631ab0
Update Finger.py to fix bug with single byte comparisons in python3
2023-08-15 15:36:10 +02:00
nobbd
9713fe0e70
Update RunFinger.py to fix bug with single byte comparisons in python3
2023-08-15 15:34:08 +02:00
nobbd
63954a539c
Update RelayMultiCore.py to fix bug with single byte comparisons in python3
2023-08-15 15:18:55 +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
lgandx
56e5fa0d29
Merge pull request #236 from NullByteZero/master
...
Implemented MQTT server
2023-08-13 11:17:58 -03:00
lgandx
332697fbd9
Merge pull request #238 from deltronzero/master
...
fix typo of ServerTlype
2023-08-13 11:13:30 -03:00
lgandx
d8a30a5ec7
Merge pull request #224 from kevintellier/master
...
Added full path to gen-self-sign-cert.sh
2023-08-13 10:31:48 -03:00
deltronzero
0c80b76f57
fix typo of ServerTlype
2023-06-12 07:50:01 -07:00
Ziga P
a21b36605c
Implemented MQTT support
2023-06-05 20:19:44 +02:00
lgandx
8e12d2bcfe
Removed Patreon link
2023-05-22 20:32:45 -03:00
lgandx
ff21c5452c
Merge pull request #232 from also-here/master
...
Allowing IPv6 addresses in RespondTo and DontRespondTo
2023-05-23 01:15:15 +02:00
also-here
5c83b7c45b
Update LLMNR.py
...
Added a IPv6 check for the DNS address. IsOnTheSameSubnet does not currently support IPv6 which is fine as ICMP-Redirecy.py currently does not yet support IPv6 either.
2023-03-14 21:21:19 -05:00
lgandx
07c963f5ea
Merge pull request #233 from SilverSteven/fulfill-license-obligation
...
append changelog to fulfill the license obligation
2023-03-14 08:19:28 -03:00
steven
feecf8ed0b
append changelog to fulfill the license obligation
2023-03-09 10:31:01 +08:00
also-here
e36fafb783
Update Responder.conf
...
added Don't Respond To instructions
2023-03-05 19:13:25 -06:00
also-here
5ec5412fb9
Update settings.py
...
removed redundant upper()
2023-03-05 18:57:08 -06:00
also-here
6a11fe8b6a
Updated with some IPv6
...
Added IPv6 options to RespondTo and DontRespondTo
2023-03-05 18:40:32 -06:00
also-here
3f5c836ba0
Update settings.py
...
compresses expanded IPv6 addresses
2023-03-05 18:33:48 -06:00
also-here
8953f87bbd
Update settings.py to expand IPv6 addresses.
...
Still handles IPv4 addresses as well.
2023-03-03 16:20:22 -06:00
kevintellier
69f431e58f
Added full path to gen-self-sign-cert.sh
2022-12-21 18:04:07 +01:00
soa
edb85332ab
SNMPv3 support
2022-11-18 18:21:23 +01:00
lgandx
9c303d7bd5
Merge pull request #219 from SAERXCIT/master
...
Extend --disable-ess to HTTP
2022-11-08 09:38:18 -03:00
lgandx
b61d211b10
Merge pull request #220 from lgandx/revert-216-smbv1ScanWorkAgain
...
Revert "run smbv1 scan in runfinger"
2022-11-08 09:36:02 -03:00
lgandx
f39079da77
Revert "run smbv1 scan in runfinger"
2022-11-08 09:22:41 -03:00
SAERXCIT
660b6ca309
Extend --disable-ess to HTTP
2022-11-08 12:23:01 +01:00
lgandx
8d25d04f13
Merge pull request #218 from ss23/snmp
...
Implement a basic SNMP listener
2022-11-07 11:18:02 -03:00