Payloads
Motivation
Usually when probing some functionality, we re-use payloads and see how the app is behaving. Commonly used payloads are saved somewhere, like GitHub repo, Obsedian, etc.
But when payloads are used to try and sniff out BlindXSS for example, we need a server to listen on any interaction. Simple find and replace to target the desired server can do the trick, but that functionality is easy enough, so it can be part of the platform. And especially if you have a server registered on the app, you easily jump to payloads, modify variables and copy it!
Example how to use payloads
Payloads are grouped, so you have an organized however you feel appropriate.
When you create a payload group, you can open it. Each payload group consists of two parts:
- Variables
- Payloads
Now here is the interesting part. Variables are used to specify a value that you want, that will be replaced when you click the Replace variables and copy.