Better managment of session, with beaconHash and listenerHash

This commit is contained in:
kali
2023-10-18 11:12:45 +02:00
parent 5d72ea7676
commit 3191ea3a5c
7 changed files with 253 additions and 153 deletions
+1
View File
@@ -11,6 +11,7 @@ const std::string HelpCmd = "help";
const std::string SleepCmd = "sleep";
const std::string EndCmd = "end";
const std::string ListenerCmd = "listener";
const std::string ListenerPolCmd = "listenerPol";
const std::string LoadC2Module = "loadModule";
const std::string UnloadC2Module = "unloadModule";
const std::string ModulesDirectoryFromTeamServer = "../Modules/";