Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 630 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 630 Bytes

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, ...