From bba7e089d981fa3a392e204bde632b6408ed2d95 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Mon, 2 Sep 2024 14:22:14 -0700 Subject: [PATCH] Adding BeVigil integration --- BeVigil-API-Integration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BeVigil-API-Integration.md 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