mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
maltrail is too far off scope
This commit is contained in:
@ -138,14 +138,6 @@ fuMAILONEY () {
|
||||
chown tpot:tpot /data/mailoney/ -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare maltrail data
|
||||
fuMALTRAIL () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/maltrail/*; fi
|
||||
mkdir -p /data/maltrail/log/
|
||||
chmod 760 /data/maltrail/ -R
|
||||
chown tpot:tpot /data/maltrail/ -R
|
||||
}
|
||||
|
||||
# Let's create a function to prepare spiderfoot db
|
||||
fuSPIDERFOOT () {
|
||||
mkdir -p /data/spiderfoot
|
||||
@ -170,7 +162,6 @@ fuP0F () {
|
||||
chown tpot:tpot -R /data/p0f
|
||||
}
|
||||
|
||||
|
||||
# Avoid unwanted cleaning
|
||||
if [ "$myPERSISTENCE" = "" ];
|
||||
then
|
||||
@ -204,7 +195,6 @@ fuEMOBILITY
|
||||
fuGLASTOPF
|
||||
fuHONEYTRAP
|
||||
fuMAILONEY
|
||||
fuMALTRAIL
|
||||
fuSPIDERFOOT
|
||||
fuSURICATA
|
||||
fuP0F
|
||||
|
Reference in New Issue
Block a user