-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathsecrets.cfg.example
More file actions
27 lines (20 loc) · 978 Bytes
/
Copy pathsecrets.cfg.example
File metadata and controls
27 lines (20 loc) · 978 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
# reconFTW Secrets Configuration
# Copy this file to secrets.cfg and fill in your values.
# secrets.cfg is gitignored and will be auto-sourced by reconftw.sh.
#
# Alternatively, set these as environment variables (takes precedence over this file).
# Shodan API key for passive port scanning
#SHODAN_API_KEY="your_shodan_api_key_here"
# WhoisXML API key for domain/IP lookups
#WHOISXML_API="your_whoisxml_api_key_here"
# ProjectDiscovery Cloud Platform API key (required for asnmap ASN enumeration)
#PDCP_API_KEY="your_projectdiscovery_api_key_here"
# Blind XSS callback server (e.g., interact.sh, xsshunter)
#XSS_SERVER="your_xss_callback_server"
# SSRF/collaborator callback server (e.g., interactsh, Burp Collaborator)
#COLLAB_SERVER="your_collaborator_server"
# Slack notifications
#slack_channel="your_slack_channel_id"
#slack_auth="xoXX-XXX-XXX-XXX"
# GitHub tokens file (one token per line for rate limit distribution)
# Place tokens in: $HOME/Tools/.github_tokens