Top 7 methods to find account takeover bugs in 2023
A step-by-step guide on how I find security vulnerabilities that others miss

Search for a command to run...
A step-by-step guide on how I find security vulnerabilities that others miss

Get started with Cross Site Scripting: A Simple Guide for Beginner-Level Devs

What is XSS? Simply we can say that XSS (Cross-site scripting) is a JavaScript code injection on web applications. Attackers use vulnerable web apps to inject malicious javascript code or a script. There are several types of XSS attacks. The risks of...

The challenge in this writeup is from Portswigger's web security academy lab. You can access it here for Free. The challenge We need to access the admin panel and delete the user called Carlos. We can only access the admin panel from the internal n...

An easy-to-exploit SSRF vulnerability.

var and let These are two keywords used to declare variables in Javascript. Even though most beginners know these two keywords exist, we struggle with finding the difference between them. So let's look at the difference between these keywords. Declar...