Archive for the 'Misc.' Category

SQL Injection Attack

SQL injection attack is one of the sinister ways for malicious usrs to exploit and break into your website. This kind of attack results from careless coding and allowing users to input characters such as colon “‘” into their input string, which are then used to extract certain information from the database.
You are at particular [...]