There was an error while loading. Please reload this page.
1 parent 2e36205 commit 0e566c6Copy full SHA for 0e566c6
README.md
@@ -1,4 +1,10 @@
1
-# webshell-scanner
2
-webshell scanner using deep learning method;
+# Webshell-Scanner
+Webshell scanner using deep learning method;
3
+
4
+Method:
5
+1. 对webshell 统计6个特征(压缩比、最长单词、危险函数、恶意特征、信息熵、恶意表达式);(需要调整比例)
6
+2. 将webshell 转化为n-gram向量,输入全连接网络 mlp_net(20,10,10,1)
7
+3. 在 mlp_net 的倒数第二层,拼接步骤1的6个特征,然后这16维特征连接到输出层
8
9
基于深度学习的webshell扫描器,测试集准确率高于99%
-这项工作基于以下代码,鲁棒性和准确率得到了提升,具有一定抵御扰动(bad words)的效果: https://github.com/duoergun0729/2book/blob/master/code/webshell.py
10
+这项工作基于以下代码,鲁棒性和准确率得到了提升,具有一定抵御对抗扰动(bad words)的效果: https://github.com/duoergun0729/2book/blob/master/code/webshell.py
0 commit comments