Skip to content

SSH-CRACKER is a tool for brute-force cracking ssh passwords

Notifications You must be signed in to change notification settings

CoopTRUE/SSH-CRACKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH-CRACKER

SSH-CRACKER is a tool to crack SSH passwords using a wordlist.

This was built for educational purposes only. I am not responsible for any misuse of this tool.

Installation

# Clone the repository
git clone https://github.com/CoopTRUE/SSH-CRACKER.git

# Change the working directory
cd SSH-CRACKER

# Install the requirements
npm install # or yarn install or pnpm install
# I recommend using pnpm

# Change the ip in the config.js file to whichever ip you want to attack
const ip = "123.456.789.123";

Usage

# Run the script
node index.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

SSH-CRACKER is a tool for brute-force cracking ssh passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published