-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
40 lines (34 loc) · 1.47 KB
/
Copy pathconfig.yaml
File metadata and controls
40 lines (34 loc) · 1.47 KB
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
# ScayOSINT Configuration
# Author: Scayar (https://github.com/Scayar)
# Contact: scayar.exe@gmail.com
# Telegram: @Scayar
# Telegram Channel: https://t.me/im_scayar
# API Configuration
services:
# Required Services (No API Key Needed)
# These services work without API keys
# - ipapi.co
# - scylla.so
# Optional Enhanced Services (API Keys Required)
# These services provide additional features but are not required
breach_directory_api_key: SET_YOUR_API_KEY_HERE # Optional: BreachDirectory API Key
haveibeenpwned_api_key: SET_YOUR_API_KEY_HERE # Optional: HaveIBeenPwned API Key
emailrep_api_key: SET_YOUR_API_KEY_HERE # Optional: EmailRep.io API Key
hunter_api_key: SET_YOUR_API_KEY_HERE # Optional: Hunter.io API Key
intelx_api_key: SET_YOUR_API_KEY_HERE # Optional: Intelligence X API Key
# Application Settings
settings:
# Search Settings
intelx_max_results: 20 # Maximum results to fetch from Intelligence X
search_timeout: 30 # Timeout in seconds for API requests
# Output Settings
output_format: "json" # Output format (json/csv)
save_results: true # Save results to file
# UI Settings
theme: "dark" # UI theme (dark/light/custom)
show_progress: true # Show progress bars
verbose_output: false # Show detailed output
# Security Settings
encrypt_results: false # Encrypt saved results
proxy_enabled: false # Enable proxy support
proxy_url: "" # Proxy URL if enabled