mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
-Z is/are a pseudo-option (just like -H) expanded during the run
This commit is contained in:
parent
2080fcaa37
commit
3a5cc98976
2 changed files with 0 additions and 4 deletions
|
|
@ -209,7 +209,6 @@ optDict = {
|
|||
},
|
||||
|
||||
"Miscellaneous": {
|
||||
"mnemonics": "string",
|
||||
"alert": "string",
|
||||
"answers": "string",
|
||||
"beep": "boolean",
|
||||
|
|
|
|||
|
|
@ -715,9 +715,6 @@ updateAll = False
|
|||
|
||||
[Miscellaneous]
|
||||
|
||||
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
|
||||
mnemonics =
|
||||
|
||||
# Run host OS command(s) when SQL injection is found.
|
||||
alert =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue