forked from viper-framework/viper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-modules.txt
93 lines (66 loc) · 1.54 KB
/
requirements-modules.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
--extra-index-url https://lief-project.github.io/packages/
# APK module
androguard==3.3.5
# ClamAV Module
pyclamd==0.4.0
# DNS Module
pypdns==1.4.1
# ELF Module
pyelftools==0.25
# Email module
dnspython==1.16.0
# SEE: olefile under Office module
# Fuzzy Module
# SEE: pydeep in requirements-base.txt
# Joe Sandbox module
jbxapi>=3.1.3,<4
# McAfee BUP Files Module
# SEE: olefile under Office module
# MISP
pymisp[fileobjects,virustotal] >= 2.4.96
jsonschema==3.0.1
# Office module
olefile==0.46
-e git+https://github.com/viper-framework/xxxswf.git@9188316eb7a179326d99bfde9fe0184bb3cee6a3#egg=xxxswf
pyparsing==2.4.0
packaging==19.0
# PE module
pefile==2019.4.18
# PE module (verify sigs)
# SEE: bitstring in requirements-core.txt
pyasn1==0.4.6
pyopenssl==19.0.0
cryptography==2.6.1
cffi==1.12.3
asn1crypto==0.24.0
idna==2.8
ipaddress==1.0.22
pycparser==2.19
# PSSL Module
pypssl==2.1
# Radare
r2pipe==1.2.0
# Reports Module
beautifulsoup4==4.7.1
# SWF Module
pylzma==0.5.0
# VirusTotal Module
virustotal-api==1.1.10
# Yara Module
yara-python==3.10.0
# Rats
pycrypto==2.6.1
# Source Code Dependencies
# Scraper
git+https://github.com/viper-framework/ScrapySplashWrapper.git#egg=ScrapySplashWrapper
# PE module (verify sigs)
git+https://github.com/sebdraven/verify-sigs.git#egg=verify-sigs
# Office module
oletools==0.54.1
# MISP
git+https://github.com/MISP/PyTaxonomies.git#egg=PyTaxonomies
git+https://github.com/MISP/PyMISPGalaxies.git#egg=PyMISPGalaxies
# EXIF Module
ocrd-pyexiftool==0.2.0
# LIEF module
lief==0.10.0.dev0 ; python_version >= '3.5'