mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Trivial cosmetics
This commit is contained in:
parent
4cb378ce3e
commit
4010df307e
|
@ -271,7 +271,7 @@ def cmdLineParser():
|
|||
"injection techniques")
|
||||
|
||||
techniques.add_option("--technique", dest="tech",
|
||||
help="SQL injection techniques to test for "
|
||||
help="SQL injection techniques to use "
|
||||
"(default \"%s\")" % defaults.tech)
|
||||
|
||||
techniques.add_option("--time-sec", dest="timeSec",
|
||||
|
|
|
@ -279,7 +279,7 @@ titles = False
|
|||
# techniques.
|
||||
[Techniques]
|
||||
|
||||
# SQL injection techniques to test for.
|
||||
# SQL injection techniques to use.
|
||||
# Valid: a string composed by B, E, U, S and T where:
|
||||
# B: Boolean-based blind SQL injection
|
||||
# E: Error-based SQL injection
|
||||
|
|
Loading…
Reference in New Issue
Block a user