Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
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 /
sdgamatya /
vendor /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
php-parse
33
B
-rw-r--r--
phpunit
620
B
-rw-r--r--
phpunit.bat
117
B
-rw-r--r--
psysh
22
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit
#!/usr/bin/env sh dir=$(d=${0%[/\\]*}; cd "$d"; cd "../phpunit/phpunit" && pwd) # See if we are running in Cygwin by checking for cygpath program if command -v 'cygpath' >/dev/null 2>&1; then # Cygwin paths start with /cygdrive/ which will break windows PHP, # so we need to translate the dir path to windows format. However # we could be using cygwin PHP which does not require this, so we # test if the path to PHP starts with /cygdrive/ rather than /usr/bin if [[ $(which php) == /cygdrive/* ]]; then dir=$(cygpath -m "$dir"); fi fi dir=$(echo $dir | sed 's/ /\ /g') "${dir}/phpunit" "$@"
Close