Skip to main content

Posts

Showing posts with the label Bypass Symlink 100%

Bypass Symlink 100%

              Bypass Symlink 100% Hello my friends today i will explain how to bypass any server even the security is 100000000% ^_^ so this method is private but i decided to make it public ^_^ So no need ".htaccess" or "ini.php" or "php.ini" to bypass ^_^ First let me explain some tricks °_° We know that php use html code , It's a language that can be executed in the command line So in linux System the users privilege can execute many command in php and we can bypass the configuration ^_^. As we know in the cpanel server we have an option called "cron job" in the control panel to execute many commands. For example let's make a file called file.php CODE: <?php phpinfo(); ?> Secondly Go to the cpanel in the server and select "cron job" and add this command : /usr/local/bin/php -d open_basedir= /home/user/public_html/file.php As you can see : "/usr/local/bin/php"  It's the command line in php for th...