mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding new option --param-exclude on private request
This commit is contained in:
parent
44b00d629d
commit
89bbf5284c
6 changed files with 19 additions and 6 deletions
|
|
@ -77,7 +77,8 @@ optDict = {
|
|||
"testParameter": "string",
|
||||
"skip": "string",
|
||||
"skipStatic": "boolean",
|
||||
"dbms": "string",
|
||||
"skip": "string",
|
||||
"paramExclude": "string",
|
||||
"dbmsCred": "string",
|
||||
"os": "string",
|
||||
"invalidBignum": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue