forked from BugTraceAI/reconftw-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
64 lines (45 loc) · 993 Bytes
/
Copy path.env.example
File metadata and controls
64 lines (45 loc) · 993 Bytes
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# reconFTW MCP Server - Environment Configuration
# Copy this file to .env and fill in your values
# MCP Server Configuration
MCP_PORT=8002
SSE_MODE=false
# reconFTW Paths
RECONFTW_DIR=/root/reconftw
OUTPUT_DIR=/opt/reconftw/output
# API Keys for enhanced reconnaissance
# See https://github.com/six2dez/reconftw for all supported APIs
# Shodan API
SHODAN_API_KEY=
# VirusTotal API
VIRUSTOTAL_API_KEY=
# Censys API
CENSYS_API_ID=
CENSYS_API_SECRET=
# SecurityTrails API
SECURITYTRAILS_API_KEY=
# ZoomEye API
ZOOMEYE_API_KEY=
# BinaryEdge API
BINARYEDGE_API_KEY=
# Leak-Lookup API
LEAK_LOOKUP_API_KEY=
# GitHub Token (for GitHub enumeration)
GITHUB_TOKEN=
# GitLab Token
GITLAB_TOKEN=
# Spyse API
SPYSE_API_KEY=
# Hunter.io API
HUNTER_API_KEY=
# Chaos API (ProjectDiscovery)
CHAOS_API_KEY=
# Facebook App Token
FB_APP_ID=
FB_APP_TOKEN=
# Slack Webhook (for notifications)
SLACK_WEBHOOK=
# Discord Webhook
DISCORD_WEBHOOK=
# Telegram Bot
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=