Skip to content

Python app for testing SSH servers for brute force attacks

Notifications You must be signed in to change notification settings

angusgee/ssh-pwner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-pwner

SSH-PWNER

This repository contains a tool for SSH operations using Python and Paramiko.

Setup Instructions

  1. Clone the repository:

    git clone [email protected]:angusgee/ssh-pwner.git
    cd ssh-pwner
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt
  5. Run the application:

First you will want to change the IP address from 127.0.0.1 to your real target IP.

Then run the application:

```sh
python ssh-pwner.py
```

About

Python app for testing SSH servers for brute force attacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages