# PyKunwu_Cli **Repository Path**: linuxhph/PyKunwu_Cli ## Basic Information - **Project Name**: PyKunwu_Cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

KunWu

Static Badge Static Badge

KunWu_Cli」Python重构版本

模糊规则/污点分析模拟执行/机器学习 三种高效检测策略,精准无误地发现 WebShell 风险

# ✈️ 1# 工具概述 本项目为默安科技打造的新一代 WebShell 检测工具「KunWu_Cli」的Python重构版本 原项目地址:[https://github.com/kunwu2023/kunwu/](https://github.com/kunwu2023/kunwu/) 本项目结构主体结构如下: | 名称 | 说明 | |-----------|------------| | main.py | 程序入口点 | | Scan.py | 扫描模块核心代码 | | config.py | 工具模块代码 | | logo.py | Kunwu logo | | config.py | 程序配置文件 | # 📝 2# TODO * [x] 在基于原项目的基础上加入了异步检测的代码 * [x] 对代码进行了部分优化 # 🚨 3# 快速开始 ### 3.1 安装依赖包 ``` pip install -r requirements.txt ``` 如果pip安装速度慢,可以采用国内源进行安装: ``` pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` ### 3.2 运行 ``` python3 main.py --path /path/to/file ``` ### 3.3 运行结果示例 ![img/img.png](img/img.png) ![img/img_1.png](img/img_1.png) # 🙏 4# 感谢各位师傅 ## Stargazers [![Stargazers repo roster for @Re1axCyber/PyKunwu_Cli](http://reporoster.com/stars/Re1axCyber/PyKunwu_Cli)](https://github.com/Re1axCyber/PyKunwu_Cli/stargazers) ## Forkers [![Forkers repo roster for @Re1axCyber/PyKunwu_Cli](http://reporoster.com/forks/Re1axCyber/PyKunwu_Cli)](https://github.com/Re1axCyber/PyKunwu_Cli/network/members) ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=Re1axCyber/PyKunwu_Cli&type=Date)](https://star-history.com/#Re1axCyber/PyKunwu_Cli&Date)