networkstatic/fping
Dockerized FPing for Network Monitoring, Measuring and Troubleshooting
100K+
Dockerfiles can be found at nerdalert/Dockerfiles
Fping for network testing. It's ping on steroids.
docker run -it --rm networkstatic/fping -help
Nmap is a perenial favorite for security fuzzing.
A couple of example usages:
nmap --help
to view port scanning options.docker run -it --rm networkstatic/nmap --help
docker run -it --rm networkstatic/nmap -sT 192.168.1.1-100 -p 22
This is an example of a simple change to the static Nginx index.html page. Replace the default index.html with some funs ascii art.
docker run -it --rm -p 8080:80 networkstatic/nginx_kittah
For fun testing
docker run -it --rm networkstatic/nyan_cat
docker pull networkstatic/fping