逐浪cms sql注入 一个文件 多个参数

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

### 简要描述: 逐浪cms最新版sql注入 ### 详细说明: 逐浪最新版 sql注入 可以注册普通用户 访问 ``` http://demo.zoomla.cn/User/Register.aspx ``` 随便注册一个用户 test1234 密码123456 访问 ``` http://demo.zoomla.cn/User/Login.aspx?ReturnUrl= ``` 登录 访问 ``` http://demo.zoomla.cn/User/UserFriend/FriendSearch/Friend_quickSYResult.aspx ``` 源码如下 ``` protected void Page_Load(object sender, EventArgs e) { if (!base.IsPostBack) { string str = base.Request.Form["sex"]; string str2 = base.Request.Form["age1"]; string str3 = base.Request.Form["age2"]; string str4 = base.Request.Form["wcounty"]; //没处理 string str5 = base.Request.Form["wcity"]; //没处理 string wherex = ""; if (!string.IsNullOrEmpty(str)) { if (str == "女生") { wherex = wherex + " and UserSex=0"; } else if (str == "男生") { wherex = wherex + " and UserSex=1"; } } if (!string.IsNullOrEmpty(str2)) { string str7 = DateTime.Now.AddYears(-Convert.ToInt32(str2)).ToShortDateString(); wherex = wherex + " and BirthDay<='" + str7 + "'"; } if (!string.IsNullOrEmpty(str3)) { string str8 =...

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