mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -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"]
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user