Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 1 Vote(s) - 5 Average


XSS Vulnerability? filter_list
Author
Message
XSS Vulnerability? #1
Just wondering, are almost all sites vulnerable for XSS? And where can I learn XSS?

Reply

RE: XSS Vulnerability? #2
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.

[+] 1 user Likes Xeru's post
Reply

RE: XSS Vulnerability? #3
(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.

"if the editor has been designed to reject all bad input, an ingenious idiot will figure out a way to get pad data past it"

Reply

RE: XSS Vulnerability? #4
(01-12-2015, 03:43 AM)phyrrus9 Wrote: "if the editor has been designed to reject all bad input, an ingenious idiot will figure out a way to get pad data past it"

True, but still definitely worth protecting against the vast majority.

Reply







Users browsing this thread: 1 Guest(s)