Skip to content

Really simple botnet in python with a connection via SSH. For the connection, the paramiko module is used. You can with this script execute commands on zombie machines (bots).

Notifications You must be signed in to change notification settings

SwordLoveDev/BasicBotnetSSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BasicBotnetSSH

Really simple botnet in python with a connection via SSH. For the connection, the paramiko module is used. You can with this script execute commands on zombie machines (bots).

Requirements

  • You need to install the module python paramiko on your server or machine, to install it type : pip3 install paramiko
  • You need the SSH logins of the server you want to infect at vps..

How used it

  • Sent any command in all bots connected in the botnet.

Example of use (DDOS)

IMAGE ALT TEXT HERE

I clearly specify that I am in no way responsible for your actions and that I offer this tool developed by me for educational purposes only.

About

Really simple botnet in python with a connection via SSH. For the connection, the paramiko module is used. You can with this script execute commands on zombie machines (bots).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages