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:
  • 0 Vote(s) - 0 Average


Tutorial XSS - Identification & Prevention filter_list
Author
Message
RE: XSS - Identification & Prevention #11
I'm not entirely sure I understood the question, but I'll swing at it.

What I'm saying is that all user input, be it from a text box, a get variable, or a post variable, should be completely sanitized before any other code is ran that uses the input.

[+] 1 user Likes w00t's post
Reply

RE: XSS - Identification & Prevention #12
(12-13-2012, 11:46 PM)w00t Wrote: I'm not entirely sure I understood the question, but I'll swing at it.

What I'm saying is that all user input, be it from a text box, a get variable, or a post variable, should be completely sanitized before any other code is ran that uses the input.

Ahh, sorry, I took you the wrong way, but yes, that would be the best.

Reply







Users browsing this thread: 1 Guest(s)