Skip to content

krishpranav/PostExploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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