mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Continue working on Galah
This commit is contained in:
9
docker/tpotinit/dist/bin/clean.sh
vendored
9
docker/tpotinit/dist/bin/clean.sh
vendored
@ -198,6 +198,14 @@ fuFATT () {
|
||||
chown tpot:tpot -R /data/fatt
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare galah data
|
||||
fuGALAH () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/galah/*; fi
|
||||
mkdir -vp /data/galah/{cache,cert,log}
|
||||
chmod 770 /data/galah/ -R
|
||||
chown tpot:tpot /data/galah/ -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare glastopf data
|
||||
fuGLUTTON () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/glutton/*; fi
|
||||
@ -382,6 +390,7 @@ fuELASTICPOT
|
||||
fuELK
|
||||
fuENDLESSH
|
||||
fuFATT
|
||||
fuGALAH
|
||||
fuGLUTTON
|
||||
fuHERALDING
|
||||
fuHELLPOT
|
||||
|
Reference in New Issue
Block a user