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
Coming soon :
Requirements
As of today, this software works only on the bramble environment. It may become compatible with others devices powered by kali linux.
Screenshots
The pgrep command in Linux finds the PIDs of running processes based on a name or other…
The unlink command in Linux removes a single file by deleting its directory entry. It is a…
When troubleshooting a network connection or configuring a firewall, the first question is whether a…
The ifconfig command in Linux displays and configures network interfaces. It can assign IP addresses, bring interfaces…
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…