Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
bradamsa — Burp Suite extension to generate Intruder payloads using Radamsa | Kitploit
Tools/GitHubGitHub/ikkisoft/bradamsa
Dynamic Analysis (Sandboxing)Payload GenerationVulnerability AnalysisWeb Application ExploitationFuzzingPenetration Testing
GitHubikkisoft/bradamsa

bradamsa

Burp Suite extension to generate Intruder payloads using Radamsa

View Repository
911639 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Bradamsa

Bradamsa is a Burp Suite extension for Radamsa, a well-known fuzzer made by the Oulu University Secure Programming Group. Inspired by burp-radamsa, this plugin allows to generate Intruder payloads using Radamsa.

Download the latest release from HERE.

Mix (B)urp Suite + (Radamsa) and you get crashes!

Bradamsa Tab

Features

  • Java-based plugin using native Burp Suite extension APIs
  • Intruder payloads generator using Radamsa (sniper attack type only)
  • Support for Radamsa v0.3 options
  • Options validation directly from within Burp Suite

Options validation

How To Use It

  1. Install Radamsa from Hatlp GIT or the official Google project page
root@kitploit:~
$ git clone http://haltp.org/git/radamsa.git
$ cd radamsa
$ make
$ sudo make install
root@kitploit:~
$ curl https://ouspg.googlecode.com/files/radamsa-0.3.tar.gz | tar -zxvf - && cd radamsa-0.3 && make && sudo make install && man radamsa
  1. From the Extender tab in Burp Suite, add bradamsa.jar
  2. Open the Bradamsa tab and configure Radamsa. For more details, please refer to the official Radamsa page or type $ radamsa --help in your terminal
  3. Send a request to Burp Intruder
  4. In Payload → Payload Sets → Payload type, select "Extension-generated"
  5. In Payload → Payload Options → Select generator, choose "Bradamsa" from the drop down list
  6. Finish to configure Burp Intruder and start fuzzing

Payload Generator

Download Tool