• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Phyton Brutus - Botnet

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,607
Solutions
2
Reputation
32
Reaction score
100,453
Points
2,313
Credits
32,590
‎6 Years of Service‎
 
76%
Becky.png


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.

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top