Skip to content

Latest commit

 

History

History
executable file
·
43 lines (35 loc) · 964 Bytes

README.md

File metadata and controls

executable file
·
43 lines (35 loc) · 964 Bytes

PostExploit

A simple Post Exploitation C2 Tool

forthebadge forthebadge forthebadge

Installation:

$ git clone https://github.com/krishpranav/PostExploit

Running The Server:

$ python3 server.py

Running The Client:

$ python3 client.py

Usage

  • how to use this tool??
$ run the client script on the target machine
$ and run the server in your machine
  • an example of running a simple powershell command on the target machine by post exploitation method
[*] Received callback from '192.168.0.5'
[+] Command to run?
192.168.0.5> ls -la
[*] Command Sent: ls -la
[*] Command Sent: ls -la
[+] Results from 192.168.0.5
total 32
file one
file two