Add link to one_gadget (#57)

one_gadget is a tool which searches for the one gadget `execve('/bin/sh', NULL, NULL)` call in libc.
This commit is contained in:
Jonas Bushart 2017-06-12 03:46:05 +02:00 committed by Amanpreet Singh
parent 1e331c3c2d
commit 0fcab680c9
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ Check solve section for steganography.
- [DLLInjector](https://github.com/OpenSecurityResearch/dllinjector) - Inject dlls in processes
- [libformatstr](https://github.com/hellman/libformatstr) - Simplify format string exploitation.
- [Metasploit](http://www.metasploit.com/) - Penetration testing software
- [one_gadget](https://github.com/david942j/one_gadget) - A tool to find the one gadget `execve('/bin/sh', NULL, NULL)` call
- `gem install one_gadget`
- [Pwntools](https://github.com/Gallopsled/pwntools) - CTF Framework for writing exploits
- [Qira](https://github.com/BinaryAnalysisPlatform/qira) - QEMU Interactive Runtime Analyser
- [ROP Gadget](https://github.com/JonathanSalwan/ROPgadget) - Framework for ROP exploitation