All Projects → Bialomazur → Brutus

Bialomazur / Brutus

Licence: MIT License
Botnet targeting Windows machines written entirely in Python & open source security project.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Brutus

Hack-Utils
Script to facilitate different functions and checks
Stars: ✭ 27 (-27.03%)
Mutual labels:  hacking-tool, ethical-hacking, hacking-tools
Webspoilt
This script will you help to find the information about the website and to help in penetrating testing
Stars: ✭ 34 (-8.11%)
Mutual labels:  hacking-tool, ethical-hacking, hacking-tools
Cheatsheet God
Penetration Testing Reference Bank - OSCP / PTP & PTX Cheatsheet
Stars: ✭ 3,521 (+9416.22%)
Mutual labels:  penetration, pentesting, hacking-tool
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+1181.08%)
Mutual labels:  exploits, pentesting, hacking-tool
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (+21.62%)
Mutual labels:  hacking-tool, hacking-tools
TokenBreaker
JSON RSA to HMAC and None Algorithm Vulnerability POC
Stars: ✭ 51 (+37.84%)
Mutual labels:  hacking-tool, hacking-tools
dorkScanner
A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs.
Stars: ✭ 93 (+151.35%)
Mutual labels:  ethical-hacking, hacking-tools
hide-me
Mac and hostname random changer
Stars: ✭ 33 (-10.81%)
Mutual labels:  hacking-tool, hacking-tools
Foxss-XSS-Penetration-Testing-Tool
Foxss is a simple php based penetration Testing Tool.Currently it will help to find XSS vulnerability in websites.
Stars: ✭ 35 (-5.41%)
Mutual labels:  penetration, hacking-tool
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+1475.68%)
Mutual labels:  botnet, hacking-tool
black-hat-python3-code
🏴‍☠️ tools (py3 version) of Black Hat Python book 🏴‍☠️
Stars: ✭ 51 (+37.84%)
Mutual labels:  hacking-tool, hacking-tools
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+394.59%)
Mutual labels:  hacking-tool, hacking-tools
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+386.49%)
Mutual labels:  hacking-tool, hacking-tools
CVE-2020-5902
exploit code for F5-Big-IP (CVE-2020-5902)
Stars: ✭ 37 (+0%)
Mutual labels:  exploits, hacking-tool
Ultimate-Hacker-Roadmap
Don't know what to focus on to become a Penetration Tester..? This is the BEST roadmap for becoming a modern penetration tester. Everything you need to know to land a paying job, categorized in 5 skill levels.
Stars: ✭ 132 (+256.76%)
Mutual labels:  penetration, ethical-hacking
dora
Find exposed API keys based on RegEx and get exploitation methods for some of keys that are found
Stars: ✭ 229 (+518.92%)
Mutual labels:  exploits, ethical-hacking
TORhunter
Designed to scan and exploit vulnerabilities within Tor hidden services. TORhunter allows most tools to work as normal while resolving .onion
Stars: ✭ 47 (+27.03%)
Mutual labels:  hacking-tool, hacking-tools
cyber-security
Cybersecurity stuff for both the blue team and the red team, mostly red though.
Stars: ✭ 34 (-8.11%)
Mutual labels:  exploits, ethical-hacking
SimpleKeylogger
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows
Stars: ✭ 32 (-13.51%)
Mutual labels:  pentesting, hacking-tool
minipwner
A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
Stars: ✭ 53 (+43.24%)
Mutual labels:  hacking-tool, hacking-tools

Brutus 🗡️

Brutus is a Botnet, written entirely in Python targeting Windows machines.

It gives the attacker control over the victim's machine and enables him to:

  • Stream images over the victim's webcam
  • Stream audio over the victim's microphone
  • Take screenshots of the victim's desktop
  • Run batch commands & receive the output of those
  • Automatically create a backdoor after execution
  • Get the victim's location through the IPv4 address

The Command Line Interface / CLI of Brutus had to be developed manually
because in Python the "input()" - function disables the script from
printing output to the regular CLI when awaiting user input.

The PYQT Framework is used for the creation of the GUI.
Asynchronous TCP-Socket connections are used to transfer data.

It's efficient and enables the script to receive output from infected devices
and send input/commands to those devices at the same time.

Connected users are given an individual ID-Number
over which they can be adressed in the CLI.



Commands

  • Initiate the webcam feed
> ID@webcam feed 

Shortcut

> ID@wf 

Can be ended via

esc



  • Initiate the audio feed
> ID@mic feed 

Shortcut

> ID@mf

Can be ended via

esc



  • Clear the CLI
> clear



  • Display connected devices & their ID, IPv4, location
> show clients

Shortcut

> sc



  • Send bash command
> ID@command



  • Get current IPv4
> get_ip



  • Print text to the Command Line
> echo ...



  • Take Screenshot of the victim's screen
> ID@take screenshot



  • Take Snapshot of the victim's webcam
> ID@take snapshot 



  • Show popup message on victim's machine
> ID@popup 'window title' 'message' 



  • Close the CLI
> exit



New Commands will be added in the near future

Open to Support, Commits and Suggestions!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].