Hunter.io API Integration

To integrate Hunter.io API integration into Sn1per, edit your /root/.sniper_api_keys.conf file:

HUNTERIO_KEY=""

These can be found by logging into your Hunter.io account and viewing the API key from your profile settings.

Next, update the following values to your Sn1per configuration template under the /sniper/conf/ directory:

OSINT="1"
HUNTERIO="1"

In addition, it is also recommended to add your Hunter.io API key directly to theHarvester by editing your /etc/theHarvester/api-keys.yaml file and adding your API key (this should look similar to below).

vim /etc/theHarvester/api-keys.yaml
Update self.key = "your_api_key_here"

You can then run a scan by selecting the configuration template you edited in the previous step to pull all discovered emails and employees from Hunter.io’s API.

Back to Main Documentation