-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
42 lines (33 loc) · 1.28 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Google Gemini API key (get from: https://makersuite.google.com/app/apikey)
GEMINI_API_KEY=your_gemini_api_key_here
# API keys for enhanced vulnerability scanning
VULNERS_API_KEY=your_vulners_api_key_here
SHODAN_API_KEY=your_shodan_api_key_here
# Optional: NVD API key (not required)
NVD_API_KEY=your_nvd_api_key_here
# New security API keys (optional)
GREYNOISE_API_KEY=your_greynoise_api_key_here
URLSCAN_API_KEY=your_urlscan_api_key_here
ABUSEIPDB_API_KEY=your_abuseipdb_api_key_here
# Note: For enhanced scanning, you can also add:
# VIRUSTOTAL_API_KEY=your_key_here
# AI Model API Keys
OPENAI_API_KEY=your_openai_api_key
GOOGLE_API_KEY=your_google_api_key
# Security API Keys
VULNERS_API_KEY=your_vulners_api_key
SHODAN_API_KEY=your_shodan_api_key
NVD_API_KEY=your_nvd_api_key
# Cloud Provider Credentials
# AWS (alternatively use AWS CLI configuration)
AWS_ACCESS_KEY_ID=your_aws_access_key
AWS_SECRET_ACCESS_KEY=your_aws_secret_key
AWS_DEFAULT_REGION=your_default_region
# Azure
AZURE_TENANT_ID=your_azure_tenant_id
AZURE_CLIENT_ID=your_azure_client_id
AZURE_CLIENT_SECRET=your_azure_client_secret
AZURE_SUBSCRIPTION_ID=your_azure_subscription_id
# GCP (alternatively use gcloud authentication)
GOOGLE_APPLICATION_CREDENTIALS=path/to/your/credentials.json
GCP_PROJECT_ID=your_gcp_project_id