mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
init ghunt
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user