mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-17 07:33:07 +08:00
Further changed some help in the client
This commit is contained in:
@@ -39,16 +39,16 @@ void print_help_dialog(const char* arg){
|
||||
printf("\nUsage: %s OPTION victim_IP\n\n", arg);
|
||||
printf("Program OPTIONs\n");
|
||||
char* line = "-S IP";
|
||||
char* desc = "Send a secret message to IP";
|
||||
char* desc = "Send a secret message to IP (PoC)";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-c IP";
|
||||
desc = "Activate C&C shell with IP - Using execve backdoor";
|
||||
desc = "Activate plaintext pseudo-shell with IP - Using execve backdoor";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-e IP";
|
||||
desc = "Activate encrypted C&C shell with IP - with pattern-based trigger";
|
||||
desc = "Activate encrypted pseudo-shell with IP - with pattern-based trigger";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-s IP";
|
||||
desc = "Activate encrypted C&C shell with IP - with multi-packet trigger";
|
||||
desc = "Activate encrypted pseudo-shell with IP - with multi-packet trigger";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-p IP";
|
||||
desc = "Launch a phantom shell - with pattern-based trigger";
|
||||
|
||||
Reference in New Issue
Block a user