mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 02:46:04 +00:00
bump adbhoney to latest master
This commit is contained in:
parent
ee547994dc
commit
8410f84fe9
2 changed files with 5 additions and 2 deletions
|
@ -7,13 +7,14 @@ COPY dist/ /root/dist/
|
|||
RUN apk --no-cache -U add \
|
||||
git \
|
||||
procps \
|
||||
py3-requests \
|
||||
python3 && \
|
||||
#
|
||||
# Install adbhoney from git
|
||||
git clone https://github.com/huuck/ADBHoney /opt/adbhoney && \
|
||||
cd /opt/adbhoney && \
|
||||
# git checkout ad7c17e78d01f6860d58ba826a4b6a4e4f83acbd && \
|
||||
git checkout 2417a7a982f4fd527b3a048048df9a23178767ad && \
|
||||
# git checkout 2417a7a982f4fd527b3a048048df9a23178767ad && \
|
||||
git checkout 42afd98611724ca3d694a48b694c957e8d953db4 && \
|
||||
cp /root/dist/adbhoney.cfg /opt/adbhoney && \
|
||||
sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \
|
||||
sed -i 's/dst_port/dest_port/' /opt/adbhoney/adbhoney/core.py && \
|
||||
|
|
2
docker/adbhoney/dist/adbhoney.cfg
vendored
2
docker/adbhoney/dist/adbhoney.cfg
vendored
|
@ -3,6 +3,8 @@ hostname = honeypot01
|
|||
|
||||
address = 0.0.0.0
|
||||
port = 5555
|
||||
http_download = true
|
||||
http_timeout = 45
|
||||
|
||||
download_dir = dl/
|
||||
log_dir = log/
|
||||
|
|
Loading…
Reference in a new issue