The security of the Web application is divided into a wide variety of situations, which are not intended to introduce all of them, but only some of the common ones.
List of security issues for common Web application security issues: 1, cross-site scripting attacks (CSS or XSS, Cross Site scripting) 2. SQL injection attack (SQL injection) 3, Remote command Execution (code execution, the individual feel that the implementation of coding is not accurate) 4, Directory Traversal (traversal directory) 5. file contains (inclusion) 6. Scripting code exposure (script source code disclosure) 7. Additional carriage return newline character injection of the HTTP request header (CRLF injection/http response splitting) 8, cross-frame script attack (Cross frame scripting) 9. PHP Code injection (PHP injection) 10. XPath Injection 11. Cookie tampering (Cookie manipulation) 12, url redirection (URL redirection) 13, blind Sql/xpath injection for numeric/string inputs 14, Google Hacking
|
cookie tampering (cookie manipulation)