mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
Added Port scanning, Subdomain takeover, Fixed Shodan, improved Dns bruteforce and added SQLite support to store the results.
10 lines
189 B
Python
10 lines
189 B
Python
|
|
SHODAN_CONFIG_DIR = '~/.shodan/'
|
|
COLORIZE_FIELDS = {
|
|
'ip_str': 'green',
|
|
'port': 'yellow',
|
|
'data': 'white',
|
|
'hostnames': 'magenta',
|
|
'org': 'cyan',
|
|
'vulns': 'red',
|
|
}
|