Update README.md

This commit is contained in:
Vitaly simonovich 2017-10-10 23:23:59 +03:00 committed by GitHub
parent abc0975960
commit 9b844e9298

View File

@ -1,4 +1,4 @@
# Awesome-Hacking-Resources # Awesome Hacking Resources
A collection of hacking / penetration testing resources to make you better! A collection of hacking / penetration testing resources to make you better!
You are welcome to fork and contribute You are welcome to fork and contribute
@ -6,6 +6,8 @@ You are welcome to fork and contribute
Train your skills Train your skills
-- --
* [OWASP Security Shepherd](https://security-shepherd.ctf365.com/login.jsp) * [OWASP Security Shepherd](https://security-shepherd.ctf365.com/login.jsp)
* [CTF365](https://ctf365.com/)
* [Pentestit](https://lab.pentestit.ru/)
* [Hacksplaining](https://www.hacksplaining.com/) * [Hacksplaining](https://www.hacksplaining.com/)
* [The cryptopals crypto challenges](http://cryptopals.com/) * [The cryptopals crypto challenges](http://cryptopals.com/)
* [The enigma group](https://www.enigmagroup.org/) * [The enigma group](https://www.enigmagroup.org/)
@ -30,6 +32,7 @@ Reverse Engineering and Buffer overflow
* [Introductory Intel x86](http://www.opensecuritytraining.info/IntroX86.html) * [Introductory Intel x86](http://www.opensecuritytraining.info/IntroX86.html)
* [Binary hacking](http://liveoverflow.com/binary_hacking/index.html) * [Binary hacking](http://liveoverflow.com/binary_hacking/index.html)
* [Shellcode Injection](https://dhavalkapil.com/blogs/Shellcode-Injection/) * [Shellcode Injection](https://dhavalkapil.com/blogs/Shellcode-Injection/)
* [Reverse Engineering for Beginners](https://beginners.re/RE4B-EN.pdf)
Privileged escalation Privileged escalation
-- --