Advanced Search
Search Results
2 total results found
Shadow copy deletion
CTHULHU
Ransomware
This code provides a function to delete shadow copies using the vssadmin command. delete_shadow_copies() Deletes shadow copies using the vssadmin command. Command Execution The function executes the following command using the Command module: Command::new("cmd...
System Information Retrieval
CTHULHU
Ransomware
This code provides functions to retrieve various system information such as disk details, operating system version, hostname, username, and user home directory. get_disks() -> Vec<String> Retrieves the mounted points of the system disks. Returns: A Vec<String>...