include rdpy honeypot

This commit is contained in:
Marco Ochse
2017-08-27 00:37:57 +00:00
parent 46eea25f38
commit 56ebd9f05c
9 changed files with 52 additions and 2 deletions

View File

@ -138,6 +138,14 @@ fuMAILONEY () {
chown tpot:tpot /data/mailoney/ -R
}
# Let's create a function to clean up and prepare rdpy data
fuRDPY () {
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/rdpy/*; fi
mkdir -p /data/rdpy/log/
chmod 760 /data/rdpy/ -R
chown tpot:tpot /data/rdpy/ -R
}
# Let's create a function to prepare spiderfoot db
fuSPIDERFOOT () {
mkdir -p /data/spiderfoot
@ -202,6 +210,7 @@ if [ "$myPERSISTENCE" = "on" ];
fuGLASTOPF
fuHONEYTRAP
fuMAILONEY
fuRDPY
fuSPIDERFOOT
fuSURICATA
fuP0F