1. Hiding Admin Page
Well there is no security in this universe, there is only opportunity. If you are showing your website's admin login page link on your website, it means you are giving opportunity to the hacker.
2. SQL Injection Prevention
Do not allow special characters in login authentication panel, as we all know that SQL strings often have special symbols making a combination of OR and = . Try to have a stored procedure instead of the simple authentication code.
3. Honey Pot Installation
Honey pot can help you to monitor your website traffic and can detect any attack. Hence, as the attacker tries to hack your site, you can take down him/her with the help of honey pot.
4. Dedicated Servers
The best way to secure your site is to host it on a dedicated server where a single computer in a network is reserved for serving the needs of the network. 80% of websites are defaced due to shared server hosting. That is the reason why all government sites are on dedicated servers.
5. False Warning
You can use a fake warning on your login page, something like "We are using transparent proxy server, do not try to hack, otherwise an legal action would be taken". This may seem funny, but it is very effective.
6. Static Site
Try to make your site as static as you can. Make it as a read only site with static HTML pages. Most people do not know that HTML-built websites are the securest websites ever as compared to any other technology.
7. Default Names
Do not name the admin login page as default admin page. Try to have admin login page name in any other language than English.
Well there is no security in this universe, there is only opportunity. If you are showing your website's admin login page link on your website, it means you are giving opportunity to the hacker.
2. SQL Injection Prevention
Do not allow special characters in login authentication panel, as we all know that SQL strings often have special symbols making a combination of OR and = . Try to have a stored procedure instead of the simple authentication code.
3. Honey Pot Installation
Honey pot can help you to monitor your website traffic and can detect any attack. Hence, as the attacker tries to hack your site, you can take down him/her with the help of honey pot.
4. Dedicated Servers
The best way to secure your site is to host it on a dedicated server where a single computer in a network is reserved for serving the needs of the network. 80% of websites are defaced due to shared server hosting. That is the reason why all government sites are on dedicated servers.
5. False Warning
You can use a fake warning on your login page, something like "We are using transparent proxy server, do not try to hack, otherwise an legal action would be taken". This may seem funny, but it is very effective.
6. Static Site
Try to make your site as static as you can. Make it as a read only site with static HTML pages. Most people do not know that HTML-built websites are the securest websites ever as compared to any other technology.
7. Default Names
Do not name the admin login page as default admin page. Try to have admin login page name in any other language than English.
0 comments:
Post a Comment