# Functions

ErrorHandler - wrapper function to hand off server related errors to insure servers Handler functions maintain correct interface mappings.
HTTPServerHandler - Handles all HTTPS/HTTPServer requests by passing data to handler sub-functions based on request type.
StartTCPServer - starts a tcp server with given parameters specified during Listener creation.
No description provided by the author
WolfPackServerHandler - Handles all Wolfpack server requests over HTTPS by passing data to handler sub-functions Also sets HTTP server parameters and any other applicable HTTP server level variables.

# Variables

CurrentOperator - keeps track of the current user that is actively interacting with the WolfPack server during the request flow.
IsWolfPackExec - global value to let grumble run functions determine if the current command is being executed in the context of a.
PSK - Global variable for the Pre-shared key used in implant authentication.
WolfPackApp - global value to store the current app context for the grumble app and access things like command execution in the grumble context.