Skip to content

RoiKlevansky/pwnabox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pwnabox - pwning with whales!

Some tools integrated image for easy CTF or education. It also could be used for sandboxing.

Included tools

Getting Started

Dependencies:

  • Docker
  • Docker Compose

Clone this project

> git clone https://github.com/RoiKlevansky/pwnabox.git
> cd pwnabox

Installation

> docker-compose up -d

Running

> docker exec -it pwnabox zsh

Default crednitals are: pwner:pwner.

Special Commands

This image uses a script named gdb-peda-pwndbg-gef which lets you easly run peda, pwndbg and gef on the same machine. Use one of the commands below to launch the corresponding GDB environment:

> gdb-peda
> gdb-peda-intel
> gdb-peda-arm
> gdb-pwndbg
> gdb-gef

gdbserver

If you'd want to connect to the server from your host machine use port 2159 which is exposed to your host.

About

Use docker container for pwn!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%