This commit is contained in:
t3chn0m4g3
2022-01-11 15:43:45 +00:00
parent d6ea4cdde2
commit 7d012726b7
8 changed files with 64 additions and 36 deletions

View File

@ -29,11 +29,11 @@ RUN apk -U add \
/var/log/honeypots && \
cd /opt/ && \
#git clone https://github.com/qeeqbox/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots -b openforreview && \
cd honeypots && \
#git checkout 7c654a3ef2c564ae6f1247bf302d652037080163 && \
pip3 install --upgrade pip && \
pip3 install hiredis && \
pip3 install --ignore-installed hiredis packaging && \
pip3 install . && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \
#

View File

@ -115,6 +115,30 @@
"ip": "0.0.0.0",
"username": "administrator",
"password": "123456"
},
"ntp": {
"port": 123,
"ip": "0.0.0.0",
"username": "administrator",
"password": "123456"
},
"memcache": {
"port": 11211,
"ip": "0.0.0.0",
"username": "admin",
"password": "123456"
},
"oracle": {
"port": 1521,
"ip": "0.0.0.0",
"username": "bi",
"password": "123456"
},
"snmp": {
"port": 161,
"ip": "0.0.0.0",
"username": "privUser",
"password": "123456"
}
}
}