Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.01 KB

step-by-step-trojan

  • A step-by-step project for red team agent development in C++, a communication agent that communicates over http to a C&C.
  • Disclaimer - Anything that you do with any code is entirely your responsibility.
  • This code is intended to assist security professionals involved in professional red team engagements.
  • This code is free and open source.
  • The repository contains folders that are named according to the functionality of the code within.
  • The code is intended to provide a framework for the development of fully customizable code, that can be easily modified to suit the needs of the professional.
  • The communication agent is designed to communicate over port 80 or 443 using Windows APIs, and their associated functions.
  • For more information regarding Windows internet APIs and their implementation using C++, please visit the Microsoft Development Network (MSDN) site and refer to the documentation which can be found at https://docs.microsoft.com/en-us/welcome-to-docs.