What problem does it solve?
This skill addresses the challenge of quickly generating large numbers of adversarial payloads for security testing, allowing users to create a comprehensive payload corpus for manual testing.
Core Features & Use Cases
- Adversarial Payload Generation: Generate payloads for a variety of attack categories such as XSS, SQL injection, and path traversal.
- Parallel Processing: Use parallel batch mode to generate payloads across multiple attack categories simultaneously.
- Customization: Customize the number of payloads generated per attack category and set a maximum concurrent HTTP requests.
- Use Case: Generate a diverse set of XSS and SQL injection payloads for a new web application under development to ensure security.
Quick Start
Use the jimmy-fuzz skill to generate 10 XSS payloads for a login form with a username parameter by running 'jimmy-fuzz --attack_surface "login form" --attack_types ["xss"] --n 10'.