mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
adding --titles switch (killer switch for pages with lots of dynamicity and/or international ones)
This commit is contained in:
parent
15d72ec566
commit
f8dde2c23b
5 changed files with 22 additions and 3 deletions
|
|
@ -68,7 +68,8 @@ optDict = {
|
|||
"risk": "integer",
|
||||
"string": "string",
|
||||
"regexp": "string",
|
||||
"textOnly": "boolean"
|
||||
"textOnly": "boolean",
|
||||
"titles": "boolean"
|
||||
},
|
||||
|
||||
"Techniques": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue