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

@ -38,6 +38,7 @@ RUN apk -U upgrade && \
rm -rf /var/cache/apk/*
# Start ciscoasa
STOPSIGNAL SIGINT
WORKDIR /tmp/ciscoasa/
USER ciscoasa:ciscoasa
CMD cp -R /opt/ciscoasa_honeypot/* /tmp/ciscoasa && exec python3 asa_server.py --ike-port 5000 --enable_ssl --port 8443 --verbose >> /var/log/ciscoasa/ciscoasa.log 2>&1