lazytools / sshchecker

sshchecker is a fast dedicated ssh brute-forcing tool to check ssh login on the giving IP list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sshchecker

Build Status License contributions welcome

sshchecker is a fast dedicated ssh brute-forcing tool to check ssh login on the giving IP list.

Installation Instruction

From Command Line

▶ go get -u -v github.com/lazytools/sshchecker/cmd/sshchecker

From Github

git clone https://github.com/lazytools/sshchecker.git
cd sshchecker/cmd/sshchecker
go build .
mv sshchecker /usr/local/bin/
sshchecker -h

Usage

▶ cat testfiles/ips.txt | sshchecker -U testfiles/testuser -P testfiles/testpass

Flags

sshchecker -h

License

See License

Creators

sshchecker is made with ❤️  in India 🇮🇳 . See Thanks.md for more details.

About

sshchecker is a fast dedicated ssh brute-forcing tool to check ssh login on the giving IP list.

License:MIT License


Languages

Language:Go 100.0%