Skip to content

A step-by-step project for red team agent development in C++, a communication agent that communicates over http to a C&C.

License

Notifications You must be signed in to change notification settings

Grant-Knoetze/step-by-step-trojan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A step-by-step project for red team agent development in C++, a communication agent that communicates over http to a C&C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages