Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owlinux1000/docker_pwn
Docker Image for Pwn
https://github.com/owlinux1000/docker_pwn
docker dockerfile pwn pwnable
Last synced: about 2 months ago
JSON representation
Docker Image for Pwn
- Host: GitHub
- URL: https://github.com/owlinux1000/docker_pwn
- Owner: owlinux1000
- Created: 2019-03-18T15:07:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T10:08:31.000Z (about 1 year ago)
- Last Synced: 2023-11-12T11:21:30.364Z (about 1 year ago)
- Topics: docker, dockerfile, pwn, pwnable
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image for my pwn stuff
## Installed Tools
- Debugger
- gdb(gdb-multiarch)
- [gef](https://github.com/bata24/gef) forked by `bata24`
- Analysis Tools
- ltrace, strace
- rp-lin (gcc)
- one_gadget
- seccomp-tools
- General Tools
- tmux
- vim
- wget
- curl
- gcc, g++
- socat, netcat, pwncat## How to use
1. Build the container image
```
$ docker build -t pwn:22.04 .
```
2. Start the container
```
$ ./pwn 22.04
```