/testmyids

Deploy your own instance of the testmyids service. This's the EICAR test for network intrusion detection systems

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

testmyids as a service

Deploy your own instance of the testmyids service. This's the EICAR test for network intrusion detection systems

Pull from DockerHub

To pull the image from Dockerhub, check out https://hub.docker.com/r/muchilwal/testmyids or just :

docker run -d --name testmyids -p 80:80 muchilwal/testmyids

To build, run the docker container:

1: Clone the repo
2: Navigate to the directory and setup the container with the follwong command
docker-compose up --detach
Command will setup Nginx web server and use the index.html as homepage. It will expose the nginx logs files in cwd. You can change the ports to suit you.
You can access the service by navigating to your browser eg http://.x.y.z.a:8000
You can change the 8000 port suit your deployment needs by changing the 8000 value