Task 2 - techpri/Internship-Studio-Ethical-Hacking GitHub Wiki
Screen_Recorder+_20240222192009.mp4
report:- Summary:- There is a reflected XSS on Acunetix.
Vulnerability Type:- XSS
Affected URL:- http://testasp.vulnweb.com/
Steps to reproduce:- 1/ Visit the above URL. 2/ On search bar type the following payload <script>alert(1)</script> 3/ Press Enter. A dialouge box will appear with the message 1.
Impact:- An XSS attack allows an attacker to execute arbitary JavaScript in the context of the attacked website and the attacked user. This can be abused to steal session cookies, perform requests in the name of the victim or for phishing attacks.