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.
Building the docker image:
$ docker build -t pwn_lab .Running the docker container:
$ ./run_container.sh- /share_ro - read only access to access installation of packages
- /share_rw - to be able to write and share the results with host system
- r1ghtwr0ng - Current pwn_lab maintainer
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details