diff --git a/BeVigil-API-Integration.md b/BeVigil-API-Integration.md new file mode 100644 index 0000000..e2e0e20 --- /dev/null +++ b/BeVigil-API-Integration.md @@ -0,0 +1,16 @@ +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: + +``` +BEVIGIL_SUBDOMAINS="1" +BEVIGIL_ENDPOINTS="1" +``` + +Next, add your BeVigil API key to your /root/.sniper_api_keys.conf file: +``` +# BEVIGIL API KEY +BEVIGIL_API_KEY="" +``` + +Note: This integration requires either Sn1per Professional or Sn1per Enterprise. Sub-domain retrieval will run when "recon" mode is enabled. Endpoint retrieval runs whenever any "web" mode scans run. \ No newline at end of file