mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Adding a hidden switch --dummy used for dummy runs (getPage() returns random data) - usefull for testing purposes for skipping connections
This commit is contained in:
@@ -210,6 +210,7 @@ optDict = {
|
||||
"verbose": "integer",
|
||||
},
|
||||
"Hidden": {
|
||||
"dummy": "boolean",
|
||||
"binaryFields": "boolean",
|
||||
"profile": "boolean",
|
||||
"cpuThrottle": "integer",
|
||||
|
||||
Reference in New Issue
Block a user