init ghunt

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 21:29:59 +02:00
parent a0fceb36df
commit fa58485712
4 changed files with 134 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ package registry
import (
"github.com/anotherhadi/iknowyou/internal/tools"
breachdirectory "github.com/anotherhadi/iknowyou/internal/tools/breachdirectory"
ghunt "github.com/anotherhadi/iknowyou/internal/tools/ghunt"
crtsh "github.com/anotherhadi/iknowyou/internal/tools/crtsh"
digtool "github.com/anotherhadi/iknowyou/internal/tools/dig"
githubrecon "github.com/anotherhadi/iknowyou/internal/tools/github-recon"
@@ -25,6 +26,7 @@ var Factories = []func() tools.ToolRunner{
gravatarrecon.New,
whoisfreaks.New,
maigret.New,
ghunt.New,
leakcheck.New,
crtsh.New,
breachdirectory.New,