This repository contains a tool for SSH operations using Python and Paramiko.
-
Clone the repository:
git clone [email protected]:angusgee/ssh-pwner.git cd ssh-pwner
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the dependencies:
pip install -r requirements.txt
-
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
```