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

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

8 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

8 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

8 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

8 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

9 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

12 hours ago