Tag: security

Questions Related to security

  1. HTTP-ONLY is set

  2. Domain is not set

  3. Expiration is set to one week

  4. Expiration is set to one day


Correct Option: A
  1. The website could be defaced, and database tables could be deleted

  2. Sensitive data could be stolen

  3. A malicious script could be executed, and database tables could be deleted

  4. A malicious script could be executed, and session tokens could be predicted


Correct Option: B
  1. manually test for vulnerabilities

  2. manually log in

  3. manually step through the application

  4. exclude links from the scan


Correct Option: C
  1. Client (Browser)

  2. Database

  3. Web Application

  4. Web Server


Correct Option: A
  1. Group based access control should be implemented to assign permissions to application users

  2. Consistent authorization checking should be performed on all application pages

  3. A set of all allowable actions should be defined for each user role and all other's denied

  4. All failed access authorization requests should be logged to a secure location for review by administrators


Correct Option: C
  1. Hidden tags

  2. Query Strings

  3. Header

  4. Cookies


Correct Option: B