forked from p15670423/monkey
Agent: Update Pipfile to use an original pyinstaller version instead of
our fork and remove related dependencies as per the comments next to them. The pyinstaller version is changed to the version that the Island uses.
This commit is contained in:
parent
635496a4be
commit
2a4024926b
|
@ -5,8 +5,7 @@ name = "pypi"
|
|||
|
||||
[packages]
|
||||
cryptography = "==2.5" # We can't build 32bit ubuntu12 binary with newer versions of cryptography
|
||||
pyinstaller = {git = "git://github.com/guardicore/pyinstaller"}
|
||||
pyinstaller-hooks-contrib = "==2021.1" # Required to build docker with our pyinstaller branch
|
||||
pyinstaller = "==3.6"
|
||||
impacket = ">=0.9"
|
||||
importlib-metadata = "==4.0.1" # Required to build docker with our pyinstaller branch
|
||||
ipaddress = ">=1.0.23"
|
||||
|
@ -23,6 +22,7 @@ ScoutSuite = {git = "git://github.com/guardicode/ScoutSuite"}
|
|||
pyopenssl = "==19.0.0" # We can't build 32bit ubuntu12 binary with newer versions of pyopenssl
|
||||
pypsrp = "*"
|
||||
typing-extensions = "*" # Allows us to use 3.9 typing features on 3.7 project
|
||||
pycryptodome = "*" # Used in common/utils/shellcode_obfuscator.py
|
||||
altgraph = "*" # Required for pyinstaller branch, without it agents fail to build
|
||||
pysmb = "*"
|
||||
"WinSys-3.x" = "*"
|
||||
|
|
Loading…
Reference in New Issue