# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Server
The server/
directory contains the Wiregost server implementation.
assets/
- Static assets embedded in the server binary, and their associated methodsc2/
- The server-side command and control implementationcerts/
- X509 certificate generation and management codecore/
- Data structures and methods managing connection state from agents/clientscryptography/
- Cryptography code and wrappers around Go's standard crypto APIsencoders/
- Data encoders and decodersgenerate/
- Package for generating agents and shared librariesgobfuscate/
- Compile-time obfuscation librarygogo/
- Go wrappers around the Go compiler toolchainhandlers/
- Methods invokable by agents without user interactionlog/
- Wrappers around Logrus loggingmodule/
- Agents' functionality is used through modules. Their functionning is defined here.msf/
- Metasploit helper functionsrpc/
- RPC functions and logic, called by clients to control agentstransport/
- Contains server-side code for handling communication with clientsusers /
- Contains server-side code for managing Wiregost userswebsite/
- Static content that can be hosted on HTTP(S) C2 domains