引言
① 中国菜刀(chopper)
a(密码)参数:值为执行的函数加上对pyload的base64解
Z0参数:base64加密的payload,
Z1参数:shell存在的位置
(1)执行函数:@eval,@assert 等;
(2)base64_decode($_POST[Z0]),$_GET,$_REQUEST
(3)截取参数z0,进行base64_decode后 ,
@ini_set(“display_errors”,”0″);@set_time_limit(0);@set_magic_quotes_runtime(0)等
② 蚁剑4.0.3
2.1 自带的编码器和解码器
2.2 自定义header
2.3 自定义编码
2.4 蚁剑市场自带的插件
③ 冰蝎3.0 Beta 9
"Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"
"Accept-Language", "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
"Content-type", "application/x-www-form-urlencoded"
或者
"Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
"Accept-Language", "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
"Content-type", "application/x-www-form-urlencoded"
④ 哥斯拉v4.0.1
原文始发于微信公众号(Beacon Tower Lab):Webshell管理工具流量检测研究