Skip to content

GovCERT-CZ/docker-shockpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-shockpot

This is Docker image for honeypot Shockpot (https://github.com/threatstream/shockpot).

Build docker image

$ git clone https://github.com/GovCERT-CZ/docker-shockpot
$ cd docker-shockpot
$ docker build -t <repository>/<name> .

Run docker container

$ docker run [--name <container name>] [-d] -p 80:80  [-v <host path>:/opt/shockpot/log] <repository>/<name>

Run docker container with custom configuration

$ wget https://raw.githubusercontent.com/threatstream/shockpot/master/shockpot.conf -O shockpot.conf
update shockpot.conf file with your settings (change port to 80 - default 8080)
$ docker run [--name <container name>] [-d] -p 80:80 [-v <host path>/shockpot.conf:/opt/shockpot/shockpot.conf] [-v <host path>:/opt/shockpot/log] <repository>/<name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages