Adding BeVigil integration

xer0dayz 2024-09-02 14:22:14 -07:00
parent c84ca870b6
commit bba7e089d9
1 changed files with 16 additions and 0 deletions

@ -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.