Modified the help of the client, this is for making some screenshots

This commit is contained in:
h3xduck
2022-06-15 17:47:00 -04:00
parent 6f2ef04a92
commit 081a23a44f
3 changed files with 10 additions and 9 deletions

View File

@@ -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";