JohnHubcr / Webshell-2

Detect webshell based on SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webshell

1 Instuction

  1. Download and extract source code.
  2. cd into the directory using the similar command as follows:
cd D:/webshell
  1. Put the files to detect into the samples2dectect folder.
  2. Run the similar command to get features.
./neopi.py -c neopiFeature.csv -a D:/webshell/samples2detect "php"
  1. Run the following command to detect webshells.
python detect.py

About

Detect webshell based on SVM

License:MIT License


Languages

Language:PHP 89.5%Language:Python 10.5%