Skip to content

A Python script using paramiko designed to brute-force SSH passwords.

Notifications You must be signed in to change notification settings

njeru-codes/Smash-SSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMASH SSH

A Python script designed to brute-force SSH credentials using a customizable wordlist.

        ███████╗███╗   ███╗ █████╗ ███████╗██╗  ██╗        ███████╗███████╗██╗  ██╗
        ██╔════╝████╗ ████║██╔══██╗██╔════╝██║  ██║        ██╔════╝██╔════╝██║  ██║
        ███████╗██╔████╔██║███████║███████╗███████║        ███████╗███████╗███████║
        ╚════██║██║╚██╔╝██║██╔══██║╚════██║██╔══██║        ╚════██║╚════██║██╔══██║
        ███████║██║ ╚═╝ ██║██║  ██║███████║██║  ██║        ███████║███████║██║  ██║
        ╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝        ╚══════╝╚══════╝╚═╝  ╚═╝

installation

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt

    

usage

    python3 smash.py -h 192.168.0.13 -u admin -w wordlist.txt

About

A Python script using paramiko designed to brute-force SSH passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages