mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
incl. XFF for qhoneypots, some tweaking
This commit is contained in:
@ -30,7 +30,7 @@ RUN apk -U add \
|
||||
cd /opt/ && \
|
||||
git clone https://github.com/qeeqbox/honeypots && \
|
||||
cd honeypots && \
|
||||
git checkout b88cbbd5aa1d2724c6f7de5d723f0d0e753912bb && \
|
||||
git checkout bee3147cf81837ba7639f1e27fe34d717ecccf29 && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install --ignore-installed hiredis packaging && \
|
||||
pip3 install . && \
|
||||
|
3
docker/honeypots/dist/config.json
vendored
3
docker/honeypots/dist/config.json
vendored
@ -44,7 +44,8 @@
|
||||
"password":"admin",
|
||||
"log_file_name":"http.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":"fix_get_client_ip"
|
||||
},
|
||||
"https":{
|
||||
"port":443,
|
||||
|
Reference in New Issue
Block a user