跳过正文
  1. Posts/

使用河马查杀webshel

·66 字·1 分钟·
Kubehan
作者
Kubehan
云原生知识栈:深度解析容器技术、Kubernetes、Istio、DevOps 实践、Prometheus 监控、Envoy 代理、Golang 开发及云原生架构与微服务趋势的专业博客

今天用到了河马查杀工具;个人感觉不是很准确,误报比较多

#!/bin/bash
# @Author: HanWei
# @Date:   2020-04-30 10:27:33
# @Last Modified by:   HanWei
# @Last Modified time: 2020-04-30 10:42:11
# @E-mail: han_wei_95@163.com
# 
#系统版本:CentOS Linux release 7.7.1908 (Core)
#[root@hanwei opt]# ./hm version
#[*] hm - hm webshell scanner
#[*] 软件当前版本 1.7.0 hm#linux-amd64.d0bb40e
#[*] 当前特征库版本 13
#[*] mid 5c579f535c04a6adc0f89cc54c4707ea
#
#安装河马查杀工具
cd /opt/
wget http://dl.shellpub.com/hm/latest/hm-linux-amd64.tgz?version=1.7.0
tar zxf hm-linux-amd64.tgz
#安装完成
#查杀webshell
./hm scan 您的web目录
# 扫描完成之后结果会保存为result.csv文件,使用记事本或者excel打开查看
不懂得