wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

LO1 SR

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Encrypting data with SSL will not guarantee the safety of a website, because:

a)

This only protects data between the website and user, not the Web application itself.

b)

This approach ignores the security of the software on the network or Web server.

c)

This only protects data transmitted through port 443.

d)

The encryption used by SSL is not strong.

2.

What is another term for DAST?

a)

White box testing.

b)

Black box testing.

c)

Glass box testing.

d)

Gray box testing.

3.

What type of attack target a website’s method of validating the identity of a user?

a)

Authorization.

b)

Authentication

c)

Identity attack.

d)

client-side attack.

4.

Which HTTP method sends data to the server?

a)

GET

b)

POST

c)

PUT

d)

SEND

5.

A hacker enters the following script into the search box or an entry form: <Script>’t

Worked”</Script>. The hacker then clicks the search button and a pop-up window appears stating It Worked. What you conclude from this?

a)

The site is susceptible to buffer overflow

b)

The site is susceptible to SQL injection

c)

The site is susceptible to parameter tampering

d)

The site is susceptible to XSS

6.

In electronic authentication, which of the following controls is effective against cross-site scripting (XSS) vulnerabilities?

a)

Sanitize inputs to make them non executable.

b)

Insert random data into any linked uniform resource locator

c)

Insert random data into a hidden field

d)

Use a per-session shared secret

7.

CSRF stands for

a)

Cross State Request Forgery.

b)

Cross Site Reply Forgery.

c)

Cross Site Request Forgery.

d)

Cross State Reply Forgery.

8.

Select a correct answer on how to protest a website from becoming the victim of CSRF attack.

a)

Insert sequence tokens in to the forms and URLs used in transactions.

b)

Use only post method while sending sensitive data to web server

c)

Don’t set up external verification mechanism.

d)

Restrict checking user authentication.

9.

Which is not considered as a weak authentication?

a)

Allowing single words like names as password.

b)

Allowing multiple login attempt for invalid login.

c)

Keeping birthday as password.

d)

Not allowing users to use the previous password.

10.

What is session hijacking?

a)

It is an attackers steals a web session through session ID of victim

b)

A well-managed session ID is called session hijacking.

c)

Storing the sensitive information in the cookies is called session hijacking.

d)

Displaying the session ID in the browser is called session hijacking