k0imet / BruteSSH

A simple tool in python for SSH bruteforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BruteSSH

A simple tool in python for SSH bruteforce

😄 Useful in CTF environments.

Usage

 ____             _       ____ ____  _   _ 
| __ ) _ __ _   _| |_ ___/ ___/ ___|| | | |
|  _ \| '__| | | | __/ _ \___ \___ \| |_| |
| |_) | |  | |_| | ||  __/___) |__) |  _  |
|____/|_|   \__,_|\__\___|____/____/|_| |_|
                                           

usage: BruteSSH.py [-h] -t TARGET_HOST [-p PORT] -U USERNAME_LIST -P
                    PASSWORD_LIST
BruteSSH2.py: error: the following arguments are required: -t/--target-host, -U/--username-list, -P/--password-list

About

A simple tool in python for SSH bruteforce


Languages

Language:Python 100.0%