Compare commits

..

No commits in common. "21a16a6c1cd524a6c2a8d2fa46b018c63f600e95" and "c0b78eb25d4a1f0384d6f59158f926f993ec3198" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View file

@ -15,7 +15,7 @@ RUN apk --no-cache -U add \
pip3 install --break-system-packages pyinstaller && \ pip3 install --break-system-packages pyinstaller && \
# #
# Install adbhoney from git # Install adbhoney from git
git clone https://github.com/t3chn0m4g3/ADBHoney /opt/adbhoney && \ git clone https://github.com/t3chn0m4g3/ADBHoney -b pyinstaller /opt/adbhoney && \
cd /opt/adbhoney && \ cd /opt/adbhoney && \
cp /root/dist/adbhoney.cfg /opt/adbhoney && \ cp /root/dist/adbhoney.cfg /opt/adbhoney && \
sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \ sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \

View file

@ -42,7 +42,7 @@ RUN apk --no-cache -U add \
cd /home/cowrie && \ cd /home/cowrie && \
git clone https://github.com/cowrie/cowrie && \ git clone https://github.com/cowrie/cowrie && \
cd cowrie && \ cd cowrie && \
git checkout 49c7c4aac87603e0d2449501c300841a1f59fd0f && \ git checkout 347b61fb081d68ae6e15e3d6d0da65c82985014a && \
mkdir -p log && \ mkdir -p log && \
cp /root/dist/requirements.txt . && \ cp /root/dist/requirements.txt . && \
pip3 install --break-system-packages --upgrade pip && \ pip3 install --break-system-packages --upgrade pip && \

View file

@ -1,7 +1,6 @@
[honeypot] [honeypot]
hostname = ubuntu hostname = ubuntu
log_path = log log_path = log
logtype = plain
download_path = dl download_path = dl
share_path= share/cowrie share_path= share/cowrie
state_path = /tmp/cowrie/data state_path = /tmp/cowrie/data
@ -51,7 +50,6 @@ forward_redirect = false
forward_tunnel = false forward_tunnel = false
auth_none_enabled = false auth_none_enabled = false
auth_keyboard_interactive_enabled = true auth_keyboard_interactive_enabled = true
auth_publickey_allow_any = true
[telnet] [telnet]
enabled = true enabled = true