Which among the below indicate application error
400 return code
500 return code
302 return code
200 return code
During a scan you notice that its running quite slow and there are lot of communication errors in the logs. How would you correct this problem?
Increase the no of threads and increase the timeout
Decrease the no of threads and decrease the timeout
Increase the no of threads and decrease the timeout
Decrease the no of threads and increase the timeout
What kind of testing tool is AppScan?
Black box security testing
White box security testing
Gray box security testing
Blue box security testing
What parameters does Appscan modify when testing a .net webservice?
POST parameters
SOAP parameters
GET parameters
Cookies
Cross site scripting vulnerabilities helps an attacker to do what?
Execute OS commands
Steal user sessions
Execute scripts on the webserver
Manipulate the data in the database
Which among the following do you think will prevent a CSRF attack?
/transfer.asp?fromacct=”account1”&toaccount=”account2”&amount=200.45&trnsactToken=”121431ersw”
/email.jsp&to=”[email protected]”&subject=”hi”
Use https for all secured pages
Use encryption for session cookies
Certain folders in your application contain sensitive data. How would you securely hide their existence within your web application for all users?
Send 403 return code
Send 302 return code and redirect the user to the home page
Send 404 return code
Send 200 return code
What is the best approach to secure a web application?
Use https
Use encryption
Black box testing
Secure coding
Which among the below is an example of information leakage vulnerability
Displaying “Welcome, “+request.getParameter(“userid”)
Displaying “You entered either a wrong user id or password” error message
Call stack trace
Return error code 404
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
Track the page parameter
Set the link limit to 2
Set the redundant path limit to 5
Ignore the productid parameter