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

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