What is the key difference between Stored XSS and Reflected XSS?
-
A
Stored XSS affects only the attacker; Reflected XSS affects all users
-
B
Stored XSS persists in the database and executes for every visitor; Reflected XSS only executes for the victim who clicks a crafted link
-
C
Reflected XSS is more dangerous because it cannot be detected
-
D
Stored XSS requires JavaScript to be disabled on the victim's browser