Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Payload"
From NetSec
(Created page with "A '''payload''' is a piece of code or data that will cause arbitrary actions on part of the vulnerable application. * An XSS payload is written in spec...") |
(No difference)
|
Revision as of 16:05, 28 August 2012
A payload is a piece of code or data that will cause arbitrary actions on part of the vulnerable application.
- An XSS payload is written in specially-crafted HTML or JavaScript.
- A SQL injection payload is usually written in specially-crafted SQL statements.
- A buffer overflow payload is typically specially-crafted machine code otherwise known as shellcode