Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/owasp-amass/amass
/ Plugin
Interface
Plugin
engine/types/registry.go:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
Plugin
interface
{
18
Name() string
19
Start(r Registry) error
20
Stop()
21
}
22
23
type
Handler
struct
{
24
Plugin Plugin
Callers
17
handlerTask
Function · 0.65
RegisterHandler
Method · 0.65
storeEntity
Method · 0.65
loadDataSourceSettings
Method · 0.65
loadDatabaseSettings
Method · 0.65
TestLoadScopeSettings
Function · 0.65
LoadAndStartPlugins
Function · 0.65
Crawl
Function · 0.65
startEngine
Function · 0.65
NewEngine
Function · 0.65
updateStats
Method · 0.65
updateSessionSemaphore
Method · 0.65
Implementers
15
jarmPlugin
engine/plugins/jarm.go
ipNetblock
engine/plugins/ip_netblock.go
knownFQDN
engine/plugins/known_fqdn.go
horizPlugin
engine/plugins/horizontals/plugin.go
dnsPlugin
engine/plugins/dns/plugin.go
dnsPlugin
engine/plugins/service_discovery/dns/p
httpProbing
engine/plugins/service_discovery/http_
rapidDNS
engine/plugins/scrape/rapiddns.go
siteDossier
engine/plugins/scrape/sitedossier.go
ipverse
engine/plugins/scrape/ipverse.go
duckDuckGo
engine/plugins/scrape/duckduckgo.go
bing
engine/plugins/scrape/bing.go
Calls
no outgoing calls
Tested by
no test coverage detected