mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
-Z is/are a pseudo-option (just like -H) expanded during the run
This commit is contained in:
parent
2080fcaa37
commit
3a5cc98976
|
@ -209,7 +209,6 @@ optDict = {
|
||||||
},
|
},
|
||||||
|
|
||||||
"Miscellaneous": {
|
"Miscellaneous": {
|
||||||
"mnemonics": "string",
|
|
||||||
"alert": "string",
|
"alert": "string",
|
||||||
"answers": "string",
|
"answers": "string",
|
||||||
"beep": "boolean",
|
"beep": "boolean",
|
||||||
|
|
|
@ -715,9 +715,6 @@ updateAll = False
|
||||||
|
|
||||||
[Miscellaneous]
|
[Miscellaneous]
|
||||||
|
|
||||||
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
|
|
||||||
mnemonics =
|
|
||||||
|
|
||||||
# Run host OS command(s) when SQL injection is found.
|
# Run host OS command(s) when SQL injection is found.
|
||||||
alert =
|
alert =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user