MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / NONEFOUND

Class NONEFOUND

fakedns.py:383–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382# Technically this is a subclass of A
383class NONEFOUND(DNSResponse):
384 def __init__(self, query):
385 super(NONEFOUND, self).__init__(query)
386 self.type = query.type
387 self.flags = b"\x81\x83"
388 self.rranswers = b"\x00\x00"
389 self.length = b"\x00\x00"
390 self.data = b"\x00"
391 print(">> Built NONEFOUND response")
392
393
394class Rule (object):

Callers 1

matchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected