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.217.62
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : document.xml
<?xml version="1.0" encoding="UTF-8"?>
<project name="documentation" default="document" basedir="../../">
    <property file="build/build.properties" />
	
	<target name="document">
		<phingcall target="apidocs" />
		<phingcall target="cb" />
	</target>
	
	<target name="apidocs">
		<delete dir="${path.results}/api" />
		<mkdir dir="${path.results}/api" />
        <exec 
			passthru="true"
			command="phpuml 
						&quot;${path.lib}/CryptLib&quot; 
						-f htmlnew 
						-n CryptLib 
						--no-deployment-view 
						-o &quot;${path.results}/api&quot;" 
			/>
    </target>
	
	<target name="cb">
		<delete dir="${path.results}/code-browser" />
		<mkdir dir="${path.results}/code-browser" />
		<mkdir dir="${path.results}/logs" />
        <exec
            command="phpcb 
						--source &quot;${path.lib}&quot; 
						--output &quot;${path.results}/code-browser/&quot; 
						--log &quot;${path.logs}&quot;"
            passthru="true"
            checkreturn="false" />
    </target>
	
</project>
© 2026 GrazzMean