Skip to content

Commit 0e566c6

Browse files
authored
Update README.md
1 parent 2e36205 commit 0e566c6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# webshell-scanner
2-
webshell scanner using deep learning method;
1+
# Webshell-Scanner
2+
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+
39
基于深度学习的webshell扫描器,测试集准确率高于99%
4-
这项工作基于以下代码,鲁棒性和准确率得到了提升,具有一定抵御扰动(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

Comments
 (0)