brightio
990df258a6
StartupMessage doesn't take into account the actual LLMNR, NBT-NS and MDNS status
2024-09-10 16:49:31 +02:00
lgandx
4947ae6e52
Added default mode for TTL option
2024-05-14 11:02:35 -03:00
nodauf
f50f0be59c
Add randomness in TTL value to avoid some EDR detections
2024-04-02 16:42:09 +02:00
lgandx
e51f24e36c
fixed minor bug
2024-01-06 13:48:41 -03:00
lgandx
fa297c8a16
Fixed bug when IPv6 is disabled via GRUB.
2024-01-06 12:44:38 -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
6636317799
updated donation link
2024-01-04 17:31:16 -03:00
exploide
e9bd8a43ef
fixed 'SyntaxWarning: invalid escape sequence' for Python 3.12+
2023-12-14 18:20:04 +01:00
Ziga P
a21b36605c
Implemented MQTT support
2023-06-05 20:19:44 +02: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
fad2be0a8e
Merge pull request #199 from gblomqvist/master
...
Fix double logging of first hash/cleartext when CaptureMultipleHashFromSameHost = On
2022-08-05 18:58:56 -03:00
lgandx
15d03bc902
Minor bugs and display/logging fixes + RDP srv SSLwrapping fix
2022-07-26 14:56:18 -03:00
Gustaf Blomqvist
e7eb3bcce8
Fix double logging of first hash or cleartext
2022-04-28 15:20:13 +02:00
kitchung
ee88da1af8
DE-RPC server status not correct #189
...
Line 512 should read:
print(' %-27s' % "DCE-RPC server" + (enabled if settings.Config.DCERPC_On_Off else disabled))
Instead of:
print(' %-27s' % "DCE-RPC server" + (enabled if settings.Config.RDP_On_Off else disabled))
2022-02-06 16:35:01 -08:00
lgandx
5d4510cc1d
Added IPv6 support
2021-12-17 10:05:00 -03:00
lgandx
ba885b9345
added the ability to provide external IP on WPAD poison via DHCP
2021-12-09 22:38:44 -03:00
lgandx
3cd5140c80
Fixed the ON/OFF for poisoners when in Analyze mode.
2021-12-07 20:15:17 -03:00
lgandx
1dfa997da8
added DHCP db & updated the report script to reflect that
2021-11-30 22:21:55 -03:00
lgandx
88ea72908c
Added DHCP server
2021-10-25 22:41:01 -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
ccee87aa95
Removed donation banner
2021-03-20 09:23:30 -03:00
lgandx
8104139a35
Added donation banner.
2021-02-10 13:09:07 -03:00
lgandx
b0f044fe4e
added smb filetime support
2021-02-08 22:18:41 -03:00
lgandx
d6f4911eb4
python3.8 compability fix
2020-08-17 16:08:24 -03:00
Sophie Brun
7420f62082
Fix encoding issue in Python 3
2020-02-21 10:02:31 +01: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
myst404
750a2466d9
Better handling of cleartext credentials
2018-06-18 10:59:52 +02:00
Randy Ramos
44a4e495cc
Fixed instances of "CRTL-C" to "CTRL-C"
2017-04-22 14:40:19 -04:00
lgandx
21d48be98f
Added: Hashdump, Stats report
2017-02-18 20:38:40 +01:00
Gifts
de6e869a79
Fix for RandomChallenge function. Function getrandbits can return less than 64 bits, thus decode('hex') will crash with TypeError: Odd-length string
2017-02-01 16:55:15 +03:00
lgandx
1d38cd39af
Added: Random challenge for each requests (default)
2017-01-03 17:35:49 -03:00
lgandx
92c9191bda
Config dumped independently. Responder-Session.log is now a clean file.
2016-09-11 23:03:50 -03:00
lgandx
35d933d596
Added new option in Responder.conf. Capture multiple hashes from the same client. Default is On.
2016-09-11 22:33:00 -03:00
lgandx
04c270f6b7
Added option -e, specify an external IP address to redirect poisoned traffic to.
2016-09-11 20:25:10 -03:00
lgandx
82fe64dfd9
Added proxy auth server + various fixes and improvements
2016-09-10 21:25:55 -03:00
lgandx
ecd62c322f
Added current date for all HTTP headers, avoiding easy detection
2016-09-10 10:50:01 -03:00
lgandx
1d99ab648f
Minor fix
2016-09-09 10:03:20 -03:00
lgaffie
d9258e2dd8
Fixed colors in log files
2016-09-09 01:25:10 -03:00
lgandx
dc26493305
Merge pull request #100 from ValdikSS/updates
...
Updates
2016-07-31 20:32:21 -03:00
ValdikSS
994d02da23
Use standard sqlite3 timestamps with %Y-%m-%d %H:%M:%S format.
...
This makes possible to compare timestamps as strings.
2016-08-01 00:53:37 +03:00
ValdikSS
480aaa73d0
Update hash timestamp every time it's captured
2016-07-31 22:47:03 +03:00
ValdikSS
b96df7a5e8
Determine already captured hash by username and client IP address
2016-07-31 22:47:00 +03:00
ValdikSS
9a72afc6b5
Proper non-Latin names support for SMB
2016-07-28 14:56:53 +03:00
jvoisin
2fb6a1c228
Refactors utils.py and tools/*
2016-07-05 01:31:36 +02:00
jvoisin
f2a2ffbe87
Refactor a bit the poisoners
2016-07-05 01:31:33 +02:00
lgandx
8171a96b9e
Fixed some tools and +x on some executables
2016-06-05 19:55:32 -05:00
lgandx
f5a8bf0650
Changed email address
2016-06-05 19:32:39 -05:00
lgandx
6e951c838a
Merge pull request #68 from the-useless-one/cleartext_db_encoding
...
Cleartext db encoding
2016-06-05 18:06:47 -05:00