mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
rdpy add shuffle
This commit is contained in:
parent
a525289ea2
commit
201aa85e68
2 changed files with 1 additions and 6 deletions
|
@ -24,7 +24,6 @@ services:
|
|||
- PYTHON_EGG_CACHE=/tmp/conpot
|
||||
tmpfs:
|
||||
- /tmp/conpot:exec
|
||||
# - /var/run/conpot/
|
||||
networks:
|
||||
- conpot_local_default
|
||||
ports:
|
||||
|
@ -54,7 +53,6 @@ services:
|
|||
- PYTHON_EGG_CACHE=/tmp/conpot
|
||||
tmpfs:
|
||||
- /tmp/conpot:exec
|
||||
- /var/run/conpot/
|
||||
networks:
|
||||
- conpot_local_IEC104
|
||||
ports:
|
||||
|
@ -79,7 +77,6 @@ services:
|
|||
- PYTHON_EGG_CACHE=/tmp/conpot
|
||||
tmpfs:
|
||||
- /tmp/conpot:exec
|
||||
- /var/run/conpot/
|
||||
networks:
|
||||
- conpot_local_guardian_ast
|
||||
ports:
|
||||
|
@ -103,7 +100,6 @@ services:
|
|||
- PYTHON_EGG_CACHE=/tmp/conpot
|
||||
tmpfs:
|
||||
- /tmp/conpot:exec
|
||||
- /var/run/conpot/
|
||||
networks:
|
||||
- conpot_local_ipmi
|
||||
ports:
|
||||
|
@ -127,7 +123,6 @@ services:
|
|||
- PYTHON_EGG_CACHE=/tmp/conpot
|
||||
tmpfs:
|
||||
- /tmp/conpot:exec
|
||||
- /var/run/conpot/
|
||||
networks:
|
||||
- conpot_local_kamstrup_382
|
||||
ports:
|
||||
|
|
|
@ -53,4 +53,4 @@ RUN apk -U upgrade && \
|
|||
|
||||
# Start rdpy
|
||||
USER rdpy:rdpy
|
||||
CMD /usr/bin/python2 -i /usr/bin/rdpy-rdphoneypot.py /home/rdpy/1 /home/rdpy/2 /home/rdpy/3 >> /var/log/rdpy/rdpy.log
|
||||
CMD /usr/bin/python2 -i /usr/bin/rdpy-rdphoneypot.py /home/rdpy/$(shuf -i 1-3 -n 1) >> /var/log/rdpy/rdpy.log
|
||||
|
|
Loading…
Reference in a new issue