Modified client options once again for screenshots

This commit is contained in:
h3xduck
2022-06-15 18:42:31 -04:00
parent b284581712
commit bdda5c4269
3 changed files with 17 additions and 4 deletions

View File

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