This script can send command to a list of ssh server written in python3.
You need to add bot in the script by yourself.
python3 ssh_botnet.py
Add bot:
Line 48:
add_client('host', 'username', 'password')
Sometimes it will occur some bugs like:
AttributeError: 'NoneType' object has no attribute 'sendline'