Glossary

XSS

XSS (Cross-Site Scripting) is the injection of malicious JavaScript into a page viewed by other users. The script runs in the victim's browser with the current site's privileges: it can steal cookies, capture keystrokes, and make requests on behalf of the user.

Types

Defence