mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-05-20 09:12:34 +02:00
exemple of overwrite tool's conf
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -111,6 +111,7 @@ Create `/etc/iky/config.yaml` (or any path, then point `IKY_CONFIG` to it):
|
|||||||
tools:
|
tools:
|
||||||
github-recon:
|
github-recon:
|
||||||
token: ghp_yourtoken
|
token: ghp_yourtoken
|
||||||
|
deepscan: true
|
||||||
whoisfreaks:
|
whoisfreaks:
|
||||||
api_key: yourkey
|
api_key: yourkey
|
||||||
ipinfo:
|
ipinfo:
|
||||||
@@ -128,7 +129,11 @@ profiles:
|
|||||||
- whois
|
- whois
|
||||||
- dig
|
- dig
|
||||||
- crt.sh
|
- crt.sh
|
||||||
|
- github-recon
|
||||||
disabled: []
|
disabled: []
|
||||||
|
tools:
|
||||||
|
github-recon:
|
||||||
|
deepscan: false # Overwrite
|
||||||
```
|
```
|
||||||
|
|
||||||
Only include the tools you want to configure; everything else falls back to defaults.
|
Only include the tools you want to configure; everything else falls back to defaults.
|
||||||
|
|||||||
Reference in New Issue
Block a user