mirror of https://github.com/n1nj4sec/pupy.git
Show 'native' property in infos
This commit is contained in:
parent
2a4d9a1ac2
commit
493697fe17
|
@ -25,7 +25,7 @@ class GetInfo(PupyModule):
|
||||||
"hostname", "user", "release", "version",
|
"hostname", "user", "release", "version",
|
||||||
"os_arch", "proc_arch", "pid", "exec_path", "cid",
|
"os_arch", "proc_arch", "pid", "exec_path", "cid",
|
||||||
"address", "macaddr", "spi", "revision", "node",
|
"address", "macaddr", "spi", "revision", "node",
|
||||||
"debug_logfile"
|
"debug_logfile", "native"
|
||||||
]
|
]
|
||||||
pupyKeys = ["transport", "launcher", "launcher_args"]
|
pupyKeys = ["transport", "launcher", "launcher_args"]
|
||||||
windKeys = ["uac_lvl","intgty_lvl"]
|
windKeys = ["uac_lvl","intgty_lvl"]
|
||||||
|
|
Loading…
Reference in New Issue