R
R
rom22010-11-11 21:54:45
XSS
rom2, 2010-11-11 21:54:45

site XSS check

Hello!

Tell me how you can check your sites for XSS vulnerabilities?

For example, post something in the form to make something happen.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
I
impass, 2010-11-12
@impass

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.

H
habrrich, 2010-11-13
@habrrich

ha.ckers.org/xss.html

S
Scat, 2010-11-11
@Scat

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.

X
Xrizolin, 2018-07-12
@Xrizolin

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]

R
rom2, 2010-11-14
@rom2

Thanks to all!

N
Nikitst, 2017-01-18
@Nikitst

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question