Home

Awesome

Burp Suite Extension | Ruby Templates

What?

This repository is a collection of templates of Burp Suite Extensions, focusing on Burp suite API functionalities and simplifying Java language consuming through JRuby.

Here, we're trying to make it a simple as possible. You Just focus on your idea and save time tons of times searching for examples and extensions.

Why?

Due the lake of examples and implementations of Burp Extension using Ruby, I've decided to make it easy for all rubyists to have a confident and quick start to build useful extension for InfoSec community. This repository with NO doubt will speed up building your Burp Extension using Ruby. This is a part of @Rubyfu (Rubyfu.net) goals of filling the gab of Ruby existence upon InfoSec community.

How?

There are couple of news here, one is good and one is bad:

The good news is, all written extensions whether its written in Java, Ruby or Python are identecally useful resources to you.

The Bad news is, you've to read and understand a bit of Java. And that's the key of the good news though ;)

Note: Some extensions have been supported with animated screenshots for clarity before use.


Extensions / Templates

Burp GUI

ExtensionDescription
send_alert_pure.rbPure implementation of sending messages to Alerts tab
popup_msg_pure.rbPure implementation of popping up a GUI message box
suite_itab_pure.rbPure implementation of Suite Tab (ITab)
editor_tab_pure.rbPure implementation of editor tab (beside request & response tabs)
context_menu_pure.rbPure implementation of context menu (Right-click menu)
suite_itab_subtab.rbPure implementation of Suite Tab and sub-tabs (sub-panels)
suite_itab_subtab_icon.rbPure implementation of Suite Tab and sub-tabs (sub-panels) with icons
context_menu_pure.rbPure implementation of custom menus and sub-menus with some actions
tab_tree.rbImplementation of tab contains a tree of items
--

Burp Functionalities

ExtensionDescription
--
--
--

Contribution

All contributions are welcome. You can contribute by

Start Now

  1. Fork
  2. Clone
  3. Create a new branch
  4. contribute
  5. PR

Resources