tweaking, add new honeypot

correct a typo in CONTRIBUTING.MD
preapre for and add mailoney honeypot
This commit is contained in:
Marco Ochse
2017-06-15 22:08:56 +00:00
parent a1bc127698
commit 77e68f0e64
8 changed files with 52 additions and 5 deletions

View File

@ -78,7 +78,15 @@ fuHONEYTRAP () {
chown tpot:tpot /data/honeytrap/ -R
}
# Let's create a function prepare spiderfoot db
# Let's create a function to clean up and prepare mailoney data
fuHONEYTRAP () {
rm -rf /data/mailoney/*
mkdir -p /data/mailoney/log/
chmod 760 /data/mailoney/ -R
chown tpot:tpot /data/mailoney/ -R
}
# Let's create a function to prepare spiderfoot db
fuSPIDERFOOT () {
mkdir -p /data/spiderfoot
touch /data/spiderfoot/spiderfoot.db