Ssh Putty Login Bruteforcer

Turn PuTTY into an SSH login bruteforcing tool.
Alternatives To Ssh Putty Login Bruteforcer
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Openssh Portable2,521
3 days ago118otherC
Portable OpenSSH
Jungle844
25 years ago32December 11, 20166mitPython
AWS operations by cli should be simpler
Sshw744
5 months ago10March 11, 20194mitGo
🐝 ssh client wrapper for automatic login
Login With Ssh728
8 years ago4JavaScript
An experiment to authenticate web sessions with SSH - http://demo-ssh.32b6.com
Autossh267
4 years ago8Shell
Password-free automatic login SSH(免密登陆SSH)
Sshheatmap262
a year ago1mitPython
Generates a heatmap of IP's that made failed SSH login attempts.
Autossh215
4 years ago5mitGo
No password ssh client for Mac/Linux, one key login remote server. 一个SSH远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal SSH无法保存密码的不足。
Chef Ssh Hardening153
a month ago13apache-2.0Ruby
This chef cookbook provides secure ssh-client and ssh-server configurations.
Ssh Login Alert Telegram151
3 years agon,ullgpl-3.0Shell
Recieive telegram notfications when user connect to a server
Sshprank124
a year ago10Python
A fast SSH mass-scanner, login cracker and banner grabber tool using the python-masscan and shodan module.
Alternatives To Ssh Putty Login Bruteforcer
Select To Compare


Alternative Project Comparisons
Readme

SSH PuTTY login bruteforcer

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/

Usage and examples

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)

Screenshots

SSH login attack against a single target:

ssh-putty-bruteforce-login-attack-0

SSH password spraying accross the network:

ssh-putty-bruteforce-login-attack-password-spraying

Hunting for default SSH credentials:

ssh-putty-bruteforce-login-attack-full

For more information, visit: https://www.infosecmatter.com/ssh-brute-force-attack-tool-using-putty-plink-ssh-putty-brute-ps1/

Popular Login Projects
Popular Ssh Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Powershell
Ssh
Login
Attack
Penetration Testing
Bruteforce
Putty
Ssh Server