Cybersecurity Quiz: 5.17 Labs

Cybersecurity Quiz: 5.17 Labs

11th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Science Very Hard

Computer Science Very Hard

1st - 12th Grade

10 Qs

Quiz 1 SQL

Quiz 1 SQL

11th Grade

10 Qs

JavaScript Chapter 11 uCertify Test

JavaScript Chapter 11 uCertify Test

9th - 12th Grade

15 Qs

2.3.1 Cyber Securing Ecommerce Data

2.3.1 Cyber Securing Ecommerce Data

9th - 12th Grade

12 Qs

Basis Data XI

Basis Data XI

11th Grade

15 Qs

Uji Pengetahuan Keamanan Jaringan

Uji Pengetahuan Keamanan Jaringan

11th Grade

15 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

SQL Server Quiz

SQL Server Quiz

11th Grade

15 Qs

Cybersecurity Quiz: 5.17 Labs

Cybersecurity Quiz: 5.17 Labs

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Michael Goddard

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cross-Site Scripting (XSS) is a type of web vulnerability that allows attackers to inject malicious scripts into webpages. What is the purpose of using the following JavaScript code in an XSS attack?

<script>alert("Hacked!")</script>

To display an alert to test for XSS vulnerabilities

To modify the database structure

To gain administrator access to a system

To perform a brute force attack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In XSS Tier 1 (Juice Shop Lab), why was the following code injected into the search bar?

<iframe src="javascript:alert('XSS')">

To test if the website allows script execution

To log in as an administrator

To delete the website’s database

To change the website's background

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What security setting had to be lowered in DVWA before performing XSS attacks?

Firewall settings

User privileges

DVWA security level

JavaScript permissions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL Injection (Juice Shop) lab, what did the following SQL statement allow a user to do?

' OR TRUE --

Display all products in the store

Bypass login authentication and access an account

Insert new records into the database

Encrypt the database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is an SQL injection attack dangerous for a database?

It can allow an attacker to execute arbitrary SQL commands

It slows down the server temporarily

It only affects front-end website performance

It is only possible with administrator privileges

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During the DVWA SQL Injection lab, entering 1' OR 1=1 in the User ID field resulted in:

An error message

Access to the admin account

Displaying all users in the database

Locking the account due to failed login attempts

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the XSS DVWA lab, why did unchecking the HttpOnly flag in the PHPSESSID cookie make the website more vulnerable?

It allowed attackers to see session IDs using JavaScript

It disabled encryption on the webpage

It enabled two-factor authentication bypass

It forced the session to expire immediately

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?