https://github.com/six-two/ssh-helper
An ssh wrapper that has a interface similar to Meterpreter
https://github.com/six-two/ssh-helper
Last synced: 8 months ago
JSON representation
An ssh wrapper that has a interface similar to Meterpreter
- Host: GitHub
- URL: https://github.com/six-two/ssh-helper
- Owner: six-two
- License: mit
- Created: 2020-08-15T00:54:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T21:04:09.000Z (over 5 years ago)
- Last Synced: 2025-07-21T18:03:27.576Z (11 months ago)
- Language: Python
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssh-helper
An ssh wrapper that has a interface similar to Meterpreter
## Requirements
- Python 3.5+
- pip3 (to install needed libraries)
- ssh
- scp (for file transfer)
- sshpass (only if you use a password to log in)
### Arch Linux
You can install the dependencies by running the following command:
```
sudo pacman -S --needed python python-pip ssh scp sshpass
```
## Installation
```
python -m pip install git+https://github.com/six-two/py_derive_cmd
git clone https://github.com/six-two/ssh-helper
cd ssh-helper
python -m pip install -r requirements.txt
```