Uncover hidden flaws in your code with a robust source code review from CliffGuard Cybersecurity. Contact us for a free consultation!
#SourceCodeReview#Cybersecurity#CliffGuard
Dom XSS Tip:
Once you've found where the source is being read, you can use the JavaScript debugger to add a break point and follow how the source's value is used. You might find that the source gets assigned to other variables.
#domxss#sourcecodereview
Following code uses Regex to filter '../' from input.
Still the code is vulnerable. Can you determine the vulnerability ??
Exploit it if you can :)
#SourceCodeReview#bugbounty#hacking