BeVigil API Integration

To integrate BeVigil sub-domain and endpoint retrieval into Sn1per, get your free API key at https://bevigil.com.

Next, enable the following settings in your Sn1per configuration template under the /sniper/conf/ directory::

RECON="1"
BEVIGIL_SUBDOMAINS="1"
BEVIGIL_ENDPOINTS="1"

Next, add your BeVigil API key to your /root/.sniper_api_keys.conf file:

BEVIGIL_API_KEY=""

You can then run a scan by selecting the configuration template you edited in the previous step to pull all discovered sub-domains and endpoints from BeVigil API.

Back to Main Documentation