From 4279bb7b26e13d40de9dabb30299c84f29cc1896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:15:42 +0800 Subject: [PATCH] Delete tools/enum4linux.yaml --- tools/enum4linux.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tools/enum4linux.yaml diff --git a/tools/enum4linux.yaml b/tools/enum4linux.yaml deleted file mode 100644 index 069d0c07..00000000 --- a/tools/enum4linux.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: "enum4linux" -command: "enum4linux" -enabled: true -short_description: "SMB枚举工具,用于Windows/Samba系统信息收集" -description: | - Enum4linux是一个用于枚举SMB共享和Windows系统信息的工具。 - - **主要功能:** - - SMB共享枚举 - - 用户和组枚举 - - 密码策略信息 - - 系统信息收集 - - **使用场景:** - - Windows系统渗透测试 - - SMB安全评估 - - 网络信息收集 - - 域环境侦察 -parameters: - - name: "target" - type: "string" - description: "目标IP地址" - required: true - position: 0 - format: "positional" - - name: "additional_args" - type: "string" - description: "额外的Enum4linux参数(默认:-a)" - required: false - default: "-a" - format: "positional"