Add Linux binary exploitation tutorial

This commit is contained in:
Rohit Sehgal 2018-05-01 18:56:13 +05:30
parent 212bf65b02
commit f59502049c

View file

@ -54,6 +54,7 @@ For a list of free hacking books available for download, go [here](https://githu
## Tutorials
* [Corelan Team's Exploit writing tutorial](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/)
* [Exploit Writing Tutorials for Pentesters](http://www.punter-infosec.com/exploit-writing-tutorials-for-pentesters/)
* [Understanding the basics of Linux Binary Exploitation](https://github.com/r0hi7/BinExp)
## Tools
* [Metasploit](https://github.com/rapid7/metasploit-framework) A computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.