mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Trivial update
This commit is contained in:
parent
ec80009812
commit
a0b279848d
3 changed files with 8 additions and 1 deletions
3
thirdparty/termcolor/termcolor.py
vendored
3
thirdparty/termcolor/termcolor.py
vendored
|
|
@ -81,6 +81,9 @@ COLORS = dict(
|
|||
|
||||
COLORS.update(dict(("light%s" % color, COLORS[color] + 60) for color in COLORS))
|
||||
|
||||
# Reference: https://misc.flogisoft.com/bash/tip_colors_and_formatting
|
||||
COLORS["lightgrey"] = 37
|
||||
COLORS["darkgrey"] = 90
|
||||
|
||||
RESET = '\033[0m'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue