exemple of overwrite tool's conf

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-12 19:30:56 +02:00
parent 302166c87d
commit 564798d8fb
+5
View File
@@ -111,6 +111,7 @@ Create `/etc/iky/config.yaml` (or any path, then point `IKY_CONFIG` to it):
tools:
github-recon:
token: ghp_yourtoken
deepscan: true
whoisfreaks:
api_key: yourkey
ipinfo:
@@ -128,7 +129,11 @@ profiles:
- whois
- dig
- crt.sh
- github-recon
disabled: []
tools:
github-recon:
deepscan: false # Overwrite
```
Only include the tools you want to configure; everything else falls back to defaults.