Added color map documentation for theming output

This commit is contained in:
Dionysus 2023-11-24 03:54:38 -05:00
parent a2b8d53a83
commit 6b77faf586
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -16,12 +16,12 @@ except ImportError:
# Colors # Colors
class colors: class colors:
ip = '\033[35m' ip = '\033[35m'
ip_match = '\033[96m' ip_match = '\033[96m' # IP address mfound within PTR record
ptr = '\033[93m' ptr = '\033[93m'
spooky = '\033[31m' spooky = '\033[31m' # .gov or .mil indicator
invalid = '\033[90m' invalid = '\033[90m'
reset = '\033[0m' reset = '\033[0m'
separator = '\033[90m' separator = '\033[90m'