+38 (096) 026-86-06
Ukraine, Kremenchug, st. Bolshaya naberezhnaya 2G, of. 4
Sign In
RIVERIT
More possibilities
for your business
Services
  • Websites
    • Highload Website
    • Online Store
    • Сorporate Website
    • Landing Page
    • Business Card Website
    • B2B Website
    • Usability Testing
    • Website Technical Support
    • Ready-made Solutions from Bitrix
  • Mobile Applications
    • Mobile app Promotion
    • Mobile app Development
  • Internet Marketing
    • SEO Marketing
    • PPC Marketing
    • SMM Marketing
    • TXT Marketing
    • SERP Marketing
    • EMAIL Marketing
    • Removal of Sanctions
  • Data Scraping
    • Site Parsing
  • Security
    • Website Security Audit
    • Restoring the website after hacking
Projects
  • E-commerce
  • Corporate Sites and Landings
  • Internet services
  • Logos
Products
  • Bitrix Site Manager (CMS)
  • Servers and hosting for business
Company
  • About us
  • Job vacancies
  • News
  • Reviews
  • Partners
  • Licenses and certificates
  • FAQ
  • Technology stack
Blog
Contacts
More
    RIVERIT
    Services
    • Websites
      • Highload Website
      • Online Store
      • Сorporate Website
      • Landing Page
      • Business Card Website
      • B2B Website
      • Usability Testing
      • Website Technical Support
      • Ready-made Solutions from Bitrix
    • Mobile Applications
      • Mobile app Promotion
      • Mobile app Development
    • Internet Marketing
      • SEO Marketing
      • PPC Marketing
      • SMM Marketing
      • TXT Marketing
      • SERP Marketing
      • EMAIL Marketing
      • Removal of Sanctions
    • Data Scraping
      • Site Parsing
    • Security
      • Website Security Audit
      • Restoring the website after hacking
    Projects
    • E-commerce
    • Corporate Sites and Landings
    • Internet services
    • Logos
    Products
    • Bitrix Site Manager (CMS)
    • Servers and hosting for business
    Company
    • About us
    • Job vacancies
    • News
    • Reviews
    • Partners
    • Licenses and certificates
    • FAQ
    • Technology stack
    Blog
    Contacts
    More
      RIVERIT
      0
      • Services
        • Back
        • Services
        • Websites
          • Back
          • Websites
          • Highload Website
          • Online Store
          • Сorporate Website
          • Landing Page
          • Business Card Website
          • B2B Website
          • Usability Testing
          • Website Technical Support
          • Ready-made Solutions from Bitrix
        • Mobile Applications
          • Back
          • Mobile Applications
          • Mobile app Promotion
          • Mobile app Development
        • Internet Marketing
          • Back
          • Internet Marketing
          • SEO Marketing
          • PPC Marketing
          • SMM Marketing
          • TXT Marketing
          • SERP Marketing
          • EMAIL Marketing
          • Removal of Sanctions
        • Data Scraping
          • Back
          • Data Scraping
          • Site Parsing
        • Security
          • Back
          • Security
          • Website Security Audit
          • Restoring the website after hacking
      • Projects
        • Back
        • Projects
        • E-commerce
        • Corporate Sites and Landings
        • Internet services
        • Logos
      • Products
        • Back
        • Products
        • Bitrix Site Manager (CMS)
        • Servers and hosting for business
      • Company
        • Back
        • Company
        • About us
        • Job vacancies
        • News
        • Reviews
        • Partners
        • Licenses and certificates
        • FAQ
        • Technology stack
      • Blog
      • Contacts
      • Personal cabinet
      • Basket0
      • +38 (096) 026-86-06
      Stay connected
      Ukraine, Kremenchug, st. Bolshaya naberezhnaya 2G, of. 4
      [email protected]
      • Facebook
      • Twitter
      • Instagram
      • Telegram
      • YouTube

      Hacking a site on Bitrix

      • Home
      • Blog
      • Security
      • Hacking a site on Bitrix
      • About us
      • Job vacancies
      • News
      • Reviews
      • Partners
      • Licenses and certificates
      • FAQ
      • Technology stack
      Categories
      • Our Services3
      • Security8
      This is interesting
      • What you need to know about cyber attacks in 2023
        What you need to know about cyber attacks in 2023
      • How to protect your website and server from DDoS attacks
        How to protect your website and server from DDoS attacks
      • What should I do if I received DDoS attack threats and ransom demands?
        What should I do if I received DDoS attack threats and ransom demands?
      • How to secure websites created on the 1C-Bitrix platform from mass hacking?
        How to secure websites created on the 1C-Bitrix platform from mass hacking?
      • Website protection on Bitrix: Website management from viruses
        Website protection on Bitrix: Website management from viruses
      • Site Security on Bitrix: Site Management
        Site Security on Bitrix: Site Management
      • Guide to protecting a WordPress site from hacking
        Guide to protecting a WordPress site from hacking

      To protect a website on Bitrix: Management of the website against hacking and backdoors, it is recommended to follow the following tips


      Hacking a Bitrix Site: Site Management - Backdoor in CMS Bitrix

      To protect your Bitrix site from hacking and backdoors, it is recommended to follow these tips:

      • Install all updates and patches provided by 1C-Bitrix developer. They contain fixes for vulnerabilities, including those related to backdoors.
      • Use only licensed versions of 1C-Bitrix to avoid risks associated with using pirated copies.
      • Change default file and folder names to reduce the risks of attackers finding backdoor files.
      • Use complex passwords to access the site's administrative panel. Also, do not use the same passwords for different sites.
      • Configure file and folder access rights on the server. For example, files with confidential information should have limited access.
      • Install antivirus software on the server and regularly check the site for malware.
      • Backup your site data regularly so that you can recover after a hack.
      • By following these recommendations, you can reduce the risks of hacking and backdoors on Bitrix sites.

      If your website on 1C-Bitrix has redirects to suspicious resources, a JavaScript miner, or the website is not functioning properly as before, it is likely that the website has been hacked.

      Hacking a website on 1C-Bitrix often occurs due to the presence of a backdoor in the website's files. A backdoor means the ability to gain administrator privileges without using a login and password, for further destructive actions on the website.

      If you have detected signs of hacking, then you need to first remove all files that were not installed together with CMS Bitrix, as well as files that contain dangerous code. In addition, it is necessary to check for the presence of the following files:

      • bitrix/admin/mobile/new.php
      • bitrix/tools/new.php
      • bitrix/new.php
      • bitrix/settings.php (not to be confused with .settings.php!)
      • bitrix/mobile/settings.php
      • bitrix/mobile/config.php
      • bitrix/tools/settings.php
      • bitrix/tools/config.php

      If these files exist, they need to be deleted immediately as they may contain a backdoor.

      If you have multiple sites on 1C-Bitrix on your server, you can use a command to search for backdoor files. For ISPmanager servers, the command will look like this:

      cd /var/www && find . -maxdepth 5 -type d -name 'bitrix' | cut -d'/' -f2 | sort | uniq | xargs -I{} find ./{}/data/www -type f -name new.php -o -name settings.php | xargs -I{} grep -ilE '(new CUser(|->Authorize()' {}

      Note that the selection may include sites that are located at the standard path for ISPmanager and there may be false positives.

      To prevent 1C-Bitrix website hacking, it is also recommended to:

      • Use only licensed software.
      • Install all updates for the Bitrix CMS and components used on the site.
      • Do not use weak passwords and do not allow the use of the same passwords for different users.
      • Regularly check the site for vulnerabilities and potential security threats.
      • Use additional security tools such as firewalls, antivirus software, etc.

      Share
      Back to list
      • Facebook
      Subscribe to our newsletter and get a competent client course!
      Company
      About us
      Job vacancies
      News
      Reviews
      Partners
      Licenses and certificates
      FAQ
      Technology stack
      Products
      Bitrix Site Manager (CMS)
      Servers and hosting for business
      Services
      Websites
      Mobile Applications
      Internet Marketing
      Data Scraping
      Security
      Projects
      E-commerce
      Corporate Sites and Landings
      Internet services
      Logos
      Our contacts


      +38 (096) 171-32-42
      [email protected]
      Ukraine, Kremenchug, st. Bolshaya naberezhnaya 2G, of. 4
      © 2025 RIVERIT All rights reserved.
      • Facebook
      • Twitter
      • Instagram
      • Telegram
      • YouTube
      0

      Shopping cart

      Your shopping cart is empty

      The fix is simple: select the item you are interested in from the catalog and click the 'Add to Cart' button
      To catalog