Does Kaspersky store the hash of the official KTS 21.3 (installer) exe somewhere? I've written a script that pulls the installer from a CDN server of Kaspersky, runs it, simulates keystrokes to go thru with the installation and then exit it when installed. However I don't want to download a spoofed installer ie malware accidentally in case that CDN server ever gets hacked into
So I'd need to compare the checksum of this pulled installer executable against the officially disclosed one, and abort the script if they don't match
So I'd need to compare the checksum of this pulled installer executable against the officially disclosed one, and abort the script if they don't match