mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Add go-pot honeypot
This commit is contained in:
11
docker/tpotinit/dist/bin/clean.sh
vendored
11
docker/tpotinit/dist/bin/clean.sh
vendored
@ -206,7 +206,7 @@ fuGALAH () {
|
||||
chown tpot:tpot /data/galah/ -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare glastopf data
|
||||
# Let's create a function to clean up and prepare glutton data
|
||||
fuGLUTTON () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/glutton/*; fi
|
||||
mkdir -vp /data/glutton/{log,payloads}
|
||||
@ -214,6 +214,14 @@ fuGLUTTON () {
|
||||
chown tpot:tpot /data/glutton -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare go-pot data
|
||||
fuGOPOT () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/go-pot/*; fi
|
||||
mkdir -vp /data/go-pot/log
|
||||
chmod 770 /data/go-pot -R
|
||||
chown tpot:tpot /data/go-pot -R
|
||||
}
|
||||
|
||||
# Let's create a function to clean up and prepare hellpot data
|
||||
fuHELLPOT () {
|
||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/hellpot/log; fi
|
||||
@ -392,6 +400,7 @@ fuENDLESSH
|
||||
fuFATT
|
||||
fuGALAH
|
||||
fuGLUTTON
|
||||
fuGOPOT
|
||||
fuHERALDING
|
||||
fuHELLPOT
|
||||
fuHONEYSAP
|
||||
|
@ -21,6 +21,7 @@
|
||||
/data/galah/log/*.json
|
||||
/data/glutton/log/*.log
|
||||
/data/glutton/log/*.err
|
||||
/data/go-pot/log/*.json
|
||||
/data/hellpot/log/*.log
|
||||
/data/heralding/log/*.log
|
||||
/data/heralding/log/*.csv
|
||||
|
BIN
docker/tpotinit/dist/etc/objects/elkbase.tgz
vendored
BIN
docker/tpotinit/dist/etc/objects/elkbase.tgz
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user