Skip to content

AirWSW/honey-pots-program

Repository files navigation

honey-pots-program

Building the Docker Image

docker-compose build

Running the Docker Image as a Container

Run the Docker container interactively with the following command:

docker-compose up 

Run the container in the background with the following command:

docker-compose up -d

Testing

Run the following command to get an interactive shell inside the container.

docker exec -it CONTAINER_NAME bash

tcpreplay is installed inside the docker container along with a sample pcap for testing purposes. While DCEPT is running, execute the following from within the container:

tcpreplay -i <interface> /opt/dcept/example.pcap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published