Saved Bookmarks
| 1. |
What’s The Difference Between Stored And Reflected Xss? |
|
Answer» Stored is on a static page or pulled from a database and displayed to the USER directly. Reflected comes from the user in the form of a REQUEST (usually constructed by an ATTACKER), and then gets run in the victim’s browser when the RESULTS are returned from the SITE. Stored is on a static page or pulled from a database and displayed to the user directly. Reflected comes from the user in the form of a request (usually constructed by an attacker), and then gets run in the victim’s browser when the results are returned from the site. |
|