当前位置:网站首页>Webshell管理工具的流量特征
Webshell管理工具的流量特征
2022-07-29 05:25:00 【中云时代-防御可测试-小余】
菜刀
菜刀 webshell 只使用了 url 编码 + base64 编码
shell 特征就是传输参数名为 z0,还存在int_set("display_erros","0")字符串特征
蚁剑
默认的蚁剑 shell,连接时会请求两次,其请求体只是经过 url 编码,其流量中也存在和蚁剑一样的代码
第一次请求,关闭报错和 magic_quotes,接下来去获取主机的信息
第二次请求,会把主机目录列出来
冰蝎2.0
使用 aes 加密发起三次请求
第一次请求服务端产生密钥写入 session,session 和当前会话绑定,不同的客户端的密钥也是不同的
第二次请求是为了获取 key,第三次使用 key 的 aes 加密进行通信
冰蝎3.0
使用 aes 加密发起两次请求
3.0 分析流量发现相比 2.0 少了动态密钥的获取的请求,不再使用随机生成 key,改为取连接密码的 md5 加密值的前 16 位作为密钥
一次请求为判断是否可以建立连接,少了俩次 get 获取冰蝎动态密钥的行为,第二次发送 phpinfo 等代码执行,获取网站的信息
哥斯拉
支持 n 种加密
采用了和冰蝎 3.0 一样的密钥交换方式,哥斯拉建立连接时会发起三次请求,第一次请求数据超级长,建立 session,第二三次请求确认连接
边栏推荐
- Mathematical modeling experience
- Ue5 texture system explanation and common problem setting and Solutions
- Leetcode 344. reverse string
- LeetCode #35.搜索插入位置
- Leetcode 14. longest public prefix
- Abstract encapsulation inheritance polymorphism
- Personal views on time complexity
- 动态规划总结
- Unity初学3——敌人的移动控制和掉血区域的设置(2d)
- Access、Hybrid和Trunk三种模式的理解
猜你喜欢

SQL Developer图形化窗口创建数据库(表空间和用户)

Leetcode 557. reverse word III in string

STP生成树原理及选举规则举例

Leetcode 3. longest substring without repeated characters

Ue5 texture system explanation and common problem setting and Solutions

虹科Automation softPLC | 虹科KPA MoDK运行环境与搭建步骤(2)——MoDK运行环境搭建

2022 summer second day information competition learning achievement sharing 1

虹科分享 | 如何测试与验证复杂的FPGA设计(1)——面向实体或块的仿真

JVM memory structure

Leetcode - Tips
随机推荐
Leetcode 3. longest substring without repeated characters
Summary of winter vacation training (1.23~1.28) [first tier]
LeetCode #557.反转字符串中的单词 III
c语言面试准备一(谈谈理解系类)
Leetcode 83. delete duplicate elements in the sorting linked list
Unity初学1——角色移动控制(2d)
练习:存放部门信息
Unity初学2——瓦片的制作以及世界的交互(2d)
leetcode---技巧
Official tutorial redshift 08 light
Eight sorts ------------- heap sort
Number theory: proof that the maximum number that px+py cannot represent is pq-p-q
虹科分享 | 为什么说EtherCAT是提高控制系统性能的最佳解决方案?
Leetcode 189. rotation array
虹科分享 | 带您全面认识“CAN总线错误”(一)——CAN总线错误与错误帧
Unity中简单的matcap+fresnel shader的实现
Leetcode 35. search insertion location
Unity-默认渲染管线-刻晴卡渲shader
Leetcode 557. reverse word III in string
官方教程 Redshift 05 system参数详细解释