‘Website Security’ Category

File uploader is always a point for a hacker where he/she can hack your website by uploading a malicious script file on your server if you do not have put the proper validation into the server side code. If a hacker is able to upload his script on to your server then he can easily  [ Read More ]

SQL Injection is the most common and dangerous security issue these days where a person can 1) Get data from your database 2) Add Malicious script in your database 3) Get access to your site 4) Delete tables from your database 5) Manipulate your database Why SQL Injection occurs SQL injection occurs because your web  [ Read More ]