Quote:
|
Originally Posted by hkseo100 C++, java, and html, thats about it! lol short way of saying... |
How is java and html gonna help you hack anything? This is the basics you need to learn:
1) C language. Forget about C++ for now unless you wanna build apps for PSP. C will give you a better understanding of the lower constructs pertinent to assembly language and CPU architecture. This is used for coding purposes.
2) PSP CPU architecture and assembly language. You must know how the CPU operates, e.g. registers, opcodes, etc., since part of hacking involves disassembly of the binaries. This is to know what we're dealing with.
3) Hacking techniques, e.g. buffer overflow, read books like "Code Warrior", "Hacker Disassembly Uncovered", "The Art of Exploitation", "Exploiting Software How to Break Code", and of course Phrack magazine. This is for actually trying out many types of exploits.
4) Linux. Learn how to install and administer this platform. It contains all you need to develop your programming skills as well as hacking skills. Hell, there are many applications full of holes for you to test your acquired skills. Hint: read about the latest buffer overflows in certain apps and try it out yourself.
Happy hacking.