Professional
AI Prompt Fuzzer is a Burp Suite extension designed to help security professionals test AI-based applications for prompt injection vulnerabilities. With the rapid rise of large language models (LLMs) in sensitive contexts such as customer support, content generation, and automated decision-making, traditional tools often fall short in detecting LLM-specific security issues. This extension fills that gap by automating prompt fuzzing against AI APIs using customizable payloads, helping identify abnormal or unsafe model behavior.
The tool sends predefined prompts to the target API and flags responses that contain specified validation strings, indicating a potential vulnerability or misbehavior. It handles challenges unique to LLMs, such as non-deterministic responses, by recommending strategies like asking the model to echo specific phrases when accepting a prompt.
[PLACEHOLDER]
) in the desired location of the request where payloads will be injected.Payloads should be formatted as follows:
<?xml version="1.0" encoding="UTF-8"?>
<payloads>
<payload>
<inject>payload string - must ask the AI/LLM to respond with "specific text"</inject>
<validate>specific text</validate>
</payload>
</payloads>
Ensure any XML special characters in payloads are escaped properly (e.g., ", ', <, >, &).
Author |
Author
Mohamed Idris |
---|---|
Version |
Version
1.1.0 |
Rating |
Rating |
Popularity |
Popularity |
Last updated |
Last updated
03 April 2025 |
Estimated system impact |
Estimated system impact
Overall impact: Empty
Memory
Empty
CPU
Empty
General
Empty
Scanner
Empty
|
You can install BApps directly within Burp, via the BApp Store feature in the Burp Extender tool. You can also download them from here, for offline installation into Burp.
|
You can view the source code for all BApp Store extensions on our GitHub page. |
|
Follow @BApp_Store on Twitter to receive notifications of all BApp releases and updates. |
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.