Bramble : New Hacking Open Source Suite

Bramble software has been designed for the bramble project. It incorporates many features of pentesting and IT Security. It’s easy to use and completely editable.

It allows beginners to learn hacking and gives more experienced users a customisable plug and play hacking tools so they can add their own code quickly.

It is an open source project to which you can contribute ! If you develop some features, don’t be shy and share it with us. We will work together in order to implement it in the platform.

How it works?

It is based mainly on C++. But you can adding easily some code using another language. If you don’t like C++ (that would be a mistake ^^) it doesn’t really matter because i offer some templates to help you and to save your time.

I try to put lots of comments in my code and i add some links to online classes/articles to have a better understanding of how the code works. Finally for each features i wrote a help file to give you information about how to use it step by step.

Currently Work

  • Cryptography
    • Encrypt file
    • Decrypt file
  • Steganography
    • Hide a file in a file
    • Get an hidden file
  • Forensic Tools
    • Restore all deleted files
    • Restore specific type of files
    • Erase permently a file/folder
  • Wifi jammer/deauther
    • Deauth user(s) from a network (connection not required, monitor mode required)
    • Deauth user(s) from your network (connection required, monitor mode not required)
  • Evil twin
    • Fluxion custom version for bramble
  • Key cloner
    • Copy an usb storage to another usb key
    • Copy an usb storage to internal storage
    • Copy only some types of files
  • Gain access
    • Bruteforce ssh
    • Network backdoor
  • Sniffer
    • Unencrypted passwords
    • Website’s names
    • Detect sniffing attack (by arp poisoning)
    • Read a previous report (sniffing, scan, detection)
  • Tools
    • Enable/Disable the web interface
    • Erase permently a file/folder
    • Password generator from file
    • Scan a network
    • ARP scanner
    • Change mac adress
  • Settings
    • Unmount an usb device
    • Display ip adress
    • switch to ligth/classic menu

Coming soon :

  • Wifi Attack
    • Wps attack
  • Fake access point
    • Sniffing
    • Phishing ?
  • Sniffer
    • Password sniffer
    • Website sniffer
    • Custom sniffer

Requirements

As of today, this software works only on the bramble environment. It may become compatible with others devices powered by kali linux.

Screenshots

R K

Recent Posts

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…

1 week 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…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago