No known key found for this signature in database
GPG 키 ID: 1E1B1F50D84613D0
1개의 변경된 파일과 55개의 추가작업 그리고 62개의 파일을 삭제
-
117requirements.txt
@ -1,94 +1,87 @@ |
|||
pyail |
|||
pymisp |
|||
d4-pyclient |
|||
pymisp>=2.4.144 |
|||
d4-pyclient>=0.1.6 |
|||
|
|||
thehive4py |
|||
|
|||
# Core |
|||
redis==2.10.6 |
|||
#filemagic conflict with magic |
|||
python-magic>0.4.15 |
|||
yara-python>4.0.2 |
|||
|
|||
# Hashlib |
|||
crcmod |
|||
mmh3 |
|||
ssdeep |
|||
mmh3>2.5 |
|||
ssdeep>3.3 |
|||
|
|||
pubsublogger |
|||
# ZMQ |
|||
zmq |
|||
langid |
|||
pyzmq>19.0.0 |
|||
|
|||
#Essential |
|||
pyzmq |
|||
dnspython |
|||
# Logging |
|||
logbook |
|||
pubsublogger |
|||
textblob |
|||
|
|||
#Tokeniser |
|||
nltk |
|||
# Tokeniser |
|||
nltk>3.4.5 |
|||
textblob>=0.15.3 |
|||
|
|||
html2text |
|||
yara-python |
|||
# HTML |
|||
html2text>=2020.1.16 |
|||
beautifulsoup4>4.8.2 |
|||
|
|||
#Crawler |
|||
scrapy |
|||
scrapy-splash |
|||
pycld3 |
|||
scrapy>2.0.0 |
|||
scrapy-splash>=0.7.2 |
|||
|
|||
#Graph |
|||
numpy |
|||
matplotlib |
|||
networkx |
|||
terminaltables |
|||
colorama |
|||
asciimatics |
|||
# Languages |
|||
pycld3>0.20 |
|||
|
|||
# Hashlib |
|||
crcmod |
|||
mmh3 |
|||
ssdeep |
|||
python-Levenshtein |
|||
#Graph |
|||
numpy>1.18.1 |
|||
matplotlib>3.2.1 |
|||
networkx>2.4 |
|||
|
|||
#Others |
|||
python-magic |
|||
pybloomfiltermmap |
|||
psutil |
|||
phonenumbers |
|||
# ModuleInformation |
|||
asciimatics>=1.11.0 |
|||
psutil>=5.7.0 |
|||
|
|||
ipython |
|||
texttable |
|||
colorama>=0.4.4 |
|||
python-Levenshtein>=0.12.2 |
|||
|
|||
flask |
|||
flask-login |
|||
bcrypt |
|||
|
|||
#DomainClassifier |
|||
# DomainClassifier |
|||
git+https://github.com/D4-project/BGP-Ranking.git/#egg=pybgpranking&subdirectory=client |
|||
DomainClassifier |
|||
#Indexer requirements |
|||
whoosh |
|||
|
|||
beautifulsoup4 |
|||
# Indexer |
|||
whoosh>=2.7.4 |
|||
|
|||
ipaddress |
|||
pycountry==18.12.8 |
|||
# LibInjection bindings |
|||
pylibinjection>=0.2.4 |
|||
|
|||
# To fetch Onion urls |
|||
PySocks |
|||
#Others |
|||
phonenumbers>8.12.1 |
|||
|
|||
# decompress files |
|||
sflock |
|||
# Web |
|||
flask>1.1.2,<=1.1.4 |
|||
flask-login |
|||
bcrypt>3.1.6 |
|||
|
|||
#ASN lookup requirements |
|||
#https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/adns-python/adns-python-1.2.1.tar.gz |
|||
https://github.com/trolldbois/python3-adns/archive/master.zip |
|||
https://github.com/trolldbois/python-cymru-services/archive/master.zip |
|||
|
|||
# Tests |
|||
nose>=1.3.7 |
|||
coverage>=5.5 |
|||
|
|||
# # # # |
|||
PySocks>=1.7.1 |
|||
pycountry>=20.7.3 |
|||
https://github.com/saffsd/langid.py/archive/master.zip |
|||
|
|||
#LibInjection bindings |
|||
pylibinjection |
|||
|
|||
# Graph |
|||
matplotlib |
|||
|
|||
# Test |
|||
nose |
|||
coverage |
|||
##### Old packages |
|||
# texttable |
|||
#ASN lookup requirements |
|||
#https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/adns-python/adns-python-1.2.1.tar.gz |
|||
#https://github.com/trolldbois/python3-adns/archive/master.zip |
|||
#https://github.com/trolldbois/python-cymru-services/archive/master.zip |
|||
쓰기
미리보기
불러오는 중...
취소
저장
Reference in new issue