mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-24 03:46:56 +00:00
Compare commits
2 commits
c0b78eb25d
...
21a16a6c1c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
21a16a6c1c | ||
![]() |
42a4dcc63f |
3 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ RUN apk --no-cache -U add \
|
|||
pip3 install --break-system-packages pyinstaller && \
|
||||
#
|
||||
# Install adbhoney from git
|
||||
git clone https://github.com/t3chn0m4g3/ADBHoney -b pyinstaller /opt/adbhoney && \
|
||||
git clone https://github.com/t3chn0m4g3/ADBHoney /opt/adbhoney && \
|
||||
cd /opt/adbhoney && \
|
||||
cp /root/dist/adbhoney.cfg /opt/adbhoney && \
|
||||
sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \
|
||||
|
|
|
@ -42,7 +42,7 @@ RUN apk --no-cache -U add \
|
|||
cd /home/cowrie && \
|
||||
git clone https://github.com/cowrie/cowrie && \
|
||||
cd cowrie && \
|
||||
git checkout 347b61fb081d68ae6e15e3d6d0da65c82985014a && \
|
||||
git checkout 49c7c4aac87603e0d2449501c300841a1f59fd0f && \
|
||||
mkdir -p log && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
pip3 install --break-system-packages --upgrade pip && \
|
||||
|
|
2
docker/cowrie/dist/cowrie.cfg
vendored
2
docker/cowrie/dist/cowrie.cfg
vendored
|
@ -1,6 +1,7 @@
|
|||
[honeypot]
|
||||
hostname = ubuntu
|
||||
log_path = log
|
||||
logtype = plain
|
||||
download_path = dl
|
||||
share_path= share/cowrie
|
||||
state_path = /tmp/cowrie/data
|
||||
|
@ -50,6 +51,7 @@ forward_redirect = false
|
|||
forward_tunnel = false
|
||||
auth_none_enabled = false
|
||||
auth_keyboard_interactive_enabled = true
|
||||
auth_publickey_allow_any = true
|
||||
|
||||
[telnet]
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue