Cybersecurity Quiz: 5.17 Labs

Cybersecurity Quiz: 5.17 Labs

11th Grade

10 Qs

quiz-placeholder

Similar activities

SQL Queries 6

SQL Queries 6

11th - 12th Grade

10 Qs

Basis Data XI ~ SQL Dasar-Mengelola Tabel

Basis Data XI ~ SQL Dasar-Mengelola Tabel

11th Grade

15 Qs

Latihan Soal Assesmen Sumatif

Latihan Soal Assesmen Sumatif

11th Grade

10 Qs

AZ-900 Modulo 2

AZ-900 Modulo 2

KG - Professional Development

14 Qs

Database fundamentals III

Database fundamentals III

11th Grade

8 Qs

Database Security Quiz

Database Security Quiz

11th Grade

15 Qs

Linux-2 Quiz 2 -- LAMP

Linux-2 Quiz 2 -- LAMP

1st - 12th Grade

15 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

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?