diff --git a/Core/Registry.go b/Core/Registry.go index daafa2a..a436bc8 100644 --- a/Core/Registry.go +++ b/Core/Registry.go @@ -110,6 +110,12 @@ func init() { ScanFunc: Plugins.WebTitle, }) + Common.RegisterPlugin("webonly", Common.ScanPlugin{ + Name: "WebOnly", + Port: 0, + ScanFunc: Plugins.WebTitle, + }) + Common.RegisterPlugin("smb2", Common.ScanPlugin{ Name: "SMBScan2", Port: 445,