Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

kkkbox

Container with hping3, nc, nping, fping, nslookup, dig, socat, traceroute, aria2c, jq, amap .

Examples:

docker run -it --rm 7error/kkkbox dig +short github.com

docker run -it --rm 7error/kkkbox nslookup -type=A github.com

docker run -it --rm 7error/kkkbox curl -IL -k https://github.com

docker run -it --rm 7error/kkkbox ifconfig eth0

docker run -it --rm 7error/kkkbox nc -nvz 223.6.6.6 53

docker run -it --rm --pid=host 7error/kkkbox htop

docker run -it --rm 7error/kkkbox nmap -Pn -p443 github.com --traceroute

docker run -it --rm 7error/kkkbox nping --tcp-connect -c1 -H -p 443,80 github.com

docker run -it --rm -p 19980:80 7error/kkkbox /bin/sh -c "while true; do { printf 'HTTP/1.1 200 OK\r\n\n hello\n'; } | nc -l -p 80; done";

docker run -it --rm 7error/kkkbox:2 hping3 -S -p 443 -c 4 github.com

About

Container with hping3, nc, nping, fping, nslookup, dig, socat, traceroute, aria2c, jq, amap .

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.