mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Adding answer name spoofing capabilities when poisoning LLMNR for Kerberos relaying purpose
This commit is contained in:
parent
e918fe01c6
commit
d3dd37a324
4 changed files with 30 additions and 9 deletions
|
@ -172,6 +172,7 @@ class Settings:
|
|||
self.DHCP_DNS = options.DHCP_DNS
|
||||
self.ExternalIP6 = options.ExternalIP6
|
||||
self.Quiet_Mode = options.Quiet
|
||||
self.AnswerName = options.AnswerName
|
||||
|
||||
# TTL blacklist. Known to be detected by SOC / XDR
|
||||
TTL_blacklist = [b"\x00\x00\x00\x1e", b"\x00\x00\x00\x78", b"\x00\x00\x00\xa5"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue