Update README.md
This commit is contained in:
parent
b5c72dcf0c
commit
8c489a35b0
@ -1,18 +1,20 @@
|
|||||||
# docker-binaryexploitation
|
# docker-binaryexploitation
|
||||||
|
Create a docker container that is purpose-built for binary exploitation using Linux CLI tooling. It is a repeatable build process and I don't need to provision a virtual machine to have all this. It ticks off Docker purists too, which is an added bonus.
|
||||||
|
|
||||||
*Still working on getting this fully set up.*
|
*Still working on getting this fully set up.*
|
||||||
|
|
||||||
## packages / features
|
## Packages / Features
|
||||||
- emacs-nox
|
- emacs-nox
|
||||||
- radare2 with a .radare2rc
|
- radare2 with a .radare2rc
|
||||||
- gdb + pwndbg
|
- gdb + pwndbg
|
||||||
- libc database
|
- libc database
|
||||||
|
|
||||||
## usage
|
## Usage
|
||||||
Build the docker container: `./build.sh`
|
Build the docker container: `./build.sh`
|
||||||
|
|
||||||
Run the docker container: `./run.sh`
|
Run the docker container: `./run.sh`
|
||||||
|
|
||||||
Get a shell in the container: `./shell.sh`
|
Get a shell in the container: `./shell.sh`
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
Thanks to @LiveOverflow for the video and idea. You rock!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user