Sinisterly
[COLLECTION] A compilation of good hacking tutorials - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Hacking (https://sinister.li/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.li/Forum-Tutorials)
+--- Thread: [COLLECTION] A compilation of good hacking tutorials (/Thread-COLLECTION-A-compilation-of-good-hacking-tutorials)



[COLLECTION] A compilation of good hacking tutorials - superMAUS - 04-25-2014

Software Exploitation(Predominantly overflows):

http://rogunix.com/docs/Reversing&Exploiting/Hacking - The Art of Exploitation_2nd Ed.pdf
https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/
http://phrack.org/issues/49/14.html
http://rogunix.com/docs/Reversing&Exploiting/

Shellcode dev:
http://www.infosecwriters.com/hhworld/shellcode.txt
http://files.xakep.biz/books/Wiley.The.Shellcoders.Handbook.2nd.Edition.Aug.2007.pdf
http://rogunix.com/docs/Reversing&Exploiting/
http://blog.markloiseau.com/2012/06/64-bit-linux-shellcode/ (Quick guide for 64bit systems)
http://blog.markloiseau.com/2012/06/64-bit-reverse-tcp-shellcode/ (Quick guide for 64bit systems)

Privilege escalation:
http://fuzzysecurity.com/tutorials/16.html (Windows)
http://www.dankalia.com/tutor/01005/0100501004.htm (Linux)
http://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation.html (Linux)

Programming books:
http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list (Lots of C books)
http://en.wikibooks.org/wiki/X86_Assembly (x86 Assembly)

Post a resource below and Ill add it.