forked from p15670423/monkey
Removed cryptography dependency from infection monkey agent dependencies and added eggs to git dependencies
This commit is contained in:
parent
33de5aac60
commit
465023b64d
|
@ -1,8 +1,7 @@
|
||||||
cryptography==2.5
|
|
||||||
WinSys-3.x>=0.5.2
|
WinSys-3.x>=0.5.2
|
||||||
cffi>=1.14
|
cffi>=1.14
|
||||||
ecdsa==0.15
|
ecdsa==0.15
|
||||||
git+https://github.com/guardicore/pyinstaller
|
git+https://github.com/guardicore/pyinstaller#egg=pyinstaller
|
||||||
impacket>=0.9
|
impacket>=0.9
|
||||||
ipaddress>=1.0.23
|
ipaddress>=1.0.23
|
||||||
netifaces>=0.10.9
|
netifaces>=0.10.9
|
||||||
|
@ -18,5 +17,5 @@ pysmb==1.2.5
|
||||||
requests>=2.24
|
requests>=2.24
|
||||||
wmi==1.5.1 ; sys_platform == 'win32'
|
wmi==1.5.1 ; sys_platform == 'win32'
|
||||||
urllib3==1.25.8
|
urllib3==1.25.8
|
||||||
git+https://github.com/guardicode/ScoutSuite
|
git+https://github.com/guardicode/ScoutSuite#egg=ScoutSuite
|
||||||
simplejson
|
simplejson
|
||||||
|
|
Loading…
Reference in New Issue