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 /
api.lmsschool /
vendor /
sebastian /
diff /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitignore
82
B
-rw-r--r--
.php_cs.dist
6.51
KB
-rw-r--r--
.travis.yml
427
B
-rw-r--r--
ChangeLog.md
1.56
KB
-rw-r--r--
LICENSE
1.51
KB
-rw-r--r--
README.md
7.27
KB
-rw-r--r--
build.xml
782
B
-rw-r--r--
composer.json
877
B
-rw-r--r--
phpunit.xml
755
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : build.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="diff" default="setup"> <target name="setup" depends="clean,composer"/> <target name="clean" description="Cleanup build artifacts"> <delete dir="${basedir}/vendor"/> <delete file="${basedir}/composer.lock"/> </target> <target name="composer" depends="clean" description="Install dependencies with Composer"> <exec executable="composer" taskname="composer"> <arg value="update"/> <arg value="--no-interaction"/> <arg value="--no-progress"/> <arg value="--no-ansi"/> <arg value="--no-suggest"/> <arg value="--optimize-autoloader"/> <arg value="--prefer-stable"/> </exec> </target> </project>
Close