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
BoomER — Framework for exploiting local vulnerabilities | Kitploit
Tools/GitHubGitHub/josue87/boomer
Penetration Testing FrameworksPrivilege EscalationExploit FrameworksVulnerability AnalysisInformation GatheringPost-Exploitation
GitHubjosue87/boomer

BoomER

Framework for exploiting local vulnerabilities

View Repository
83242 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

BoomER

BoomER is an open source framework, developed in Python. The tool is focused on post-exploitation, with a main objective, the detection and exploitation of local vulnerabilities, as well as the collection of information from a system, such as the installed applications they have.

The framework allows the extension by third parties, through the development of modules, for it the developers must follow certain guidelines, among which the following stand out:

• Type of inheritance

• Methods or functions to be implemented

• Required or new parameters

• Module name

• Location of the module within the framework

We wanted to give the tool a relationship with Metasploit, as it is the reference framework for pentesters, so from BoomER it is possible to open sessions in Metasploit.

To use BoomER, you should use command line, it is very similar to the tools that currently exist for the detection and exploitation of vulnerabilities, which helps to reduce the learning curve.

An example for DLL injection:

Alt text

Our own meterpreter (based on Metasploit):

Alt text

Example Videos

Metasploit + BoomER - Linux Privilege Escalation

Metasploit + BoomER - Linux Privilege Escalation

Python script + DLL Injection with BoomER

Python script + DLL Injection with BoomER

BoomER - macOS Privilege Escalation

BoomER - macOS Privilege Escalation

Download Tool