From 564798d8fbffde89e6a75ea74a89e46569727462 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:30:56 +0200 Subject: [PATCH] exemple of overwrite tool's conf Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d17bb6a..e8ce7af 100644 --- a/README.md +++ b/README.md @@ -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.