gofindssh

command module
v0.0.0-...-38b98f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2017 License: AGPL-3.0 Imports: 10 Imported by: 0

README

gofindssh

More about this here: https://www.vlads.me/2017/06/29/writing-a-simple-ssh-bruteforcer-in-go/

This tool is part of the learning process of the Go programming language.

It is not made with malicious thoughts, but it's merely a proof of concept of how easy it is to write a bruteforcer.

Always edit /etc/ssh/sshd_config to disable root login and password authentication. If, by any means, your life depends on having password authentication enabled, make sure to use a strong password.

/etc/ssh/sshd_config:

PasswordAuthentication no
PermitRootLogin no
# Or, if you need to be able to login as root, use publickey-based authentication
#PermitRootLogin without-password

How to get

go get -u github.com/vlad-s/gofindssh

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL