adrpino / sshackle

SSH bruteforcer with Tor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sshackle

(pronounced like shackle).

Ssh bruteforcer implemented in Go, with tunelling requests through Tor. It attempts to connect to a list of IP addresses with a list of passwords, trying all combinations. These requests are made concurrently :3.

It only works for Password Authentication.

To run, you'll need to have Tor installed running on your local network.

Installation

go get github.com/adrpino/sshackle

Usage

sshackle --pass passfile --ip ipfile

About

SSH bruteforcer with Tor


Languages

Language:Go 100.0%