Learning about security and finding exploits

Posted by Jayraj on Programmers See other posts from Programmers or by Jayraj
Published on 2012-09-20T01:48:07Z Indexed on 2012/09/20 9:51 UTC
Read the original article Hit count: 328

Filed under:
|

First things first: I have absolutely no interest in learning how to crack systems for personal enrichment, hurting other people or doing anything remotely malicious.

I understand the basis of many exploits (XSS, SQL injection, use after free etc.), though I've never performed any myself. I even have some idea about how to guard web applications from common exploits (like the aforementioned XSS and SQL injection)

Reading this question about the Internet Explorer zero-day vulnerability from the Security SE piqued my curiosity and made me wonder: how did someone even find out about this exploit? What tools did they use? How did they know what to look for?

I'm wary about visiting hacker dens online for fear of getting my own system infected (the Defcon stories make me paranoid). So what's a good, safe place to start learning?

© Programmers or respective owner

Related posts about learning

Related posts about security