theHarvester/discovery/shodan/cli/settings.py

10 lines
199 B
Python

SHODAN_CONFIG_DIR = '~/.shodan/'
COLORIZE_FIELDS = {
'ip_str': 'green',
'port': 'yellow',
'data': 'white',
'hostnames': 'magenta',
'org': 'cyan',
'vulns': 'red',
}