Skip to content

code-developers/PostExploit

This branch is up to date with krishpranav/PostExploit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0bab52 · Aug 31, 2021

History

13 Commits
Aug 31, 2021
Aug 31, 2021
Aug 31, 2021
Aug 31, 2021
Aug 31, 2021

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

About

A simple Post Exploitation C2 Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.5%
  • C++ 18.0%
  • Go 9.5%