1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
7.92k stars 1.82k forks source link

Add Hunter.io API integration #205

Closed 1N3 closed 5 years ago

1N3 commented 5 years ago

https://github.com/n4xh4ck5/pyhunter

attacker34 commented 5 years ago

Dear @1N3 Tool asked for Hunter API Key while running... There is no entry in Conf file to add API Keys for Hunter.io? tool stuck and could not run further.

1N3 commented 5 years ago

I'm working on adding this to the next version of Sn1per. That being said, since Sn1per uses theHarvester, you can also add your API directly to theHarvester by editing your /usr/share/theharvester/discovery/huntersearch.py file and adding your API key there (should look similar to below).

1) vim /usr/share/theharvester/discovery/huntersearch.py 2) Update self.key = "your_api_key_here"

1N3 commented 5 years ago

This was added to v7.2 which is now public. To activate Hunter.io, update your ~/.sniper.conf file with the following settings:

HUNTER.IO API KEY

HUNTERIO_KEY="" HUNTERIO="1"