mirror of https://github.com/n1nj4sec/pupy.git
dnscnc/server: Fix parcel unpack exceptions handling
This commit is contained in:
parent
be17d8aca8
commit
e3f6934ce2
|
@ -984,6 +984,7 @@ class DnsCommandServerHandler(BaseResolver):
|
|||
except ParcelInvalidCrc:
|
||||
logger.info('Invalid Parcel CRC (qname=%s, version=%s)',
|
||||
qname, version)
|
||||
return None
|
||||
|
||||
for command in commands:
|
||||
for response in self._cmd_processor(
|
||||
|
|
Loading…
Reference in New Issue