Hope, you are now familiar with XSS vulnerability (if you don’t know what it is, read the beginners xss tutorial). It is my Fourth article about the XSS Vulnerability Testing(PenTesting)..! Today i am going to explain how an attacker exploit XSS vulnerability and steal cookie from users. Warning!!! BTS does not take responsibility, if anyone, […]
Category: Cross Site Scripting
What is Cross Site Scripting/XSS? Web Application Vulnerability
What is XSS? XSS is Known as Cross Site Scripting. XSS is one of Web Application Vulnerability. Using this vulnerability , an Attacker can inject their own Malicious Client side Codes(Javascript,…) into website. This XSS Infected web page can carry malicious codes to other users. The innocent users will run the script(by visiting the page) […]