DEV Community

Discussion on: I'm 18 and I do systems security, Ask Me Anything!

Collapse
 
icyphox profile image
Anirudh

First thing I do is enumerate all the API endpoints that are being hit, on all pages of the website. I then take a look at the requests themselves, what headers are being sent, the response from the server, etc. I try messing around with these.

Most websites, from what I've seen, always tend to overlook the possibility of CSRF or Cross-Site Request Forgery. You can read more about it here.