Tag: security

Questions Related to security

Given url – http://www.abc.com/viewpage.jsp?page=catalog&productid=12345 where page parameter indicate a unique page and the productid retrieves pages for a particular product. How would you optimally configure appscan to test this application? Choose 2 answers

  1. Track the page parameter

  2. Set the link limit to 2

  3. Set the redundant path limit to 5

  4. Ignore the productid parameter


Correct Option: A,D
  1. Appscan could not login to your application

  2. Redundant path limit was set to 55

  3. Link limit was set to 500

  4. Additional servers and domains were not listed properly


Correct Option: A,D
  1. /transfer.asp?fromacct=”account1”&toaccount=”account2”&amount=200.45&trnsactToken=”121431ersw”

  2. /email.jsp&to=”[email protected]”&subject=”hi”

  3. Use https for all secured pages

  4. Use encryption for session cookies


Correct Option: A
  1. Display “Welcome, user!” on the home page

  2. Display only “Welcome” on the home page

  3. Invalidate and destroy the session when user logs out

  4. Use persistent cookies for session management


Correct Option: C
  1. Send 403 return code

  2. Send 302 return code and redirect the user to the home page

  3. Send 404 return code

  4. Send 200 return code


Correct Option: C
  1. Reset password functionality was invoked during the testing

  2. Change password form was submitted by appscan

  3. Somebody changed your password while the scan was running

  4. This is a result of an SQL injection test by appscan


Correct Option: B
  1. Somebody put those files there during the test

  2. Appscan created those files

  3. Third party domain was not excluded from the scan

  4. It’s a result of cross site scripting attack


Correct Option: C