Exploiting Software
()
»Exploiting SoftwareSacha Fuentes
A computer without software is only a piece of hardware which can't do anything. So when we are talking about hacking a computer we should refer to it as hacking the software that runs it.
The author shows the techniques used to exploit compiled software.
»About Software Exploitation & MalwaresGilbert Nzeka
After reading this article you will know principles of software exploitation,you will learn how to disassemble software, how to create your own rootkits, how to create a personalized GINA or hack malware in order to mislead security software.
»Practical Double Return Address ExploitationMati Aharoni
This writing provides some great information on an interesting exploitation method. It also shows that buffer overflows are fun!
»Advanced SQL Injection Attacks with PHP and MySQLTobias Glemser
Having read this article you will learn the basic techniques of SQL Injection, Union Select attacks as well as what are magic_quotes and what they are used for.
»Finding and Exploiting Bugs in PHP CodeSacha Fuentes
The author shows the most popular flavours of input validation attacks and presents common design errors in PHP scripts.
»Designing a crypto attack on the Ccrp (bit shuffling) cipherDale Thorn
You will get to know some most important things connected with crypto attacks. The author writes about the conventional attacks, about how to host and prepare the crypto attack.
»Introduction to IPv6Gr@ve_Rose (Sean
The author describes Internet Protocol version 6 (IPv6) – a network layer protocol for packet-switched internet works, designated as the successor of Ipv4. Sean also teaches how to connect your nix machine to IPv6 as well as basic IPv6 setup.
»Man in the Middle AttacksBrandon Dixon
The author explains what is a Man in the Middle Attack and how to use it with specific tools. This writing provides also a quick overview of sub attacks and ways to mitigate the attack.
The latest BackTrack on hakin9.live and 8 must-have applications.