This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Desirable Input Validation Baseline Check"
From OWASP
D0ubl3 h3lix (talk | contribs) (New page: '''Description''' This demonstration shows you on how you should implement baseline acceptable input filtering on visitors' inputs. Filtering inputs are the most important because 100% in...) |
(No difference)
|
Latest revision as of 15:25, 30 September 2008
Description
This demonstration shows you on how you should implement baseline acceptable input filtering on visitors' inputs. Filtering inputs are the most important because 100% injection attacks (XSS,SQL,XPATH,OS CMD ...etc) come from inputs where filtering is weak or none. Developers should always be aware of inputs as well as outputs! You know Garbage In Garbage Out but for attackers, Garbage In Gold Out! Size: 4.09 MB
Download:
http://yehg.net/lab/pr0js/files.php/input_validatation_baseline.zip