-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
30 lines (23 loc) · 1.89 KB
/
config.yaml.example
File metadata and controls
30 lines (23 loc) · 1.89 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
# spring2shell configuration file
# CLI arguments always take priority over values in this file.
# Copy this file to ./config.yaml and customize for your team.
# ── Network ──────────────────────────────────────────────────────────────────
# proxy: http://127.0.0.1:8080 # Burp Suite Pro
# proxy: socks5://127.0.0.1:9050 # Tor
# rate: 50 # Max requests/sec (0 = unlimited)
# ── OOB (Blind RCE Detection) ────────────────────────────────────────────────
# oob_server: https://your-interactsh.domain.com
# oob_token: your-interactsh-auth-token
# ── Authentication ────────────────────────────────────────────────────────────
# auth_bearer: eyJhbGci...
# auth_basic: admin:password
# auth_cookie: session=abc123; csrftoken=xyz
# auth_header: X-API-Key:your-key
# ── Notifications ─────────────────────────────────────────────────────────────
# webhook: https://hooks.slack.com/services/T.../B.../xxx
# webhook: https://discord.com/api/webhooks/...
# ── Audit & Output ────────────────────────────────────────────────────────────
# audit_log: ./logs/audit.jsonl
# ── Scanning defaults ─────────────────────────────────────────────────────────
# threads: 10
# insecure: false