What is the HTML injection attack?
The HTML injection attack is an attack in which an attacker takes advantage of the security vulnerabilities of a web application and injects his own HTML content into the webpage. Thus, the attacker tricks a victim into providing sensitive information.
How does the HTML injection attack work?
Let’s assume a web application has security vulnerabilities. Let’s say it has implemented the following piece of PHP code:
0 Comments