mirror of https://github.com/cowrie/cowrie.git
46 lines
831 B
Plaintext
46 lines
831 B
Plaintext
# csirtg
|
|
csirtgsdk==0.0.0a22 # TODO: csirtgsdk need to be updated for current API
|
|
|
|
# dshield
|
|
requests==2.24.0
|
|
|
|
# elasticsearch
|
|
elasticsearch==7.8.0
|
|
|
|
# hpfeeds
|
|
hpfeeds==3.0.0; python_version < '3.0'
|
|
hpfeeds3==0.9.10; python_version >= '3.0'
|
|
|
|
# mysql
|
|
# If this fails, see documentation /home/cowrie/cowrie/docs/sql/README.md
|
|
# There are two options, mysqlclient is newer and provides Python3 support.
|
|
mysqlclient==2.0.1; python_version >= '3.0'
|
|
MySQL-python==1.2.5; python_version < '3.0'
|
|
|
|
# mongodb
|
|
pymongo==3.10.1
|
|
|
|
# rethinkdblog
|
|
rethinkdb==2.4.7
|
|
|
|
# s3
|
|
botocore==1.17.16
|
|
|
|
# slack
|
|
slackclient==2.7.2
|
|
|
|
# influxdb
|
|
influxdb==5.3.0
|
|
|
|
# kafka
|
|
afkak==19.10.0
|
|
python-snappy==0.5.4
|
|
|
|
# dblog_xmpp
|
|
wokkel==18.0.0
|
|
|
|
# misp
|
|
pymisp==2.4.128; python_version >= '3.0'
|
|
pymisp==2.4.121.1; python_version < '3.0'
|
|
pathlib==1.0.1; python_version < '3.0'
|