/Web Payload Lab
Explore and transform common web security payloads in a local educational sandbox.
Local processing
This tool processes your input in your browser.
Command Palette
Search for a command to run...
Educational Purpose Only: These payloads are provided for authorized security testing (CTFs, local labs, and penetration tests) to help defenders understand and mitigate vulnerabilities. Do not use them against systems you do not have permission to test.
Original Payload
<script>alert(1)</script>
Encoded Payload
%3Cscript%3Ealert(1)%3C%2Fscript%3E
Related Tools
HTTP Request Builder
Build, inspect, modify and export HTTP requests locally without sending them.
Payload Encoder
Encode and transform security testing payloads locally using a processing pipeline.
Reverse Shell Reference
Reference and study common shell techniques used in authorized security labs and CTFs.
DNS Recon
Analyze DNS information and organize authorized reconnaissance data.