What precautions have you taken to stop people hacking your website?
We all know that life can become far more stressful if the website was to get broken into.
Not only would you have to figure out how they did it, but you would have to repair all the damage!
I will explain how you can take steps to stop a hacker from breaking into your website
n most cases, the people that are trying to break into your website are actually not people, they are robots.
These bots are set up to trawl the internet for admin screens and try to log into them.
The most basic of these bots will go to your login screen, set the username to admin and try some of the most common passwords:
- password
- password123
- hello
- hello123
- qwerty
- qwertyuiop
- your name
- company name
First they will crawl the pages www.your-domain.com/author/1, / up to /author/9.
If these pages don’t return a 404 error (page not found), then there is an author set in the database.
They simply take the first name of that author, and try those common passwords with the username set to their first name.
The final (common) method for gaining access to your admin, is by trying to access a file that is known to have issues.More on safe hacking on next Blog
.
No comments:
Post a Comment