Skip to main content
XsiSec.com
HomeReposBlogProjectsPortfolio
© 2026 XsiSec.com
Security rules |security.txt
Updated 2026-08-15 · v1.0.0+2026-08-14.82f92cb · 82f92cb
← Back to overview
Security article

[Mutillidae] DOM XSS etc.

[Mutillidae] DOM XSS etc.: I have started the catch up all the definitions also catch up the fundamentals again. • Security • XSS • security, xss

2022-02-262 tags
Tags

I have started the catch up all the definitions also catch up the fundamentals again.

I did some testing on owasp 

 

I wasnt able to intercept the request but then I was trying to modify the URL

 

by adding a simple alert

though I at least got some issues on the webpage

then when I was looking in the code I find the following function that was hardcoded

 

so I was thinking what if I add the script tag and close tag then afterwards execute mine

alert("dom%20injection")

 

 

Voila :=)

 

 

sql
I did another example from owasp 

 

then I checked the code

 

so I wrote "test" then I closed the html tag then adding the ending html tag and then my function

closeme">alert("hello")

Search
Explore

Popular tags

Browse all 30 tags

Comments

0 comments

No comments yet — be the first to comment.