InterviewSolution
Saved Bookmarks
| 1. |
What Is An Injection Attack? |
|
Answer» SQL injection attacks are attempts by malicious users to access or alter DATABASE information available only to the WEB application. XPath injection attacks are attempts to access or alter XML data. ATTACKERS alter user-submitted requests to do the following:
SQL injection attacks are attempts by malicious users to access or alter database information available only to the web application. XPath injection attacks are attempts to access or alter XML data. Attackers alter user-submitted requests to do the following: |
|