Skip to content

OnionDecoy/glastopf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

dockerized glastopf v3

glastopf is a python web application honeypot.

This repository contains the necessary files to create a dockerized version of glastopf v3.

The Dockerfile contains the blueprint for the dockerized glastopf and will be used to setup the docker image.

The glastopf.cfg is tailored to fit the Onion Decoy environment.

The supervisord.conf is used to start glastopf under supervision of supervisord.

Using systemd, copy the systemd/glastopf.service to /etc/systemd/system/glastopf.service and start using

systemctl enable glastopf
systemctl start glastopf

This will make sure that the docker container is started with the appropriate permissions and port mappings. Further, it autostarts during boot.

By default all data will be stored in /data/glastopf/ until the honeypot service will be restarted which is by default every 24 hours. If you want to keep data persistently simply edit the service file, find the line that contains clean.sh and set the option from off to on. Be advised to establish some sort of log management if you wish to do so.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published