Implementation for Issue #54

This commit is contained in:
Miroslav Stampar
2012-07-03 12:09:18 +02:00
parent 5af6ca58a0
commit 3af1532700
2 changed files with 62 additions and 3 deletions

View File

@@ -247,6 +247,40 @@ SQL_STATEMENTS = {
"rollback ", ),
}
# items displayed in basic help (-h) output
BASIC_HELP_ITEMS = (
"url",
"googleDork",
"data",
"cookie",
"randomAgent",
"proxy",
"testParameter",
"dbms",
"level",
"risk",
"tech",
"getBanner",
"getCurrentUser",
"getCurrentDb",
"getPasswordHashes",
"getTables",
"getColumns",
"getSchema",
"dumpTable",
"dumpAll",
"db",
"tbl",
"col",
"osShell",
"osPwn",
"batch",
"checkTor",
"flushSession",
"tor",
"wizard"
)
# string representation for NULL value
NULL = "NULL"