SQL Injection and Cross Site Scripting- A Primer
SQL injection is a kind of malware attack that seriously exploits a website’s susceptibility to security threats. Typically, chunks of malicious code are inserted into strings and passed over to, say, an instance of SQL server for two reasons- parsing as well as execution. A typical example is Cross-site scripting (XSS) is a typical example […]