Skip to content
forked from cboin/re_lab

A portable reverse engineering and exploit development environment using docker.

License

Notifications You must be signed in to change notification settings

r1ghtwr0ng/pwn_lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A portable reverse engineering and exploit development environment using docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 60.2%
  • Shell 39.8%