Oh thanks 10:22 i didn't know ssti didn't reflect on the view source then its not ssti
@M4lch4t Жыл бұрын
💜
@user-rocker Жыл бұрын
I have a query regarding DOM XSS, Please answer with your experience: In real world, How to perform DOM XSS attack on victim, If in case Firewall is placed and attacker is unable to bypass it ?
@Tib3rius Жыл бұрын
Do you mean a web app firewall? In that case it really depends because a lot of DOM XSS payloads remain client-side and so would never trigger a WAF. If there is such protection you need to try various encoding techniques, basically a lot of trial and error. It is depends entirely on the context.
@TheWafflesalsa Жыл бұрын
If you are doing a bug bounty you should read the scope and terms closely in this situation. If you are just trying to hack websites you probably shouldn't.