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 /
plugins /
kali-forms /
[ HOME SHELL ]
Name
Size
Permission
Action
Inc
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
.editorconfig
470
B
-rw-r--r--
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
.prettierignore
6
B
-rw-r--r--
LICENSE
34.32
KB
-rw-r--r--
README.txt
16.18
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
autoloader.php
1.67
KB
-rw-r--r--
bootstrap.php
572
B
-rw-r--r--
jsconfig.json
60
B
-rw-r--r--
kali-forms.php
1.38
KB
-rw-r--r--
postcss.config.js
70
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kali-forms.php
<?php /** * Plugin Name: Kali Forms - WordPress Forms Made Easy * Plugin URI: https://www.kaliforms.com * Description: Kali Forms provides the best form creation experience for WordPress. * Author: Kali Forms * Version: 2.3.16 * Author URI: https://www.kaliforms.com/ * License: GPLv3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Requires PHP: 5.6 * Text Domain: kaliforms * Domain Path: /languages * * Copyright 2019 Kali Forms hello@kaliforms.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ namespace KaliForms; use KaliForms\Inc\KaliForms; if (!defined('ABSPATH')) { exit; } define('KALIFORMS_PLUGIN_FILE', __FILE__); require_once 'bootstrap.php'; if (!class_exists('KaliForms\Inc\KaliForms')) { return; } KaliForms::get_instance();
Close