We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c5003 commit c933ccdCopy full SHA for c933ccd
1 file changed
README.md
@@ -9,6 +9,7 @@
9
<a><img src="https://img.shields.io/github/v/release/coldwave96/WebShell-AIHunter"></a>
10
<a><img src="https://img.shields.io/github/issues/coldwave96/WebShell-AIHunter"></a>
11
<a><img src="https://img.shields.io/badge/Platform-Linux%20%7C%20Windows-orange"></a>
12
+ <a><img src="https://img.shields.io/github/license/coldwave96/WebShell-AIHunter"></a>
13
</p>
14
15
<p align="center">
@@ -69,3 +70,13 @@
69
70
* 按照[数据格式](#webshell-aihunter---webhell)部分分别填充黑白样本文件
71
72
* 依次执行`python train_php.py`、`python train_asp.py`、`python train_jsp.py`命令即可训练模型
73
+
74
+## 下一步计划
75
76
+* 代码优化 + 算法更新 + 添加更多的Webshell静态检验(动态污点追踪暂时想不了==)
77
78
+* 更多类型检测 + 自主指定文件夹
79
80
+* 考虑建立黑样本模型,类似黑名单机制(理论上白样本模型应该更好可是不切实际)
81
82
+* 另外求更多更好的黑样本 🙏🙏
0 commit comments