shell bypass 403

GrazzMean Shell

Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.216.203
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : build.xml
<?xml version="1.0" encoding="UTF-8"?>
<project name="PHP-CryptLib" default="build-lite" basedir="../">
    <property file="build/build.properties" />
	<import file="${path.build}/phing/document.xml" />
	<import file="${path.build}/phing/package.xml" />
	<import file="${path.build}/phing/quality.xml" />
	<import file="${path.build}/phing/test.xml" />

    <target name="clean">
        <delete dir="${path.results}" />
		<mkdir dir="${path.results}" />
        <mkdir dir="${path.results}/logs" />
    </target>

    <target name="build">
		<phingcall target="clean" />
		<phingcall target="test" />
		<phingcall target="quality" />
		<phingcall target="document" />
		<phingcall target="package" />
	</target>

    <target name="build-lite">
		<phingcall target="clean" />
		<phingcall target="test-lite" />
		<phingcall target="quality-lite" />
	</target>

</project>
© 2026 GrazzMean