强智教务系统通用型文件上传(getshell)

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 任意上传getshell ### 详细说明: 看见前人提交了一个 [WooYun: 强智教务系统通杀Getshell(提权服务器内网渗透)](http://www.wooyun.org/bugs/wooyun-2014-074367) ,我也来提交一下。。。 1,任意文件上传 漏洞文件 /jwgl/jxjh/JxjhXGBc.asp 部分源码如下: ``` <%OPTION EXPLICIT%> <!--#include FILE="upfile_class.asp"--> <% server.ScriptTimeout =10000000 dim upfile,formPath,ServerPath,FSPath,formName,FileName,oFile set upfile=new upfile_class ''建立上传对象 upfile.GetData (10240000) '取得上传数据,限制最大上传10M %> <html> <head> <title>文件上传 - 长沙市强科技发展有限责任公司·版权所有</title> <style type="text/css"> <!-- .p9{ font-size: 9pt; font-family: 宋体 } --> </style> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body leftmargin="20" topmargin="20" class="p9"> <p class="tx1"><font color="#0000FF" size="1"></font></p> <hr size=1 noshadow width=300 align=left><% if upfile.err > 0 then '如果出错 select case upfile.err case 1 Response.Write "你没有上传数据呀???是不是搞错了??" case 2 Response.Write "你上传的文件超出我们的限制,最大10M" end select else %> <table border="1" cellpadding="0"...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息