
This module aims to protect your administration panel from the Opencart store from attacks.
When thefts discover that your site hosts an opencart platform site, being open source, potential attackers know they need to be firing POST requests to admin with login and password, and there is a likely chance they can invade by brute force method , but to prevent only by the username you are not guaranteeing that the attacker stops, because they often have many different ip's and from different countries.
Then this module will protect you from this attack by adding the attempted invasion logins to a blacklist, as well as the source ip.
This module will only work on linux servers, and with use of .htaccess file
Attention!!! If you block your own IP, or your user, you need to remove the user and IP from the list, and also remove your ip from the .htaccess file
To remove your ip from the blacklist run the following sql command in your database:
DELETE FROM oc_block_ip WHERE ip = '10 .1.1.1 '
** oc_ = your table name prefix
** 10.1.1.1 = ip you want to remove from the list
=================================================================================
Este módulo visa proteger de ataques o seu painel de administração da loja Opencart.
Quando robos descobrem que seu site hospeda um site da plataforma opencart, por ser código aberto, os possíveis invasores sabem que precisam ficar disparando requisições POST para o admin, com login e senha, e há uma chance provável de conseguirem invadir pelo método de força bruta, mas previnir apenas pelo nome de usuário você não está garantindo que invasor pare, porque muitas vezes eles possuem muitos ip's diferentes e de países diferentes.
Então este módulo vai proteger você deste ataque adicionando os logins de tentativa de invasão em uma lista negra, como também o ip de origem.
Este módulo só vai funcionar em servidores linux, e com uso do arquivo .htaccess
Atenção!!! Caso você bloqueie o seu próprio IP, ou seu usuário, você precisa remover o usuário e IP da lista, e também remover o seu ip do arquivo .htaccess
Para remover o seu ip da lista negra execute o seguinte comando sql no seu banco de dados:
DELETE FROM oc_block_ip WHERE ip = '10.1.1.1'
** oc_ = seu prefixo de nome das tabelas
** 10.1.1.1 = ip que deseja remover da lista
Login and write down your comment.
Login my OpenCart Account