HTML injection is a type of injection vulnerability that occurs when a user is able to control an input point and is able to inject arbitrary HTML code into a vulnerable web page.
This vulnerability occurs when user input is not correctly sanitized and the output is not encoded.
Types of HTML injection
Reflected HTML injection: - Reflected Injection attacks can be performed differently according to the HTTP methods i.e, GET and POST. Reflected GET Injection occurs when our input is being displayed (reflected) on the website.
Stored HTML injection: - Stored injection attack occurs when malicious HTML code is saved in the web server and is being executed every time when the user calls for an appropriate functionality.
As a dedicated author on my blog, I delve into the realms of my interests with fervor. Through my eloquent and insightful articles, I strive to share my unique perspective, spark meaningful conversations, and leave readers enlightened and captivated by the power of words. Join me in navigating a tapestry of ideas and narratives that reflect both intellect and creativity
Testing directory listing is essential to ensure t...
HTML injection is a type of injection vulnerabilit...
In the tapestry of the digital world, wh...
Web servers can be configured to automatically lis...