Переадресация при открытии страницы админки

Тема в разделе "Ошибки при работе с Joomla", создана пользователем KiLLaTiV, 13.03.2017.

  1. Offline

    KiLLaTiV Недавно здесь

    Регистрация:
    13.03.2017
    Сообщения:
    4
    Симпатии:
    0
    Пол:
    Мужской
    Добрый день. При переходе на страницу http://сайт/administrator/
    Появляется вход в административный раздел. не успев ввести ни логин, ни пароль, меня перебрасывает на сторонний сайт - http://findingresult.com/?pid=9PO98WX.... Как это устранить? Где искать?
    Заранее спасибо!
     
  2.  
  3. OlegK
    Offline

    OlegK Russian Joomla! Team Команда форума ⇒ Профи ⇐

    Регистрация:
    17.01.2011
    Сообщения:
    7 813
    Симпатии:
    771
    Пол:
    Мужской
    .htaccess
     
  4. Offline

    KiLLaTiV Недавно здесь

    Регистрация:
    13.03.2017
    Сообщения:
    4
    Симпатии:
    0
    Пол:
    Мужской
    Выглядит вот так.

    Код (CODE):
    1. ##  Can be commented out if causes errors, see notes above.
    2. Options +FollowSymLinks
    3.  
    4. #
    5. #  mod_rewrite in use
    6.  
    7. RewriteEngine on
    8.  
    9. ########## Begin - Rewrite rules to block out some common exploits
    10. ## If you experience problems on your site block out the operations listed below
    11. ## This attempts to block the most common type of exploit `attempts` to Joomla!
    12. #
    13. ## Deny access to extension xml files (uncomment out to activate)
    14. #<Files ~ "\.xml$">
    15. #Order allow,deny
    16. #Deny from all
    17. #Satisfy all
    18. #</Files>
    19. ## End of deny access to extension xml files
    20. # Block out any script trying to set a mosConfig value through the URL
    21. RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    22. # Block out any script trying to base64_encode data within the URL
    23. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    24. # Block out any script that includes a <script> tag in URL
    25. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    26. # Block out any script trying to set a PHP GLOBALS variable via URL
    27. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    28. # Block out any script trying to modify a _REQUEST variable via URL
    29. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    30. # Return 403 Forbidden header and show the content of the root homepage
    31. RewriteRule .* index.php [F]
    32. #
    33. ########## End - Rewrite rules to block out some common exploits
    34.  
    35.  
    36. ########## Begin - Custom redirects
    37. #
    38. # If you need to redirect some pages, or set a canonical non-www to
    39. # www redirect (or vice versa), place that code here. Ensure those
    40. # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    41. #
    42. ########## End - Custom redirects
    43.  
    44.  
    45. #  Uncomment following line if your webserver's URL
    46. #  is not directly related to physical file paths.
    47. #  Update Your Joomla! Directory (just / for root)
    48.  
    49. # RewriteBase /
    50.  
    51.  
    52. ########## Begin - Joomla! core SEF Section
    53. #RewriteRule ^logs/(.*)$ /templates/system/css/css/$1 [L]
    54. #
    55. #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    56. #
    57. # If the requested path and file is not /index.php and the request
    58. # has not already been internally rewritten to the index.php script
    59. RewriteCond %{REQUEST_URI} !^/index\.php
    60. # and the request is for root, or for an extensionless URL, or the
    61. # requested URL ends with one of the listed extensions
    62. RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC]
    63. # and the requested path and file doesn't directly match a physical file
    64. RewriteCond %{REQUEST_FILENAME} !-f
    65. # and the requested path and file doesn't directly match a physical folder
    66. RewriteCond %{REQUEST_FILENAME} !-d
    67. # internally rewrite the request to the index.php script
    68. RewriteRule .* index.php [L]
    69. #
    70. ########## End - Joomla! core SEF Section
    71. Redirect /foto http://сайт/components/com_virtuemart/shop_image/product
     
  5. OlegK
    Offline

    OlegK Russian Joomla! Team Команда форума ⇒ Профи ⇐

    Регистрация:
    17.01.2011
    Сообщения:
    7 813
    Симпатии:
    771
    Пол:
    Мужской
    Один ? Версии Джумла и Вирта актуальны ?
     
  6. Offline

    KiLLaTiV Недавно здесь

    Регистрация:
    13.03.2017
    Сообщения:
    4
    Симпатии:
    0
    Пол:
    Мужской
    Версия Joomla 1.5.2
    Вирта не актуальна
     
  7. OlegK
    Offline

    OlegK Russian Joomla! Team Команда форума ⇒ Профи ⇐

    Регистрация:
    17.01.2011
    Сообщения:
    7 813
    Симпатии:
    771
    Пол:
    Мужской
    А есть такая версия Джумла ? Нужно искать вирус и обновлять до последних версий линейки 1.5.26/1.1.9
    Это если еще нет редактора с уязвимостью JCE, XMap , etc
     
  8. Offline

    KiLLaTiV Недавно здесь

    Регистрация:
    13.03.2017
    Сообщения:
    4
    Симпатии:
    0
    Пол:
    Мужской
    1.5.26 прошу прощения.
    Редактор JCE есть на сайте.
     
  9. Asylum
    Offline

    Asylum Местный => Cпециалист <=

    Регистрация:
    09.02.2007
    Сообщения:
    2 744
    Симпатии:
    160
    Пол:
    Мужской
    В старых версиях JCE была уязвимость, если залить один скрипт, то потом их можно загрузить целую охапку, на любой вкус
     
  10. Offline

    o_fedor Недавно здесь

    Регистрация:
    18.03.2014
    Сообщения:
    19
    Симпатии:
    0
    Пол:
    Мужской
    адрес сайта в студию...
     

Поделиться этой страницей

Загрузка...