mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
refactor: 去掉WMIexec在默认执行的位置
This commit is contained in:
parent
46f9ab84b1
commit
8f5d0caaf2
@ -23,7 +23,7 @@ var pluginGroups = map[string][]string{
|
|||||||
"oracle", "memcached", "elasticsearch", "rabbitmq", "kafka", "activemq", // 数据库类
|
"oracle", "memcached", "elasticsearch", "rabbitmq", "kafka", "activemq", // 数据库类
|
||||||
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", // 服务类
|
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", // 服务类
|
||||||
"ms17010", "smbghost", "smb2", // 漏洞类
|
"ms17010", "smbghost", "smb2", // 漏洞类
|
||||||
"findnet", "wmiexec", // 其他
|
"findnet", // 其他
|
||||||
},
|
},
|
||||||
ModeBasic: {
|
ModeBasic: {
|
||||||
"web", "ftp", "ssh", "smb", "findnet",
|
"web", "ftp", "ssh", "smb", "findnet",
|
||||||
|
Loading…
Reference in New Issue
Block a user