-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 796 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (16 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Black Glove Environment Variables
# Copy this file to .env and populate with your actual API keys
# OpenRouter API key
# Get your API key from https://openrouter.ai/
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Shodan API Key (optional - for passive reconnaissance)
# Get your API key from https://account.shodan.io/
SHODAN_API_KEY=your_shodan_api_key_here
# ViewDNS API Key (optional - for active port scanning)
# Get your API key from https://viewdns.info/api/
VIEWDNS_API_KEY=your_viewdns_api_key_here
# Censys API Key (optional - for passive reconnaissance)
# Get your API key from https://censys.io/
CENSYS_API_KEY=your_censys_api_key_here
# Note: The agent will work without these keys, but some features will be unavailable
# Keys can also be set in ~/.homepentest/config.yaml