Further changed some help in the client

This commit is contained in:
h3xduck
2022-06-15 17:48:21 -04:00
parent 081a23a44f
commit b284581712

View File

@@ -39,16 +39,16 @@ void print_help_dialog(const char* arg){
printf("\nUsage: %s OPTION victim_IP\n\n", arg);
printf("Program OPTIONs\n");
char* line = "-S IP";
char* desc = "Send a secret message to IP";
char* desc = "Send a secret message to IP (PoC)";
printf("\t%-40s %-50s\n\n", line, desc);
line = "-c IP";
desc = "Activate C&C shell with IP - Using execve backdoor";
desc = "Activate plaintext pseudo-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 pattern-based trigger";
desc = "Activate encrypted pseudo-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";
desc = "Activate 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";