mirror of https://github.com/n1nj4sec/pupy.git
fix: copy -> list
This commit is contained in:
parent
6201ca9a65
commit
546f28a1d7
|
@ -777,7 +777,7 @@ class DnsCommandServerHandler(BaseResolver):
|
|||
commands = session.commands
|
||||
|
||||
if not session.system_info:
|
||||
commands = commands.copy()
|
||||
commands = list(commands)
|
||||
commands.append(Poll())
|
||||
|
||||
return commands
|
||||
|
|
Loading…
Reference in New Issue