mirror of https://github.com/1N3/Sn1per.git
Adding BeVigil integration
parent
c84ca870b6
commit
bba7e089d9
|
|
@ -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.
|
||||
Loading…
Reference in New Issue