summarylogtreecommitdiffstats
path: root/theHarvester.install
blob: 0daed8c87338c8b3981db0328a8e2f616b996c1e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo "IMPORTANT: The location of API keys has changed!"
    echo "Add your keys to <CURRENT-DIRECTORY>/api-keys.yml"
	echo "This will change to a more appropriate location in the future."
    echo "	bingapi"
	echo "	hunter"
    echo "	intelx"
	echo "	securitytrails"
    echo "	shodan"
}