blob: e3df8ff8baedff4a9d5f9fad97a68ed06b87dc40 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
printf '%s\n\n' "IMPORTANT: The location of API keys has changed to /etc/theHarvester/api-keys.yml"
printf '%s\n' "APIs requiring keys:"
printf '\t- %s\n' "bing" "github" "hunter" \
"intelx" "pentesttools" \
"projecdiscovery" "securityTrails" \
"shodan" "spyse"
}
|