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 "OWASP Testing Guide Appendix C: Fuzz Vectors"

From OWASP
Jump to: navigation, search
Line 4: Line 4:
 
This is the simple part of the discovery phase.
 
This is the simple part of the discovery phase.
 
Once an error has been discovered identifying and exploiting a potential vulnerability is where skill is required:
 
Once an error has been discovered identifying and exploiting a potential vulnerability is where skill is required:
 
-Examples here
 

Revision as of 16:29, 7 September 2006

The following are fuzzing vectors which can be used with webscarab or another fuzzer. Fuzzing is the "kitchen sink" approach to testing the response of an application to parameter manipulation. Generally one looks for error conditions that are generated in an application as a result of fuzzing. This is the simple part of the discovery phase. Once an error has been discovered identifying and exploiting a potential vulnerability is where skill is required: