summarylogtreecommitdiffstats
path: root/theHarvester.install
blob: 7a417b072ae86622ddd4a9b112ec19f65dacf2fc (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "IMPORTANT: The location of API keys has changed!"
    echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
    echo "	bingapi"
	echo "	hunter"
    echo "	intelx"
	echo "	securitytrails"
    echo "	shodan"
}