All Projects → InfosecMatter → SSH-PuTTY-login-bruteforcer

InfosecMatter / SSH-PuTTY-login-bruteforcer

Licence: GPL-3.0, Unknown licenses found Licenses found GPL-3.0 LICENSE Unknown LICENSE-PuTTY
Turn PuTTY into an SSH login bruteforcing tool.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to SSH-PuTTY-login-bruteforcer

sshame
brute force SSH public-key authentication
Stars: ✭ 43 (-80.63%)
Mutual labels:  penetration-testing, brute-force
WPCracker
WordPress pentest tool
Stars: ✭ 34 (-84.68%)
Mutual labels:  penetration-testing, brute-force
brutekrag
Penetration tests on SSH servers using brute force or dictionary attacks. Written in Python.
Stars: ✭ 30 (-86.49%)
Mutual labels:  penetration-testing, brute-force
Minimalistic Offensive Security Tools
A repository of tools for pentesting of restricted and isolated environments.
Stars: ✭ 135 (-39.19%)
Mutual labels:  penetration-testing, brute-force
Tactical Exploitation
Modern tactical exploitation toolkit.
Stars: ✭ 585 (+163.51%)
Mutual labels:  penetration-testing, brute-force
Stegcracker
Steganography brute-force utility to uncover hidden data inside files
Stars: ✭ 396 (+78.38%)
Mutual labels:  penetration-testing, brute-force
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (-59.01%)
Mutual labels:  penetration-testing, brute-force
Thc Hydra
hydra
Stars: ✭ 5,645 (+2442.79%)
Mutual labels:  penetration-testing, brute-force
Oscp Automation
A collection of personal scripts used in hacking excercises.
Stars: ✭ 118 (-46.85%)
Mutual labels:  penetration-testing, brute-force
Ssb
Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server
Stars: ✭ 832 (+274.77%)
Mutual labels:  ssh-server, brute-force
Coco
Jumpserver ssh/ws server
Stars: ✭ 139 (-37.39%)
Mutual labels:  ssh-server
Dos ssh
Use BIOS ram hacks to make a SSH server out of any INT 10 13h app (MS-DOS is one of those)
Stars: ✭ 139 (-37.39%)
Mutual labels:  ssh-server
Jumpserver
JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
Stars: ✭ 17,563 (+7811.26%)
Mutual labels:  ssh-server
tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (-36.94%)
Mutual labels:  penetration-testing
Centos Ssh
OpenSSH / Supervisor / EPEL/IUS/SCL Repos - CentOS - Docker image build.
Stars: ✭ 126 (-43.24%)
Mutual labels:  ssh-server
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+1129.73%)
Mutual labels:  ssh-server
Sshserver
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
Stars: ✭ 114 (-48.65%)
Mutual labels:  ssh-server
Addon Ssh
SSH & Web Terminal - Home Assistant Community Add-ons
Stars: ✭ 114 (-48.65%)
Mutual labels:  ssh-server
Mockssh
Mock an SSH server and define all commands it supports (Python, Twisted)
Stars: ✭ 107 (-51.8%)
Mutual labels:  ssh-server
SSI Extra Materials
In my computer security courses I make extensive usage of cheatsheets for various tools and extra materials to complement the student learning if they are willing to do so. I have decided to share them to enable others to take advantage of them
Stars: ✭ 42 (-81.08%)
Mutual labels:  penetration-testing

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].