mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Begin integration of honeyaml
This commit is contained in:
9
docker/tpotinit/dist/bin/clean.sh
vendored
9
docker/tpotinit/dist/bin/clean.sh
vendored
@ -241,6 +241,14 @@ fuHERALDING () {
|
||||
chown tpot:tpot /data/heralding -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare honeyaml data
|
||||
fuHONEYAML () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/honeyaml/*; fi
|
||||
mkdir -vp /data/honeyaml/log
|
||||
chmod 770 -R /data/honeyaml
|
||||
chown tpot:tpot -R /data/honeyaml
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare honeypots data
|
||||
fuHONEYPOTS () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/honeypots/*; fi
|
||||
@ -414,6 +422,7 @@ fuGLUTTON
|
||||
fuGOPOT
|
||||
fuHERALDING
|
||||
fuHELLPOT
|
||||
fuHONEYAML
|
||||
fuHONEYSAP
|
||||
fuHONEYPOTS
|
||||
fuHONEYTRAP
|
||||
|
@ -26,6 +26,7 @@
|
||||
/data/heralding/log/*.log
|
||||
/data/heralding/log/*.csv
|
||||
/data/heralding/log/*.json
|
||||
/data/honeyaml/log/*.log
|
||||
/data/honeypots/log/*.log
|
||||
/data/honeysap/log/*.log
|
||||
/data/honeytrap/log/*.log
|
||||
|
Reference in New Issue
Block a user