安装:
(sudo) curl -sSfL 'https://git.io/kitabisa-ssb' | sh -s -- -b /usr/local/bin
2、从来源安装,需要安装并配置go1.14 +编译器,然后:
GO111MODULE=on go get ktbs.dev/ssb

用法:
ssb [-p port] [-w wordlist.txt] [-t timeout] [-c concurrent] [-r retries] [-o output] [user@]hostname
选项:
-p port Port to connect to on the remote host (default 22). -w wordlist Path to wordlist file. -t timeout Connection timeout (default 30s). -c concurrent Concurrency/threads level (default 100). -r retries Specify the connection retries (default 1). -o output Save valid password to file. -v Verbose mode.