Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openssh Portable | 2,521 | 3 days ago | 118 | other | C | |||||
Portable OpenSSH | ||||||||||
Jungle | 844 | 2 | 5 years ago | 32 | December 11, 2016 | 6 | mit | Python | ||
AWS operations by cli should be simpler | ||||||||||
Sshw | 744 | 5 months ago | 10 | March 11, 2019 | 4 | mit | Go | |||
🐝 ssh client wrapper for automatic login | ||||||||||
Login With Ssh | 728 | 8 years ago | 4 | JavaScript | ||||||
An experiment to authenticate web sessions with SSH - http://demo-ssh.32b6.com | ||||||||||
Autossh | 267 | 4 years ago | 8 | Shell | ||||||
Password-free automatic login SSH(免密登陆SSH) | ||||||||||
Sshheatmap | 262 | a year ago | 1 | mit | Python | |||||
Generates a heatmap of IP's that made failed SSH login attempts. | ||||||||||
Autossh | 215 | 4 years ago | 5 | mit | Go | |||||
No password ssh client for Mac/Linux, one key login remote server. 一个SSH远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal SSH无法保存密码的不足。 | ||||||||||
Chef Ssh Hardening | 153 | a month ago | 13 | apache-2.0 | Ruby | |||||
This chef cookbook provides secure ssh-client and ssh-server configurations. | ||||||||||
Ssh Login Alert Telegram | 151 | 3 years ago | n,ull | gpl-3.0 | Shell | |||||
Recieive telegram notfications when user connect to a server | ||||||||||
Sshprank | 124 | a year ago | 10 | Python | ||||||
A fast SSH mass-scanner, login cracker and banner grabber tool using the python-masscan and shodan module. |
The ssh-putty-brute.ps1 is a wrapper script which uses PuTTY clients (either putty.exe or plink.exe) to perform SSH login bruteforce attacks.
See the main article for detailed description: https://www.infosecmatter.com/ssh-brute-force-attack-tool-using-putty-plink-ssh-putty-brute-ps1/
The tool requires either putty.exe or plink.exe executables in the PATH or in the current working directory.
Here's how to use this tool:
import-module .\ssh-putty-brute.ps1
# Usage:
ssh-putty-brute [-h ip|ips.txt] [-p port] [-u user|users.txt] [-pw pass|pwdlist.txt]
# Examples:
ssh-putty-brute -h 10.10.5.11 -p 22 -u root -pw P@ssw0rd
ssh-putty-brute -h 10.10.5.11 -p 22 -u root -pw (Get-Content .\pwdlist.txt)
SSH login attack against a single target:
SSH password spraying accross the network:
Hunting for default SSH credentials:
For more information, visit: https://www.infosecmatter.com/ssh-brute-force-attack-tool-using-putty-plink-ssh-putty-brute-ps1/