BOOK THIS SPACE FOR AD
ARTICLE ADHello, friends! Today, we’re diving into an easy-to-find bug that can be a perfect starting point for beginners in bug hunting: HTML INJECTION! 🐞✨
If you’re tired of getting low severity or duplicate vulnerabilities, this one might be your first valid bug! Let’s explore it together. 🚀
🔍 HTML Injection is a vulnerability that allows attackers to insert malicious HTML code into a webpage. This can lead to unexpected results like distorted content, malicious redirections, or worse!
Step 1: Navigate to the account creation page of the target you’re testing. 👨💻
Step 2: Use the payload:
<h1>Hacked</h1><br><br>Insert it into the First Name and Last Name fields. Fill in the remaining details and hit Submit!