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.221.100.57
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 /
phar /
[ HOME SHELL ]
Name
Size
Permission
Action
phar
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
CREDITS
43
B
-rw-r--r--
Makefile.frag
2.71
KB
-rw-r--r--
Makefile.frag.w32
180
B
-rw-r--r--
build_precommand.php
1.24
KB
-rw-r--r--
config.m4
851
B
-rw-r--r--
config.w32
1.46
KB
-rw-r--r--
dirstream.c
19.86
KB
-rw-r--r--
dirstream.h
2.16
KB
-rw-r--r--
func_interceptors.c
35.84
KB
-rw-r--r--
func_interceptors.h
1.44
KB
-rw-r--r--
gdbhelp
2.79
KB
-rw-r--r--
makestub.php
3.78
KB
-rw-r--r--
phar.1.in
10.65
KB
-rw-r--r--
phar.c
104.19
KB
-rw-r--r--
phar.phar.1.in
16
B
-rw-r--r--
phar_internal.h
22.62
KB
-rw-r--r--
phar_object.c
147.31
KB
-rw-r--r--
phar_object.stub.php
15.87
KB
-rw-r--r--
phar_object_arginfo.h
32.18
KB
-rw-r--r--
phar_path_check.c
5.09
KB
-rw-r--r--
phar_path_check.re
3.03
KB
-rw-r--r--
pharzip.h
11.23
KB
-rw-r--r--
php_phar.h
1.61
KB
-rw-r--r--
shortarc.php
8.95
KB
-rw-r--r--
stream.c
32.58
KB
-rw-r--r--
stream.h
2.45
KB
-rw-r--r--
stub.h
8.45
KB
-rw-r--r--
tar.c
43.46
KB
-rw-r--r--
tar.h
3.89
KB
-rw-r--r--
util.c
54.35
KB
-rw-r--r--
zip.c
52.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gdbhelp
define ___pharglobals if basic_functions_module.zts set $tsrm_ls = ts_resource_ex(0, 0) set $pharglobals = ((zend_phar_globals) (*((void ***) $tsrm_ls))[phar_globals_id-1]) else set $pharglobals = phar_globals end end define ____print_pharht set $ht = $arg0 set $p = $ht.pListHead while $p != 0 set $i = $ind while $i > 0 printf " " set $i = $i - 1 end set $temp = *(phar_archive_data*)$p->pDataPtr ____print_str $temp.fname $temp.fname_len printf " => " if $arg1 == 0 printf "%i (alias ", $temp.refcount ____print_str $temp.alias $temp.alias_len printf ")\n" end set $p = $p->pListNext end end define print_phar set $ind = 1 ___pharglobals printf "{" ____print_pharht $pharglobals.phar_fname_map 0 printf "}\n" end document display_phar_globals display phar globals end define display_phar_globals ___pharglobals graph display $phar_globals.$arg0 end define print_pharfp ___pharglobals set $ht = $pharglobals.phar_fname_map set $p = $ht.pListHead set $fpcount = 0 while $p != 0 set $pharname = (*(phar_archive_data*)$p->pDataPtr).fname set $pharrefcount = (*(phar_archive_data*)$p->pDataPtr).refcount if (*(phar_archive_data*)$p->pDataPtr).fp != 0 set $fpcount = $fpcount + 1 printf "phar %s is open (%i)\n", $pharname, $pharrefcount end set $manifest = (*(phar_archive_data*)$p->pDataPtr).manifest set $m = $manifest.pListHead while $m != 0 if (*(phar_entry_info *)$m->pData).fp set $fpcount = $fpcount + 1 set $a = (*(phar_entry_info *)$m->pData).fp_refcount printf "phar %s file %s is open (%i)\n", $pharname, (*(phar_entry_info *)$m->pData).filename, $a end set $m = $m->pListNext end set $p = $p->pListNext end printf "Open file pointers: %d\n", $fpcount end document print_pharfp displays all open file pointers in phar, and the phars plus entries that are open with reference counts end define dump_entry ___pharglobals set $ht = $pharglobals.phar_fname_map set $p = $ht.pListHead set $done = 0 while $p != 0 set $t = (*(phar_archive_data*)$p->pDataPtr) if $t.fname[0] == $arg0[0] || $t.alias[0] == $arg0[0] set $manifest = (*(phar_archive_data*)$p->pDataPtr).manifest set $m = $manifest.pListHead while $m != 0 if (*(phar_entry_info *)$m->pData).filename[0] == $arg1[0] if $argc == 3 output *((phar_entry_info *)$m->pData)->fp end if $argc == 2 output *(phar_entry_info *)$m->pData end printf "\n" set $done = 1 loop_break end set $m = $m->pListNext end end if $done == 1 loop_break end set $p = $p->pListNext end end document dump_entry dump_entry "pharname"|"pharalias" "filename" [1] display phar_entry_info for a file within a phar. If the optional third param is passed in, displays the php_stream that is the file's fp end
Close