├── README.md ├── dataset └── webshell.zip ├── log ├── checklog.log └── trainlog.log ├── model ├── mlp.pkl └── tfidftransformer.pkl ├── pic └── 1.jpg ├── train.py └── webshellDc.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/README.md -------------------------------------------------------------------------------- /dataset/webshell.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/dataset/webshell.zip -------------------------------------------------------------------------------- /log/checklog.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/log/checklog.log -------------------------------------------------------------------------------- /log/trainlog.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/log/trainlog.log -------------------------------------------------------------------------------- /model/mlp.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/model/mlp.pkl -------------------------------------------------------------------------------- /model/tfidftransformer.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/model/tfidftransformer.pkl -------------------------------------------------------------------------------- /pic/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/pic/1.jpg -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/train.py -------------------------------------------------------------------------------- /webshellDc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooog/webshellDc/HEAD/webshellDc.py --------------------------------------------------------------------------------