This commit is contained in:
t3chn0m4g3
2018-09-11 12:19:26 +00:00
parent 992d453b9a
commit 0c86bd9a5a
42 changed files with 15 additions and 946 deletions

View File

@ -45,6 +45,7 @@ RUN apk -U --no-cache add \
rm -rf /var/cache/apk/*
# Set workdir and start phpsandbox
STOPSIGNAL SIGKILL
USER nobody:nobody
WORKDIR /opt/phpox
CMD ["python3.6", "sandbox.py"]

View File

@ -14,5 +14,6 @@ RUN apk -U --no-cache add redis && \
rm -rf /var/cache/apk/*
# Start conpot
STOPSIGNAL SIGKILL
USER nobody:nobody
CMD redis-server /etc/redis.conf

View File

@ -32,4 +32,5 @@ RUN apk -U --no-cache add \
rm -rf /var/cache/apk/*
# Start snare
STOPSIGNAL SIGKILL
CMD snare --tanner tanner --debug true --no-dorks true --auto-update false --host-ip 0.0.0.0 --port 80 --page-dir $(shuf -i 1-10 -n 1)

View File

@ -56,6 +56,7 @@ RUN apk -U --no-cache add \
rm -rf /var/cache/apk/*
# Start conpot
STOPSIGNAL SIGKILL
USER tanner:tanner
WORKDIR /opt/tanner
CMD tanner