primody / Sharp

Lightweight implant/RAT tool that runs machine code for its functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharp

Sharp is a lightweight pentesting tool for post exploitation. Sharp can be used as a interactive command line tool for executing custom made functions as machine code.

Features

  • Written in C for performance, size, and lower to the OS
  • Supports multiple network protocols (TODO)
  • Designed to work on Windows or Unix based OS (Windows only currently)
  • Easy to understand

How To Compile

  1. Open the Solution file in Visual Studio
  2. Retarget if required
  3. Select the build type and architecture
  4. Build

Sharp can also be built using command line.

Todo

  • Support for Unix based OS
  • Support for Windows
  • Support for TCP
  • Support for TCP/SSL
  • Support for HTTP
  • Support for HTTPS

Development

Want to contribute? Great! Just make changes and send a pull request.

About

Lightweight implant/RAT tool that runs machine code for its functionality.


Languages

Language:C 100.0%