How can I extract Signatures data from a Windows `exe` file under Linux using cli
9
votes
2
answers
16233
views
If you go to the VirusTotal link , there is a tab called file info(I think; mine is dutch). You'll see a header called
"Authenticode signature block and FileVersionInfo properties"
I want to extract the data under the header using Linux cli. Example:
> Signature verification Signed file, verified signature
> Signing date 7:43 AM 11/4/2014
> Signers
> [+] Microsoft Windows
> [+] Microsoft Windows Production PCA 2011
> [+] Microsoft Root Certificate Authority 2010
> Counter signers
> [+] Microsoft Time-Stamp Service
> [+] Microsoft Time-Stamp PCA 2010
> [+] Microsoft Root Certificate Authority 2010
I used the
Camera.exe
in Windows 10, to somehow extract the data.
I extracted the .exe
file, and found a CERTIFICATE
file in it, there is a lot of unreadable data, but also some text, I can read, that is - roughly - the same like the above output.
How can I extract Signatures from a Windows .exe
file under Linux using cli
Asked by blade19899
(577 rep)
Mar 15, 2016, 11:01 AM
Last activity: Apr 22, 2024, 01:39 PM
Last activity: Apr 22, 2024, 01:39 PM