mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Modified the help of the client, this is for making some screenshots
This commit is contained in:
@@ -45,13 +45,13 @@ void print_help_dialog(const char* arg){
|
||||
desc = "Activate C&C 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 v1 trigger";
|
||||
desc = "Activate encrypted C&C 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";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-p IP";
|
||||
desc = "Launch a phantom shell - with v1 trigger";
|
||||
desc = "Launch a phantom shell - with pattern-based trigger";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-a IP";
|
||||
desc = "Activate all of rootkit's hooks";
|
||||
|
||||
Reference in New Issue
Block a user