Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

Someone on quora asked:

How do my web development skills become hacking skills?

Hacking at its most simple consists of knowing what vulnerabilities to test for in an application deployment.

Vulnerabilities can happen at multiple levels, not just at the application level. If you are already confident that your own account is secure from most forms of hacking (not just SQL injection, but also including brute force attacks, username/password enumeration, cross-site scripting, man-in-the-middle attacks, etc), then the next step is making sure your deployment is secure. Check for out of of date web server/container versions, known vulnerabilities in the deployed versions, exposed ports, exposed admin urls, that kind of thing.

Posted by under notes at #answers
Also on: quora / 0