What does this tool do?
Web Attack Payloads Reference is a searchable, explained payload library for web application testing, organised by category: XSS, SQL injection, LFI/path traversal, command injection, SSTI (template injection), SSRF, XXE and auth/redirect/upload bypasses. Every payload comes with a one-line explanation of what it does and when to use it. Everything runs in your browser, no data is sent to any server, and it is intended for authorised testing only.
How to use it
- Enter your listener IP and port.
- Pick the command or payload that fits your setup.
- Copy it and use it only on systems you are authorized to test.
What it solves
During bug bounty, web pentest and OSCP it is hard to recall the right first-try payloads for every vulnerability class. This reference filters by category, searches fast and explains the intent of each payload, so you know what you are testing instead of copying blindly. Replace the placeholders (URL, file path, command) with values for your own target.
Authorised testing only
These payloads must only be used on systems you have explicit permission to test and that are within scope — unauthorised testing is a crime in most jurisdictions. Be careful with destructive payloads like SQLi and command injection in production, and prefer harmless detection payloads first ('{{7*7}}', a single quote). Follow responsible disclosure principles.
Frequently asked questions
How do I use these payloads?
Pick the relevant category, copy the payload and replace its placeholders (target URL, file path, listener, command) with your own values. Only run them against in-scope targets you are authorised to test.
What is SSTI and how do I detect it?
SSTI (Server-Side Template Injection) happens when user input is passed straight into a template engine (Jinja2, Twig, Freemarker) and often leads to RCE. The classic detection is to inject a math expression: if you submit '{{7*7}}' and the response shows '49', the template is evaluating your input.
What is SSRF and what is the AWS metadata endpoint?
SSRF (Server-Side Request Forgery) forces the server to make a request to an attacker-chosen address, giving access to internal resources. In cloud environments the classic target is the AWS metadata service (169.254.169.254); if IMDSv1 is enabled, temporary IAM credentials can be leaked from it.
Is Web Attack Payloads Reference free?
Yes. Web Attack Payloads Reference and all 300+ tools on MagmaNex are completely free with no signup or account required.
Is my data safe?
Yes. Everything runs locally in your browser. The data you enter is never sent to a server, stored, or shared.
Does it work on mobile?
Yes. Web Attack Payloads Reference works on phones, tablets and desktops — no app download needed.
🔒 Privacy: everything runs in your browser, your data is never sent to a server.
