MCPcopy Create free account
hub / github.com/USArmyResearchLab/Dshell / __init__

Method __init__

dshell/plugins/dns/innuendo-dns.py:29–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 """
28
29 def __init__(self):
30 super().__init__(
31 name="innuendo-dns",
32 description="proof-of-concept detector for INNUENDO DNS channel",
33 bpf="port 53",
34 author="primalsec",
35 output=AlertOutput(label=__name__),
36 )
37
38 def dns_handler(self, conn, requests, responses):
39 response = responses[-1]

Callers

nothing calls this directly

Calls 1

AlertOutputClass · 0.90

Tested by

no test coverage detected