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