mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Fix manuf location
This commit is contained in:
parent
7ae6c73b88
commit
8bbfe7ac62
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ RUN apk --no-cache -U add \
|
|||
#
|
||||
# Get wireshark manuf db for scapy, setup configs, user, groups
|
||||
mkdir -p /etc/conpot /var/log/conpot /usr/share/wireshark && \
|
||||
wget https://github.com/wireshark/wireshark/raw/master/manuf -o /usr/share/wireshark/manuf && \
|
||||
wget https://www.wireshark.org/download/automated/data/manuf -o /usr/share/wireshark/manuf && \
|
||||
cp /root/dist/conpot.cfg /etc/conpot/conpot.cfg && \
|
||||
cp -R /root/dist/templates /usr/lib/python3.10/site-packages/conpot/ && \
|
||||
addgroup -g 2000 conpot && \
|
||||
|
|
Loading…
Reference in a new issue