Cybersecurity Quiz: 5.17 Labs

Cybersecurity Quiz: 5.17 Labs

11th Grade

10 Qs

quiz-placeholder

Similar activities

Database

Database

8th - 12th Grade

10 Qs

SQL

SQL

10th - 12th Grade

11 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

JavaScript Cert Prep

JavaScript Cert Prep

9th - 12th Grade

10 Qs

DATABASE SERVER

DATABASE SERVER

11th Grade

15 Qs

GCSE 2.2 SQL

GCSE 2.2 SQL

9th - 11th Grade

12 Qs

POST TEST BASIS DATA KELAS 11

POST TEST BASIS DATA KELAS 11

11th Grade

10 Qs

gr11-website design

gr11-website design

11th Grade

10 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?