Was looking into DOM XSS today and found this resource. It contains research and articles on advanced XSS cases, including the payloads♟️
https://t.co/6gMrgJl4Oy
@sudhanshur705 Thank you for the detailed explanation. I should have been clearer with my question. I was wondering whether this could be exploited over a network. But I suppose the answer is no, since there is no parameter that would allow setting the sessionStorage value "badValue" remotely.
DOM XSS attention please:‼️
Can this be exploited in real without open redirect?
Working payload in console:
sessionStorage.setItem('badValue', 'alert(document.domain)');
Link: https://t.co/57YmfkOd56
@MouhannadlrX0 Yeah. Actually Google had placed this challenge under DOM (toxicdom) category, so I had written like that. Do you know how it can be exploited?
Hi @TeslaTheGod, I was watching your video on YT [https://t.co/2kiuVb2TQD].
You were talking about Indian client-side folks, then @sudhanshur705 is one of the best out there.