A portable reverse engineering and exploit development environment using docker.
Find a file
2024-12-25 02:48:54 +00:00
share_ro Add basic tools 2018-05-13 15:56:58 +02:00
share_rw Add basic tools 2018-05-13 15:56:58 +02:00
.gitignore Fixed Dockerfile and created gitignore 2022-04-29 12:22:39 +00:00
.tmux.conf Fix tmux config file attributes 2024-12-23 01:47:33 +00:00
Dockerfile Dockerfile fixes 2024-12-25 02:48:54 +00:00
LICENSE Initial commit 2018-05-13 12:41:28 +02:00
README.md Update README.md 2022-04-29 12:46:05 +00:00
run_container.sh Fixed Dockerfile and created gitignore 2022-04-29 12:22:39 +00:00

pwn_lab

A portable reverse engineering and pwn environment using docker.

This repository is a fork of https://github.com/cboin/re_lab that was updated to include packages useful for exploit development, support for binaries using the 32-bit i386 architecture, as well as fixing issues with outdated dependencies.

Installing

Building the docker image:

$ docker build -t pwn_lab .

Running the docker container:

$ ./run_container.sh

Shared folders

  • /share_ro - read only access to access installation of packages
  • /share_rw - to be able to write and share the results with host system

Authors

  • r1ghtwr0ng - Current pwn_lab maintainer

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments