Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 3.144.1.19 | Time @ Server : 19 Oct 2024 05:23:04
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/sebastian/phpcpd/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/sebastian/phpcpd/build.xml

<?xml version="1.0" encoding="UTF-8"?> <project name="phpcpd" default="setup"> <target name="setup" depends="clean,install-dependencies"/> <target name="clean" description="Cleanup build artifacts"> <delete dir="${basedir}/vendor"/> <delete file="${basedir}/composer.lock"/> <delete> <fileset dir="${basedir}/build"> <include name="**/phpcpd*.phar"/> <include name="**/phpcpd*.phar.asc"/> </fileset> </delete> </target> <target name="install-dependencies" unless="dependencies-installed" depends="-dependencies-installed" 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"/> </exec> </target> <target name="install-tools" unless="tools-installed" depends="-tools-installed" description="Install tools using phive"> <exec executable="phive" taskname="phive"> <arg value="install"/> </exec> </target> <target name="test" depends="install-dependencies,install-tools" description="Run tests with PHPUnit"> <exec executable="${basedir}/tools/phpunit" failonerror="true"/> </target> <target name="signed-phar" description="Create signed PHAR archive of PHPCPD and all its dependencies (release)" depends="phar"> <exec executable="bash" outputproperty="version"> <arg value="-c" /> <arg value="${basedir}/phpcpd --version | awk 'BEGIN { ORS = &quot;&quot;; } {print $2}'" /> </exec> <exec executable="gpg" failonerror="true"> <arg value="--armor" /> <arg value="--detach-sign" /> <arg path="${basedir}/build/phpcpd-${version}.phar" /> </exec> </target> <target name="phar" description="Create PHAR archive of phpcpd and all its dependencies" depends="setup,phar-build"> </target> <target name="phar-build"> <exec executable="bash" outputproperty="version"> <arg value="-c" /> <arg value="${basedir}/phpcpd --version | awk 'BEGIN { ORS = &quot;&quot;; } {print $2}'" /> </exec> <copy todir="${basedir}/build/phar/src"> <fileset dir="${basedir}/src"> <include name="**/*.php" /> </fileset> </copy> <copy todir="${basedir}/build/phar/finder-facade"> <fileset dir="${basedir}/vendor/sebastian/finder-facade/src"> <include name="**/*.php" /> <exclude name="**/autoload.php" /> </fileset> </copy> <copy todir="${basedir}/build/phar/version"> <fileset dir="${basedir}/vendor/sebastian/version/src"> <include name="**/*.php" /> <exclude name="**/autoload.php" /> </fileset> </copy> <copy todir="${basedir}/build/phar/php-timer"> <fileset dir="${basedir}/vendor/phpunit/php-timer/src"> <include name="**/*.php" /> </fileset> </copy> <copy todir="${basedir}/build/phar/symfony"> <fileset dir="${basedir}/vendor/symfony"> <include name="**/*.php" /> <exclude name="**/Tests/**" /> </fileset> </copy> <copy todir="${basedir}/build/phar/fdomdocument"> <fileset dir="${basedir}/vendor/theseer/fdomdocument/src"/> </copy> <exec executable="${basedir}/build/phar-manifest.php" output="${basedir}/build/phar/manifest.txt"/> <exec executable="${basedir}/tools/phpab"> <arg value="--all" /> <arg value="--phar" /> <arg value="--output" /> <arg path="${basedir}/build/phpcpd-${version}.phar" /> <arg value="--template" /> <arg path="${basedir}/build/phar-autoload.php.in" /> <arg value="--indent" /> <arg value=" " /> <arg path="${basedir}/build/phar" /> </exec> <chmod file="${basedir}/build/phpcpd-${version}.phar" perm="ugo+rx"/> <delete dir="${basedir}/build/phar"/> </target> <target name="-dependencies-installed"> <available file="${basedir}/vendor" property="dependencies-installed" type="dir"/> </target> <target name="-tools-installed"> <available file="${basedir}/tools" property="tools-installed" type="dir"/> </target> </project>