Updated Hunter.io API Integration (markdown)

xer0dayz 2021-01-04 13:42:13 -07:00
parent 81c605fd15
commit 5ed17f84d0
1 changed files with 3 additions and 3 deletions

@ -1,4 +1,4 @@
To integrate Hunter.io API integration into Sn1per, edit your /root/.sniper.conf file and enter the appropriate value for the following:
To integrate Hunter.io API integration into Sn1per, edit your /root/.sniper_api_keys.conf file and enter the appropriate value for the following:
```
# HUNTER.IO API KEY
@ -7,10 +7,10 @@ HUNTERIO_KEY=""
These can be found by logging into your Hunter.io account and viewing the API key from your profile settings.
In addition, it is also recommended to add your Hunter.io API key directly to theHarvester by editing your /usr/share/theharvester/discovery/huntersearch.py file and adding your API key (this should look similar to below).
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 /usr/share/theharvester/discovery/huntersearch.py
vim /etc/theHarvester/api-keys.yaml
Update self.key = "your_api_key_here"
```