feat: 添加localinfo模块

This commit is contained in:
ZacharyZcR
2024-12-18 15:18:18 +08:00
parent 3dfd2e9e30
commit 5ad5af884e
2 changed files with 212 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ var PluginList = map[string]interface{}{
"1000003": WebTitle,
"1000004": SmbScan2,
"1000005": WmiExec,
"1000006": LocalInfoScan,
}
func ReadBytes(conn net.Conn) (result []byte, err error) {