Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.143
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
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
/
var /
softaculous /
net2ftp /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
fileindex.php
228
B
-rw-r--r--
import.php
2.92
KB
-rw-r--r--
info.xml
1.9
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.61
KB
-rw-r--r--
install.xml
215
B
-rw-r--r--
md5
9.38
KB
-rw-r--r--
net2ftp.sql
3.87
KB
-rw-r--r--
net2ftp.zip
5.65
MB
-rw-r--r--
notes.txt
292
B
-rw-r--r--
settings.inc.php
6.97
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : net2ftp.sql
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `net2ftp13` -- -- -------------------------------------------------------- -- -- Table structure for table `net2ftp_log_access` -- CREATE TABLE `net2ftp_log_access` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `date` date NOT NULL, `time` time NOT NULL, `page` text NOT NULL, `state` text NOT NULL, `state2` text NOT NULL, `screen` text NOT NULL, `skin` text NOT NULL, `language` text NOT NULL, `protocol` text NOT NULL, `ftpserver` varchar(254) NOT NULL, `ftpserver_ipaddress` varchar(15) NOT NULL, `ftpserver_country` char(2) NOT NULL, `ftpserverport` varchar(5) NOT NULL, `username` varchar(254) NOT NULL, `directory` text NOT NULL, `entry` text NOT NULL, `user_email` varchar(254) NOT NULL, `user_ipaddress` varchar(15) NOT NULL, `user_country` char(2) NOT NULL, `user_port` text NOT NULL, `user_http_user_agent` text NOT NULL, `datatransfer` int(10) unsigned DEFAULT NULL, `executiontime` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `user_email` (`user_email`), KEY `ftpserver` (`ftpserver`), KEY `user_ip` (`user_ipaddress`), KEY `username` (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `net2ftp_log_consumption_ftpserver` -- CREATE TABLE `net2ftp_log_consumption_ftpserver` ( `date` date NOT NULL, `ftpserver` varchar(254) NOT NULL, `datatransfer` int(10) unsigned NOT NULL, `executiontime` int(10) unsigned NOT NULL, PRIMARY KEY (`date`,`ftpserver`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `net2ftp_log_consumption_ipaddress` -- CREATE TABLE `net2ftp_log_consumption_ipaddress` ( `date` date NOT NULL, `user_ipaddress` varchar(15) NOT NULL, `datatransfer` int(10) unsigned NOT NULL, `executiontime` int(10) unsigned NOT NULL, PRIMARY KEY (`date`,`user_ipaddress`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `net2ftp_log_error` -- CREATE TABLE `net2ftp_log_error` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `date` date NOT NULL, `time` time NOT NULL, `page` text NOT NULL, `state` text NOT NULL, `state2` text NOT NULL, `screen` text NOT NULL, `skin` text NOT NULL, `language` text NOT NULL, `protocol` text NOT NULL, `ftpserver` varchar(254) NOT NULL, `ftpserver_ipaddress` varchar(15) NOT NULL, `ftpserver_country` char(2) NOT NULL, `ftpserverport` varchar(5) NOT NULL, `username` varchar(254) NOT NULL, `directory` text NOT NULL, `entry` text NOT NULL, `user_email` varchar(254) NOT NULL, `user_ipaddress` varchar(15) NOT NULL, `user_country` char(2) NOT NULL, `user_port` text NOT NULL, `user_http_user_agent` text NOT NULL, `datatransfer` int(10) unsigned DEFAULT NULL, `executiontime` int(10) unsigned DEFAULT NULL, `message` text NOT NULL, `backtrace` text NOT NULL, PRIMARY KEY (`id`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `net2ftp_log_status` -- CREATE TABLE `net2ftp_log_status` ( `month` varchar(6) NOT NULL, `status` int(3) NOT NULL, `changelog` text NOT NULL, PRIMARY KEY (`month`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Close