mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor refactoring
This commit is contained in:
parent
53ccd09ca4
commit
d7926b8aac
3 changed files with 22 additions and 24 deletions
|
|
@ -268,6 +268,17 @@ BASIC_HELP_ITEMS = (
|
|||
"wizard"
|
||||
)
|
||||
|
||||
COLOR_MAP = {
|
||||
"CRITICAL": "white",
|
||||
"ERROR": "red",
|
||||
"WARNING": "yellow",
|
||||
"INFO": "green",
|
||||
"DEBUG": "blue",
|
||||
"PAYLOAD": "magenta",
|
||||
"TRAFFIC OUT": "cyan",
|
||||
"TRAFFIC IN": "grey"
|
||||
}
|
||||
|
||||
# string representation for NULL value
|
||||
NULL = "NULL"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue