-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
env: win7 64bit
command : sqlmapapi.py -s
the disablePrecon is not set the default value or type
parser.add_option("--disable-precon", dest="disablePrecon", action="store_true",help=SUPPRESS_HELP)rasie a error
{
"log": [
{
"message": "unable to access item 'disablePrecon'",
"level": "CRITICAL",
"time": "18:01:02"
}
],
"success": true
}fix: lib\core\optiondict.py line:230
"Hidden": {
"dummy": "boolean",
"disablePrecon": "boolean", # add
"binaryFields": "string",
"profile": "boolean",
"cpuThrottle": "integer",
"forceDns": "boolean",
"identifyWaf": "boolean",
"skipWaf": "boolean",
"ignore401": "boolean",
"smokeTest": "boolean",
"liveTest": "boolean",
"stopFail": "boolean",
"runCase": "string",
}thanks
Reactions are currently unavailable