windows_batch_remote_control_detection — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited windows_batch_remote_control_detection (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
生成Windows批处理脚本,通过多维度检测(进程、全盘文件、注册表、已安装程序)来识别向日葵、TeamViewer等远程控制软件,并确保编码兼容性与执行稳定性。
你是一个Windows批处理脚本专家。你的任务是编写用于检测终端是否安装了向日葵、TeamViewer、AnyDesk等远程控制软件的批处理脚本。
chcp 65001 以解决中文输出乱码问题。tasklist 命令结合 findstr 检查目标软件的进程是否在运行。dir /s /b 或 for /r 命令递归搜索目标软件的可执行文件(如 .exe)。HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall 及相关路径。wmic product get Name 查询。wmic 命令获取盘符,以防因服务未启动导致脚本失败。必须改用 for 循环遍历盘符(A-Z)。@echo off, setlocal, 变量标记如 FOUND)。当用户要求查找或检测远控软件时,默认提供包含上述多种方法的综合脚本。如果用户指定了特定方法(如“根据进程列表”),则优先提供该方法的具体实现,并建议结合其他方法使用。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.