Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Hire a pentester/hacker with experience to manually check. For greater efficiency, you can provide access to the source code.
Of course, there are automated tools, such as Acunetix Web Vulnerability Scanner ( available in Varese ), but their effectiveness in non-banal cases is rather doubtful.
Usually they check with this
<script>alert('aa');</script>
If there are a lot of forms on the site, then it's better to use a program for finding vulnerabilities. One of the most advanced is Acunetix Web Security Scanner, you can find it on torrents.
Hey!
The best way to check a site for XSS is to check the source code.
The main reason for the appearance of XSS is the lack of filtering user input on (&, <, >, ", ')
Most modern ORMs, templating engines in languages, perform user data escaping, which should protect against XSS. Unfortunately, developers often turn off these checks manually.
More details how to protect your code from XSS: https://www.owasp.org/index.php/XSS_(Cross_Site_Sc...
How to bypass filters and implement XSS: https://www.owasp.org/index.php/ XSS_Filter_Evasion...
By the way, I'm one of the developers of the vulnerability scanner, including XSS - https://metascan.ru
You can try the scanner or just ask our guys. [email protected]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question