SiteServer 3.6.4...

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

注入存在/siteserver/cms/background_mailSubscribe.aspx 用.NET Reflector 反编译SiteServer.CMS.dll这个文件 查看代码如下: ``` if (((((uint) isPostBack) - ((uint) isPostBack)) >= 0) && isPostBack) { this.spContents.SelectCommand = DataProvider.MailSubscribeDAO.GetSelectCommend(base.PublishmentSystemID, base.Request.QueryString["Keyword"], base.Request.QueryString["DateFrom"], base.Request.QueryString["DateTo"]); } else ``` Keyword ``` public string GetSelectCommend(int publishmentSystemID, string keyword, string dateFrom, string dateTo) { // This item is obfuscated and can not be translated. StringBuilder builder; bool flag; bool flag2; if (publishmentSystemID != 0) { goto Label_02D7; } if ((((uint) publishmentSystemID) + ((uint) publishmentSystemID)) >= 0) { goto Label_0311; } goto Label_026E; Label_002D: return ("SELECT ID, PublishmentSystemID, Receiver, Mail, IPAddress, AddDate FROM siteserver_MailSubscribe " + builder.ToString()); Label_0069: builder.AppendFormat("(AddDate <= '{0}')", dateTo); goto...

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