mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-07 16:45:51 +08:00
Updated some files for eveything to work now that it is all together. Execve hijacker and clients in particular
This commit is contained in:
@@ -42,7 +42,22 @@ void print_help_dialog(const char* arg){
|
||||
char* desc = "Send a secret message to IP";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-c IP";
|
||||
desc = "Activate direct command & control shell with IP";
|
||||
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";
|
||||
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";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-a IP";
|
||||
desc = "Activate all of rootkit's hooks";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-u IP";
|
||||
desc = "Deactivate all of rootkit's hooks";
|
||||
printf("\t%-40s %-50s\n\n", line, desc);
|
||||
line = "-h";
|
||||
desc = "Print this help";
|
||||
|
||||
Reference in New Issue
Block a user