Categories: Kali Linux

BurpSuite Extension Ruby : Template to speed up building a Burp Extension using Ruby

Due the lake of examples and implementations of BurpSuite Extension Ruby, we have decided to make it easy for all rubyists to have a confident and quick start to build useful extension for InfoSec community.

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.

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.

Also ReadMalwareCMDMonitor – Shows Command Lines Used By Latest Instances Analyzed On Hybrid-Analysis

BurpSuite Extension Ruby

Burp GUI

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

Resources

  • Customizing Burp Suite – Getting the Most out of Burp Extensions [ Link ]
  • Google dork: burp extension site:github.com

R K

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

5 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

5 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

2 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

3 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago