Added color map documentation for theming output
This commit is contained in:
parent
a2b8d53a83
commit
6b77faf586
12
ptrstream.py
12
ptrstream.py
@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user