Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```