mirror of https://github.com/n1nj4sec/pupy.git
dnscnc: reask status if something went wrong during transfer
This commit is contained in:
parent
8ecb2eb96a
commit
f2c02b4ee2
|
@ -775,6 +775,10 @@ class DnsCommandServerHandler(BaseResolver):
|
|||
session._user_active_reported = session.system_status['idle']
|
||||
|
||||
commands = session.commands
|
||||
|
||||
if not session.system_info:
|
||||
commands.append(Poll())
|
||||
|
||||
return commands
|
||||
|
||||
elif isinstance(command, SystemInfo) and not session:
|
||||
|
|
Loading…
Reference in New Issue