
AnySniff is a tool for monitoring TCP connections of processes like AnyDesk on Windows. It uses the CVE-2024-52940 vulnerability to track open connections and log IPs, ports, and other details.

AnySniff 是一款用于在 Windows 上监控类似 AnyDesk 等进程的 TCP 连接的工具。它利用 CVE-2024-52940 漏洞来跟踪开放连接并记录 IP、端口及其他相关详细信息。
pyfiglet 库(用于 ASCII 艺术字)colorama 库(用于颜色支持)git clone https://github.com/yourusername/AnySniff.git
cd AnySniff
pip install -r requirements.txt
python anysniff.py
所有连接详情将记录在当前目录下。日志文件名包含时间戳,例如 ip_2024-12-02_08-45-00.log。