Skip to content

Commit 2938ac5

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents ff4e62f + 2334e0e commit 2938ac5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqlmap.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,13 @@ titles = False
280280
[Techniques]
281281

282282
# SQL injection techniques to use.
283-
# Valid: a string composed by B, E, U, S and T where:
283+
# Valid: a string composed by B, E, U, S, T and Q where:
284284
# B: Boolean-based blind SQL injection
285285
# E: Error-based SQL injection
286286
# U: UNION query SQL injection
287287
# S: Stacked queries SQL injection
288288
# T: Time-based blind SQL injection
289+
# Q: Inline SQL injection
289290
# Example: ES (means test for error-based and stacked queries SQL
290291
# injection types only)
291292
# Default: BEUSTQ (means test for all SQL injection types - recommended)

0 commit comments

Comments
 (0)