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 "Testing for SQL Wildcard Attacks (OWASP-DS-001)"

From OWASP
Jump to: navigation, search
(References)
(References)
Line 26: Line 26:
 
* [http://www.portcullis.co.uk/uplds/wildcard_attacks.pdf DoS Attacks Using SQL Wildcards]
 
* [http://www.portcullis.co.uk/uplds/wildcard_attacks.pdf DoS Attacks Using SQL Wildcards]
 
'''Tools'''<br>
 
'''Tools'''<br>
Testing can be done manually as well a [[Fuzzing|fuzzer]] can employed to automate this process.
+
Testing can be done manually. Also a [[Fuzzing|fuzzer]] can employed to automate the process.

Revision as of 11:55, 26 May 2008

OWASP Testing Guide v3 Table of Contents

This article is part of the OWASP Testing Guide v3. The entire OWASP Testing Guide v3 can be downloaded here.

OWASP at the moment is working at the OWASP Testing Guide v4: you can browse the Guide here

This is a draft of a section of the new Testing Guide v3

Brief Summary


SQL Wildcard Attacks are about forcing the underlying database to carry out CPU intensive queries by using several wildcards. This vulnerability generally exists in search functionalities of the web applications. Successful exploitation of this attack will cause Denial of Service.

Description of the Issue


...here: Short Description of the Issue: Topic and Explanation

Black Box testing and example

Testing for Topic X vulnerabilities:
...
Result Expected:
...

Gray Box testing and example

Testing for Topic X vulnerabilities:
...
Result Expected:
...

References

Whitepapers

Tools
Testing can be done manually. Also a fuzzer can employed to automate the process.