Giter VIP home page Giter VIP logo

brutus's Introduction

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!

brutus's People

Contributors

bialomazur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

brutus's Issues

Linux Port

I remember that the we did something windows specific in the attacker. Right? I haven’t had the time for testing it because I need a windows VM which I haven’t set up yet. And it also would be cool to have a terminal client on Linux. I already have a concept for it there are tow parts one which gets input from the user and than writes the input to a file the other reads the input from the file and executes the commands.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.