mirror of https://github.com/n1nj4sec/pupy.git
Node was missing during unpack
This commit is contained in:
parent
9e302c866b
commit
c7188c4f2e
|
@ -207,6 +207,7 @@ class SystemInfo(Command):
|
|||
|
||||
return SystemInfo(
|
||||
system=SystemInfo.well_known_os_names_decode[osid],
|
||||
node=node,
|
||||
arch=SystemInfo.well_known_cpu_archs_decode[archid],
|
||||
internet=internet,
|
||||
external_ip=ip,
|
||||
|
|
Loading…
Reference in New Issue