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
59daf46b93
Merge pull request #216 from requin-citron/smbv1ScanWorkAgain
...
run smbv1 scan in runfinger
2022-11-03 15:44:05 -03:00
requin
cf0c4ee659
add flag (-s) to enable smbv1scan
2022-11-02 19:16:10 +01:00
requin
709df2c6e1
add hostname on smbv2 scan result
2022-10-31 17:31:16 +01:00
Sans23
3aaaaf1c7f
Merge branch 'lgandx:master' into smbv1ScanWorkAgain
2022-10-31 15:16:24 +01:00
lgandx
c9b5dd040e
Removed machine accounts dump, since they are not crackable
2022-10-19 08:44:05 -03:00
klemou
4321919c9f
run smbv1 scan in runfinger
2022-10-01 09:26:32 +02:00
lgandx
b8818ed0c4
Added dump by legacy protocols
2022-09-16 09:36:51 -03:00
lgandx
07dbcf5d6d
Modified wpad script
2022-08-06 02:49:28 -03:00
lgandx
c51251db5f
Fixed potential disruption on Proxy-Auth
2022-08-06 00:26:11 -03:00
lgandx
fe58475c63
Merge pull request #210 from 0xjbb/master
...
Added Quiet Mode
2022-08-05 22:06:19 -03:00
lgandx
00d9d27089
added requirements.txt
2022-08-05 21:49:48 -03:00
lgandx
56c3832a3c
Create FUNDING.yml
2022-08-05 21:21:53 -03:00
lgandx
0bc226b4be
Added: append .local TLD to DontRespondToNames + MDNS bug fix
2022-08-05 20:27:56 -03: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
2765ef4e66
fixed the RespondTo/DontRespondTo issue
2022-08-05 18:51:57 -03:00
jb
2cd66a9b92
Added Quiet mode
2022-07-29 21:15:40 +01:00
lgandx
15d03bc902
Minor bugs and display/logging fixes + RDP srv SSLwrapping fix
2022-07-26 14:56:18 -03:00
lgandx
9b1c99ccd2
Fixed: Warnings on python 3.10
2022-07-12 20:15:36 -03:00
lgandx
983a1c6576
removed -r reference from help msg.
2022-05-17 21:48:02 -03:00
lgandx
03fa9a7187
removed -r references
2022-05-17 21:38:01 -03:00
lgandx
a6838fdc42
Merge pull request #202 from noraj/patch-2
...
odict: fix import issue
2022-05-17 21:16:41 -03:00
lgandx
8c201cf33e
Merge pull request #203 from cweedon/patch-1
...
Fix missing paren error
2022-05-17 21:15:41 -03:00
cweedon
0c7a3ffabe
Fix missing paren error
...
added parentheses to the print call to fix the error
2022-05-17 12:20:28 -05:00
Alexandre ZANNI
d1cb26bda7
keep compatibility with previous versions
2022-05-13 18:06:35 +02:00
Alexandre ZANNI
0ced7d52c0
odict: fix import issue
2022-05-08 20:54:23 +02:00
Gustaf Blomqvist
e7eb3bcce8
Fix double logging of first hash or cleartext
2022-04-28 15:20:13 +02:00
lgandx
fd9bcf7de1
Merge pull request #191 from Mipsters/master
...
MutableMapping was moved to collections.abc
2022-02-12 17:17:23 -03:00
Tom Aviv
b9f3ae35ee
MutableMapping was moved to collections.abc
2022-02-11 23:24:00 +02:00
lgandx
39a2c7c0f2
Merge pull request #188 from Ne4istb/patch-1
...
Fixed options formating in README
2022-02-10 08:33:50 -03:00
lgandx
bd823f65a2
Merge pull request #190 from kitchung/kitchung-patch-1
...
DE-RPC server status not correct
2022-02-10 08:33:01 -03: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
Andrii Nechytailov
f85ad77d59
Fixed options formating in README
2022-02-03 18:32:42 +02:00
lgandx
b147229938
Merge pull request #185 from ajkerley628/master
...
Updated the README and Responder help flags
2022-01-12 06:17:09 -03:00
root
afb54fa274
Updated the README and Responder help flags
2022-01-11 15:37:14 -06:00
lgandx
5cf69228cf
added support for OPT EDNS
2021-12-21 22:39:02 -03:00
lgandx
0b56d6aaeb
removed fingerprint.py
2021-12-17 10:10:08 -03:00
lgandx
5d4510cc1d
Added IPv6 support
2021-12-17 10:05:00 -03:00
lgandx
bc812da2ef
Updated the Readme file with the new options and removed some old stuff
2021-12-17 00:32:12 -03:00
lgandx
3e8c9fdb0e
added: dhcp inform
2021-12-13 20:30:14 -03:00
lgandx
76f6c88df3
Added DHCP DNS vs DHCP WPAD
2021-12-12 17:55:58 -03:00
lgandx
9dc779869b
Added DHCP DNS vs WPAD srv injection
2021-12-12 17:02:08 -03:00
lgandx
505ec34324
Added DHCP DNS vs WPAD srv injection
2021-12-12 17:01:03 -03:00
lgandx
a0bf7a9baa
minor display fix.
2021-12-12 12:26:02 -03:00
lgandx
bb17595e3f
Added date and time for each Responder session config log.
2021-12-10 21:06:03 -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
568048710f
Added a check for MSSQL
2021-12-08 19:57:20 -03:00
lgandx
3cd5140c80
Fixed the ON/OFF for poisoners when in Analyze mode.
2021-12-07 20:15:17 -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
6e2c77168f
Small fix
2021-12-07 17:59:54 -03:00