AKTU : 9 Computer System Security Quiz answer
AKTU : 9 Computer System Security Quiz answer
QUESTION:1- Which of the following is correct for CSRF attack ?
- It tricks user to send malicious request to server.
- Cookie can be used in CSRF attack
- Both 1 and 2
- None of the mentioned above
QUESTION:2- One of the ways to prevent CSRF attack is that you should use _____ validation.
- Referrer
- CSRF token
- browser
- Both 1 and 2
QUESTION:3- Some of the vulnerability of a websites is/are ?
- SQL Injection
- CSRF
- Cross Side Scripting
- All of the above
QUESTION:4- ________ is a attack in which the script is stored permanently on server.
- Stored XSS
- Reflected XSS
- DOM based attack
- All of the above
QUESTION:5- Which of the following is true for DOM-based XSS attack ?
- Set the Http Only flag in cookies
- Ensure that session IDs are not exposed in a URL
- payload can not be found in response
- None of the above

Comments
Post a Comment