Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 975 Bytes

File metadata and controls

18 lines (12 loc) · 975 Bytes

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.