Skip to content

pH-T/brutessh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brutessh

SSH bruteforcer written in Go

Building

go build brutessh.go

Usage

$> brutessh -h                                                                
CAUTION: |worker-count| <= |passwords|
Usage of brutessh:
  -count int
    	Amount of worker working concurrently (default 5)
  -file string
    	File with passwords
  -ip string
    	IP of the SSH server
  -port string
    	Port of the SSH server (default "22")
  -timeout int
    	Timeout per connection in seconds (default 5)
  -user string
    	SSH user to bruteforce
exit status 2

Why

To learn about context, channels, synchro, ...