Skip to content

vlad-s/gofindssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gofindssh is a simple tool for bruteforcing password authentication in ssh

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages