Settings

Theme

Ask HN: What are security exploits to try on personal wbsite?

2 points by alienlid 3 years ago · 3 comments · 1 min read


I'm interested in getting hands-on-experience on applying security exploits to my personal website. I'm a developer, but know an embarrassingly little amount of applied security exploits. I'm curious about this.

From a previous post, it seems to me the suggestions for DDOS'ing (as a low-bar way to exploit) converge on hitting a expensive query/operation many times and this can be aided by various tools, such as botnets and load testing tools.

What about other "common" security exploits? ie, exploits that are commonly unprotected against and can cause damage to a website?

fulafel 3 years ago

Terminology: an exploit is a specific crafted process to complete a break-in using a vulnerability in the system. In your situation you are generally interested in scanning / testing for vulnerabilities, and possibly verifying it by actually exploiting it.

A_No_Name_Mouse 3 years ago

I'd start with the OWASP top 10, https://owasp.org/Top10/ Depending on your tech stack and funtionality you could try SQL injection, CSRF or path traversal.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection