mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 12:11:52 +08:00
feat: 增加Tomcat扫描
This commit is contained in:
@@ -121,6 +121,12 @@ func init() {
|
||||
ScanFunc: Plugins.ZabbixScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("tomcat", Common.ScanPlugin{
|
||||
Name: "Tomcat",
|
||||
Ports: []int{8080, 8009, 8005}, // Tomcat常用端口
|
||||
ScanFunc: Plugins.TomcatScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("rdp", Common.ScanPlugin{
|
||||
Name: "RDP",
|
||||
Ports: []int{3389},
|
||||
|
||||
Reference in New Issue
Block a user