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

@ -8,6 +8,7 @@ networks:
elasticpot_local:
ewsposter_local:
glastopf_local:
mailoney_local:
services:
@ -103,3 +104,15 @@ services:
volumes:
- /data/honeytrap:/data/honeytrap
- /data/ews:/data/ews
# Mailoney service
mailoney:
container_name: mailoney
restart: always
networks:
- mailoney_local
ports:
- "25:2525"
image: "dtagdevsec/mailoney:1706"
volumes:
- /data/mailoney/log:/opt/mailoney/logs