XSS Vulnerability? 01-12-2015, 01:04 AM
#1
Just wondering, are almost all sites vulnerable for XSS? And where can I learn XSS?
XSS Vulnerability? filter_list | |
(01-12-2015, 02:56 AM)Xeru Wrote: If the administrator of the website is smart enough, he will have ironed out at least the vast majority of XSS vulnerability issues.
Making sure every bit of user input being returned to the user (at all) is run through filters that prevent html tags from being passed and parsed by the browser is a very important part of running a website.
As for learning to find XSS vulnerabilities, there are multiple guides on websites about exploitation... personally I know whatever I know about it through Google and Stack Overflow when I was securing some sites I made in 2009-2011. Same goes for SQL injection.
Hope this helps in some way.