Cyber Avebgers #BeatTheBug - S7 - Cross Site Scripting

Cyber Avebgers #BeatTheBug - S7 - Cross Site Scripting

1st Grade

6 Qs

quiz-placeholder

Similar activities

ISTQB: Reinforcement Test

ISTQB: Reinforcement Test

1st - 3rd Grade

10 Qs

Hiaringu1

Hiaringu1

1st - 5th Grade

10 Qs

M-STEP 1

M-STEP 1

1st Grade

10 Qs

Ag. Apps Comp 4.04

Ag. Apps Comp 4.04

KG - University

5 Qs

Fundamental Concepts of OOP with Answers

Fundamental Concepts of OOP with Answers

1st Grade

5 Qs

Ham Radio Technician Questions Till 2022 Set T8C

Ham Radio Technician Questions Till 2022 Set T8C

KG - Professional Development

11 Qs

Cyber Avebgers #BeatTheBug - S7 - Cross Site Scripting

Cyber Avebgers #BeatTheBug - S7 - Cross Site Scripting

Assessment

Quiz

Specialty

1st Grade

Medium

Created by

G3C Team

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XSS is:

Injection of commands

Injection parameters

Injection of scripts

All of the above

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following languages are associated with cross-site scripting? [Multiple Choice]

HTML

SQL

XSLT

JavaScript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attack can execute scripts in the user’s browser and is capable of hijacking user sessions, defacing websites or redirecting the user to malicious sites?

SQL Injection

Malware Uploading

Man in the middle

Cross site scripting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<script>document.write("Site is at: " + document.location.href + "."); </script>


This may lead to:

All types of XSS

Stored XSS

Reflected XSS

DOM based XSS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XSS can be exploited by tampering parameters in GET request

TRUE

FALSE

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the right options to mitigate XSS Vulnerability. [Multiple Choice]

Context based encoding untrusted input

HTML Encoding untrusted input

Sanitizing user input

None of the above