mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Modified client options once again for screenshots
This commit is contained in:
@@ -42,16 +42,16 @@ void print_help_dialog(const char* arg){
|
||||
char* desc = "Send a secret message to IP (PoC)";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-c IP";
|
||||
desc = "Activate plaintext pseudo-shell with IP - Using execve backdoor";
|
||||
desc = "Spawn plaintext pseudo-shell with IP - using execution hijacking";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-e IP";
|
||||
desc = "Activate encrypted pseudo-shell with IP - with pattern-based trigger";
|
||||
desc = "Spawn encrypted pseudo-shell with IP - with pattern-based trigger";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-s IP";
|
||||
desc = "Activate encrypted pseudo-shell with IP - with multi-packet trigger";
|
||||
desc = "Spawn 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";
|
||||
desc = "Spawn 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