theHarvester/discovery/shodan/cli/settings.py
laramies 973220d3d1 Release 3.0
Added Port scanning, Subdomain takeover, Fixed Shodan, improved Dns bruteforce and added SQLite support to store the results.
2018-08-08 21:34:10 +02:00

11 lines
189 B
Python

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