forked from p15670423/monkey
37 lines
1.2 KiB
TOML
37 lines
1.2 KiB
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
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
|
|
impacket = ">=0.9"
|
|
importlib-metadata = "==4.0.1" # Required to build docker with our pyinstaller branch
|
|
ipaddress = ">=1.0.23"
|
|
netifaces = ">=0.10.9"
|
|
odict = "==1.7.0"
|
|
paramiko = ">=2.7.1"
|
|
psutil = ">=5.7.0"
|
|
pymssql = "==2.1.5"
|
|
pypykatz = "==0.3.12"
|
|
requests = ">=2.24"
|
|
urllib3 = "==1.26.5"
|
|
WMI = {version = "==1.5.1", sys_platform = "== 'win32'"}
|
|
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" = "*"
|
|
ldaptor = "*"
|
|
|
|
[dev-packages]
|
|
ldap3 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|