minor fix

This commit is contained in:
Bernardo Damele 2013-03-15 15:55:27 +00:00
parent 4010df307e
commit 2334e0e929

View File

@ -280,12 +280,13 @@ titles = False
[Techniques]
# SQL injection techniques to use.
# Valid: a string composed by B, E, U, S and T where:
# Valid: a string composed by B, E, U, S, T and Q where:
# B: Boolean-based blind SQL injection
# E: Error-based SQL injection
# U: UNION query SQL injection
# S: Stacked queries SQL injection
# T: Time-based blind SQL injection
# Q: Inline SQL injection
# Example: ES (means test for error-based and stacked queries SQL
# injection types only)
# Default: BEUSTQ (means test for all SQL injection types - recommended)