Giter Site home page Giter Site logo

webshelldetect's Introduction

HW必备蓝方Webshell 查杀工具

webshelldetect

正式版v1.0
1.兼容py2 py3
2.解决中文乱码错误,兼容windows和linux
3.全部依赖改为python标准库,无需安装第三方库,可直接在装作python环境的服务器运行(兼容windows和linux)
4.支持查杀单个文件或目录,且目录查杀支持自定义文件修改时间范围 格式为20190101 20200820 或 201901010101 202008202359
5.支持自定义恶意代码规则
6.默认查找模式为找到恶意代码规则库中其中一个就结束,如果需要继续遍历请注释59行break

使用1:查杀单个文件:
python webshelldetect_v1.py <文件名>

使用2:查杀目录,支持自定义文件修改时间范围 格式为20200101 20200830缺省为当前时间
python webshelldetect_v1.py <目录名> [文件修改时间开始如:20200101] [文件修改时间结束如:20200820,缺省为当前时间]

演示:

demo

webshelldetect's People

Contributors

securitycn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.