- Joined
- Jul 10, 2016
- Messages
- 198
- Points
- 18
As a webmaster, it is a total nightmare to face the violation of a website that is under our administration. The basic idea is to make backups periodically so that you can back up at the right time, but without a doubt, this is a tedious task.
Currently there are tools that can help to know the hosting to any person, the web technology that uses, the CMS and data of this. To prevent website crashes, we share 3 helpful tips to protect a website .
1. Keep Platforms and Scripts Updated
Nowadays vulnerabilities have become commonplace in the world of the web. These security flaws are used by computer attackers to take control of the web, and many times this is avoided with something as simple as an update.
As an example, if you are using WordPress on your website , and with some plugins, your web can be broken either by CMS failure or by plugins. Always having the latest versions of your CMS and installed scripts minimizes the risk of a hacking.
2. Install Security Plugins when needed
Once again, I will take as an example the CMS WordPress, I do, since this is one of the most popular content managers currently. In CMS you can find useful plugins to improve the security of websites, such as iThemes Security .
If you are developing a site in HTML, SiteLock insurance will be very useful. SiteLock goes beyond simple blocking, provides daily monitoring for everything from malware detection to identification of active virus scanning vulnerability and more.
3. Adequate Permissions Of Files And Directories
In the Linux operating system, permissions can be viewed as a three-digit code and each digit is an integer between 0 and 7. The first digit represents the permissions for the owner of the file , the second digit represents the permissions for Any person assigned to the group to which the file belongs , and the third digit represents the permissions for all others . The assignments work as follows:
4 is equal to Leer
2 is the same Write
1 is the same Run
0 is equal to no permissions for that user
As an example, take the authorization code "644." In this case, a "6" (or "4 + 2") in the first position gives the file owner the ability to read and write to the file. The "4" in the second and third positions means that both group users and Internet users in general can read the file only, thereby protecting the file from unexpected manipulations.
A good rule of thumb for setting permissions is as follows:
Folders and directories = 755
Individual files = 644
Do you have any easy tips to secure your website from hackers?
Please add below if you have one
Currently there are tools that can help to know the hosting to any person, the web technology that uses, the CMS and data of this. To prevent website crashes, we share 3 helpful tips to protect a website .
1. Keep Platforms and Scripts Updated
Nowadays vulnerabilities have become commonplace in the world of the web. These security flaws are used by computer attackers to take control of the web, and many times this is avoided with something as simple as an update.
As an example, if you are using WordPress on your website , and with some plugins, your web can be broken either by CMS failure or by plugins. Always having the latest versions of your CMS and installed scripts minimizes the risk of a hacking.
2. Install Security Plugins when needed
Once again, I will take as an example the CMS WordPress, I do, since this is one of the most popular content managers currently. In CMS you can find useful plugins to improve the security of websites, such as iThemes Security .
If you are developing a site in HTML, SiteLock insurance will be very useful. SiteLock goes beyond simple blocking, provides daily monitoring for everything from malware detection to identification of active virus scanning vulnerability and more.
3. Adequate Permissions Of Files And Directories
In the Linux operating system, permissions can be viewed as a three-digit code and each digit is an integer between 0 and 7. The first digit represents the permissions for the owner of the file , the second digit represents the permissions for Any person assigned to the group to which the file belongs , and the third digit represents the permissions for all others . The assignments work as follows:
4 is equal to Leer
2 is the same Write
1 is the same Run
0 is equal to no permissions for that user
As an example, take the authorization code "644." In this case, a "6" (or "4 + 2") in the first position gives the file owner the ability to read and write to the file. The "4" in the second and third positions means that both group users and Internet users in general can read the file only, thereby protecting the file from unexpected manipulations.
A good rule of thumb for setting permissions is as follows:
Folders and directories = 755
Individual files = 644
Do you have any easy tips to secure your website from hackers?
Please add below if you have one