Tag: security
Questions Related to security
-
DES
-
Triple DES
-
whirpool
-
AES
-
HoneyMonkeys
-
Honeybees
-
HoneyHoney
-
HoneyFix
-
Antivirus
-
A restricted environment in which certain functions are prohibited
-
Worm
-
Backdoor
-
A typo for Cross Site Scripting
-
A new Printing technology from Microsoft
-
A new attack that prints to your internal printers when you visit a website
-
None of these
-
HTTP is stateless, so is SSL. Full SSL handshake needed for each HTTP page.
-
SSL is stateful, only one full handshake for multiple HTTP pages in a session.
-
SSL is security at IP layer. One handshake for one set of source/destination IP address.
-
dont know
-
Displaying “Welcome, “+request.getParameter(“userid”)
-
Displaying “You entered either a wrong user id or password” error message
-
Call stack trace
-
Return error code 404
-
Configure appscan not to test login/logout pages
-
Increase the thread count
-
Decrease the timeout
-
Increase the timeout
-
Add the domain name in the “Additional servers and domains” section in the scan configuration
-
Add 10.1.52.3 in the “Additional servers and domains” section in the scan configuration
-
Put the domain name in the login url
-
Change the application code to reflect the domain name every where
-
Display “Welcome, user!” on the home page
-
Display only “Welcome” on the home page
-
Invalidate and destroy the session when user logs out
-
Use persistent cookies for session management