Web applications don't talk with front-end and database only anymore. They increasingly often talk with each other. In order not to get ...
HomePosts filed under security
Showing posts with label security. Show all posts
Showing posts with label security. Show all posts
Friday, October 12, 2018
Monday, August 12, 2013
How to block hackers from scanning your website using htaccess file
✔
FreeScriptHost
August 12, 2013
You can use mod_rewrite to block hackers from scanning your site with various security scanners like sqlmap, Openvas .... tools. Paste this ...
Sunday, July 7, 2013
Best practices for setting a password
✔
FreeScriptHost
July 07, 2013
Make sure you create a unique password to help keep someone from breaking in to your account. Here are a few tips for creating your password...
Tuesday, February 5, 2013
How to prevent session hijacking on PHP
✔
FreeScriptHost
February 05, 2013
Using SSL is the best solution to encrypt all http requests, but when it's not a possibility, you can store IP's address along with ...
Friday, January 25, 2013
How to secure HTML hidden input fields
✔
FreeScriptHost
January 25, 2013
A hacker can access hidden fields just as easily as querystring values by using an intercepting proxy (or any number of tools). I dont thin...