Add status code control

This commit is contained in:
BlackWasp 2025-03-16 23:32:19 +01:00
parent 545137275f
commit 6bf6887c49
4 changed files with 25 additions and 10 deletions

View file

@ -173,6 +173,7 @@ class Settings:
self.ExternalIP6 = options.ExternalIP6
self.Quiet_Mode = options.Quiet
self.AnswerName = options.AnswerName
self.ErrorCode = options.ErrorCode
# 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"]