cross site scripting (xss)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:29 AM on 7/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

cross site scripting meaning

infromation from one site could be share with another

2
New cards

what language does xss use

javascript

3
New cards

cross-site sripting process

attacker sends a link containing a malicious script to a victim

victim clicks link and visits legit site

legit side loads in the victim’s browser and malicious script is also executed

malicious script sends victim’s data to attacker

4
New cards

non persistent (reflected) xss attack

website allows scripts to run in user input like in a search box

5
New cards

persistent (stored) xss attack

attacker posts a message to a social network includingn the malicious payload sp everyone who visits the page will get that code

6
New cards

how to protect against xss

be careful when clicking untrusted links

disable javascript or control with an extension

keep your browser and applications are updated