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