Grammar-Based Generation
Generates syntactically valid payloads from production rules using context-free grammar, not random strings. Produces realistic attack vectors for comprehensive security testing.
Grammar-based fuzzing payloads for comprehensive security testing. XSS available now with 469 active vectors across 28 categories. SQL, Command, and NoSQL injection coming soon.
⚡ Live preview • Payloads rotate every 8 seconds
Comprehensive fuzzing payloads across multiple injection types
Currently showing 8 advanced techniques
Built for professional penetration testers and security researchers
Generates syntactically valid payloads from production rules using context-free grammar, not random strings. Produces realistic attack vectors for comprehensive security testing.
Comprehensive payload generation across multiple injection types. XSS available now with 28 categories (mXSS, CSP bypass, DOM clobbering, etc.). SQL, Command, and NoSQL injection in development.
FastAPI server with parallel generation, rate limiting, and comprehensive documentation.
Generate fuzzing payloads with a single HTTP request. XSS available now, more types coming soon.
curl -X POST https://api-staging.craft.exploit.design/payloads \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key-here" \
-d '{
"count": 10,
"categories": ["csp_bypass", "dom_clobbering"],
"format": "json"
}'
{
"count": 10,
"format": "json",
"payloads": [
{
"payload": "<svg/onload=alert(1)>",
"category": "svg_xss",
"metadata": {...}
},
...
]
}
Secure API key authentication with PostgreSQL-backed key management and expiration
Parallel generation with ThreadPoolExecutor for high throughput
Filter by attack category or get random vectors from all 28 categories