sqlmap/lib/core/optiondict.py

256 lines
13 KiB
Python
Raw Normal View History

#!/usr/bin/env python
2008-10-15 19:38:22 +04:00
"""
2017-01-02 16:19:18 +03:00
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
2017-10-11 15:50:46 +03:00
See the file 'LICENSE' for copying permission
2008-10-15 19:38:22 +04:00
"""
optDict = {
2010-05-27 20:45:09 +04:00
# Format:
# Family: { "parameter name": "parameter datatype" },
# Or:
# Family: { "parameter name": ("parameter datatype", "category name used for common outputs feature") },
"Target": {
"direct": "string",
2008-10-15 19:38:22 +04:00
"url": "string",
"logFile": "string",
2011-06-08 20:08:20 +04:00
"bulkFile": "string",
2010-01-14 23:42:45 +03:00
"requestFile": "string",
2012-11-08 22:16:37 +04:00
"sessionFile": "string",
2010-01-12 16:11:26 +03:00
"googleDork": "string",
2013-01-10 18:02:28 +04:00
"configFile": "string",
2014-07-03 00:27:51 +04:00
"sitemapUrl": "string",
},
"Request": {
2014-11-21 11:41:39 +03:00
"method": "string",
2008-10-15 19:38:22 +04:00
"data": "string",
2014-04-06 18:48:46 +04:00
"paramDel": "string",
2008-10-15 19:38:22 +04:00
"cookie": "string",
2014-04-06 18:50:58 +04:00
"cookieDel": "string",
2012-07-24 17:34:50 +04:00
"loadCookies": "string",
"dropSetCookie": "boolean",
2008-10-15 19:38:22 +04:00
"agent": "string",
2011-02-02 17:51:12 +03:00
"randomAgent": "boolean",
"host": "string",
"referer": "string",
"headers": "string",
2013-08-09 16:13:48 +04:00
"authType": "string",
"authCred": "string",
2015-09-27 16:59:17 +03:00
"authFile": "string",
2017-08-23 14:17:37 +03:00
"ignoreCode": "integer",
2016-10-14 00:17:54 +03:00
"ignoreProxy": "boolean",
"ignoreRedirects": "boolean",
2016-10-14 00:17:54 +03:00
"ignoreTimeouts": "boolean",
2008-10-15 19:38:22 +04:00
"proxy": "string",
2013-08-09 16:13:48 +04:00
"proxyCred": "string",
"proxyFile": "string",
2013-04-30 16:11:56 +04:00
"tor": "boolean",
"torPort": "integer",
"torType": "string",
"checkTor": "boolean",
"delay": "float",
"timeout": "float",
"retries": "integer",
2013-04-02 19:34:56 +04:00
"rParam": "string",
2015-04-21 01:02:47 +03:00
"safeUrl": "string",
"safePost": "string",
2015-04-22 17:28:54 +03:00
"safeReqFile": "string",
2015-04-21 01:02:47 +03:00
"safeFreq": "integer",
"skipUrlEncode": "boolean",
2014-11-17 13:50:05 +03:00
"csrfToken": "string",
"csrfUrl": "string",
2013-04-30 15:56:38 +04:00
"forceSSL": "boolean",
2013-04-30 16:32:11 +04:00
"hpp": "boolean",
2013-04-30 15:59:44 +04:00
"evalCode": "string",
2008-10-15 19:38:22 +04:00
},
"Optimization": {
"optimize": "boolean",
"predictOutput": "boolean",
"keepAlive": "boolean",
"nullConnection": "boolean",
2013-01-10 18:02:28 +04:00
"threads": "integer",
},
2008-10-15 19:38:22 +04:00
"Injection": {
"testParameter": "string",
2013-04-04 16:21:57 +04:00
"skip": "string",
2015-05-18 21:57:15 +03:00
"skipStatic": "boolean",
"paramExclude": "string",
2017-06-07 23:43:28 +03:00
"dbms": "string",
2013-04-30 16:05:50 +04:00
"dbmsCred": "string",
"os": "string",
"invalidBignum": "boolean",
2012-07-16 13:07:47 +04:00
"invalidLogical": "boolean",
2014-01-24 00:56:06 +04:00
"invalidString": "boolean",
2012-07-16 13:07:47 +04:00
"noCast": "boolean",
2013-01-18 18:40:37 +04:00
"noEscape": "boolean",
"prefix": "string",
"suffix": "string",
2013-01-10 18:02:28 +04:00
"tamper": "string",
},
"Detection": {
"level": "integer",
"risk": "integer",
"string": "string",
"notString": "string",
"regexp": "string",
2012-01-05 14:24:27 +04:00
"code": "integer",
"textOnly": "boolean",
2013-01-10 18:02:28 +04:00
"titles": "boolean",
2008-10-15 19:38:22 +04:00
},
"Techniques": {
2011-04-07 14:00:47 +04:00
"tech": "string",
2010-01-10 00:08:47 +03:00
"timeSec": "integer",
"uCols": "string",
2012-05-27 22:41:06 +04:00
"uChar": "string",
2013-03-21 14:28:44 +04:00
"uFrom": "string",
2016-10-22 22:52:18 +03:00
"dnsDomain": "string",
2013-01-10 18:02:28 +04:00
"secondOrder": "string",
},
2008-10-15 19:38:22 +04:00
"Fingerprint": {
2013-01-10 18:02:28 +04:00
"extensiveFp": "boolean",
2008-10-15 19:38:22 +04:00
},
"Enumeration": {
2012-10-05 12:24:09 +04:00
"getAll": "boolean",
2010-05-27 20:45:09 +04:00
"getBanner": ("boolean", "Banners"),
"getCurrentUser": ("boolean", "Users"),
"getCurrentDb": ("boolean", "Databases"),
"getHostname": "boolean",
"isDba": "boolean",
2010-05-27 20:45:09 +04:00
"getUsers": ("boolean", "Users"),
2010-05-30 18:53:13 +04:00
"getPasswordHashes": ("boolean", "Passwords"),
2010-05-27 20:45:09 +04:00
"getPrivileges": ("boolean", "Privileges"),
"getRoles": ("boolean", "Roles"),
"getDbs": ("boolean", "Databases"),
"getTables": ("boolean", "Tables"),
"getColumns": ("boolean", "Columns"),
"getSchema": "boolean",
"getCount": "boolean",
2008-10-15 19:38:22 +04:00
"dumpTable": "boolean",
"dumpAll": "boolean",
"search": "boolean",
2013-07-29 20:25:27 +04:00
"getComments": "boolean",
2008-10-15 19:38:22 +04:00
"db": "string",
"tbl": "string",
"col": "string",
2014-01-13 13:05:49 +04:00
"excludeCol": "string",
2016-05-03 13:37:10 +03:00
"pivotColumn": "string",
"dumpWhere": "string",
"user": "string",
2008-10-15 19:38:22 +04:00
"excludeSysDbs": "boolean",
"limitStart": "integer",
"limitStop": "integer",
"firstChar": "integer",
"lastChar": "integer",
2008-10-15 19:38:22 +04:00
"query": "string",
2012-07-10 03:27:08 +04:00
"sqlShell": "boolean",
2013-01-10 18:02:28 +04:00
"sqlFile": "string",
2010-11-09 19:59:36 +03:00
},
"Brute": {
"commonTables": "boolean",
2013-01-10 18:02:28 +04:00
"commonColumns": "boolean",
},
"User-defined function": {
"udfInject": "boolean",
2013-01-10 18:02:28 +04:00
"shLib": "string",
2008-10-15 19:38:22 +04:00
},
"File system": {
"rFile": "string",
"wFile": "string",
2013-01-10 18:02:28 +04:00
"dFile": "string",
2008-10-15 19:38:22 +04:00
},
"Takeover": {
"osCmd": "string",
2008-10-15 19:38:22 +04:00
"osShell": "boolean",
"osPwn": "boolean",
"osSmb": "boolean",
"osBof": "boolean",
"privEsc": "boolean",
"msfPath": "string",
2013-01-10 18:02:28 +04:00
"tmpPath": "string",
},
"Windows": {
"regRead": "boolean",
"regAdd": "boolean",
"regDel": "boolean",
"regKey": "string",
"regVal": "string",
"regData": "string",
2013-01-10 18:02:28 +04:00
"regType": "string",
2008-10-15 19:38:22 +04:00
},
2010-11-16 17:11:32 +03:00
"General": {
#"xmlFile": "string",
"trafficFile": "string",
"batch": "boolean",
2016-05-03 13:52:46 +03:00
"binaryFields": "string",
"charset": "string",
2017-05-08 00:12:42 +03:00
"checkInternet": "boolean",
"crawlDepth": "integer",
2015-04-06 23:07:22 +03:00
"crawlExclude": "string",
2011-11-30 21:39:41 +04:00
"csvDel": "string",
2012-11-28 13:58:18 +04:00
"dumpFormat": "string",
"encoding": "string",
"eta": "boolean",
2010-11-16 17:11:32 +03:00
"flushSession": "boolean",
"forms": "boolean",
"freshQueries": "boolean",
2017-07-03 17:55:24 +03:00
"harFile": "string",
"hexConvert": "boolean",
2014-04-06 18:54:46 +04:00
"outputDir": "string",
"parseErrors": "boolean",
"saveConfig": "string",
2013-04-30 16:32:11 +04:00
"scope": "string",
"testFilter": "string",
2015-10-01 12:57:33 +03:00
"testSkip": "string",
"updateAll": "boolean",
2010-11-16 17:11:32 +03:00
},
2008-10-15 19:38:22 +04:00
"Miscellaneous": {
2012-12-11 15:48:58 +04:00
"alert": "string",
2012-11-21 13:16:13 +04:00
"answers": "string",
2012-12-11 15:02:06 +04:00
"beep": "boolean",
"cleanup": "boolean",
"dependencies": "boolean",
2012-08-16 00:31:25 +04:00
"disableColoring": "boolean",
2010-11-16 17:09:09 +03:00
"googlePage": "integer",
2016-05-31 15:55:56 +03:00
"identifyWaf": "boolean",
2011-04-29 23:27:23 +04:00
"mobile": "boolean",
"offline": "boolean",
2012-12-20 20:53:43 +04:00
"purgeOutput": "boolean",
2016-05-31 15:55:56 +03:00
"skipWaf": "boolean",
2011-07-10 19:16:58 +04:00
"smart": "boolean",
2016-05-31 15:55:56 +03:00
"tmpDir": "string",
2017-03-01 12:07:26 +03:00
"webRoot": "string",
"wizard": "boolean",
2013-01-10 18:02:28 +04:00
"verbose": "integer",
2008-10-15 19:38:22 +04:00
},
2012-12-20 21:05:44 +04:00
"Hidden": {
"dummy": "boolean",
2015-12-03 14:16:00 +03:00
"disablePrecon": "boolean",
2012-12-20 21:05:44 +04:00
"profile": "boolean",
"forceDns": "boolean",
2016-09-27 15:03:59 +03:00
"murphyRate": "integer",
2012-12-20 21:05:44 +04:00
"smokeTest": "boolean",
"liveTest": "boolean",
"stopFail": "boolean",
2013-01-10 18:02:28 +04:00
"runCase": "string",
2017-04-10 15:50:17 +03:00
},
"API": {
"api": "boolean",
"taskid": "string",
"database": "string",
2012-12-20 21:05:44 +04:00
}
2008-10-15 19:38:22 +04:00
}