mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
Merge branch 'dev' of https://github.com/shadow1ng/fscan into dev
This commit is contained in:
commit
9c0fcd98fe
@ -114,6 +114,12 @@ func init() {
|
|||||||
ScanFunc: Plugins.WebTitle,
|
ScanFunc: Plugins.WebTitle,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Common.RegisterPlugin("webonly", Common.ScanPlugin{
|
||||||
|
Name: "WebOnly",
|
||||||
|
Port: 0,
|
||||||
|
ScanFunc: Plugins.WebTitle,
|
||||||
|
})
|
||||||
|
|
||||||
Common.RegisterPlugin("smb2", Common.ScanPlugin{
|
Common.RegisterPlugin("smb2", Common.ScanPlugin{
|
||||||
Name: "SMBScan2",
|
Name: "SMBScan2",
|
||||||
Port: 445,
|
Port: 445,
|
||||||
|
Loading…
Reference in New Issue
Block a user