diff --git a/sqlmap.conf b/sqlmap.conf index 974eae48a..ed40e0b15 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -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)