topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 5:48 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: DONE: Tool that lists digitally signed files from a folder/disk  (Read 97615 times)

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #75 on: June 26, 2016, 11:57 AM »
SigcheckGUI does not upload files to the VirusTotal website so, if there was no VirusTotal result, it usually means that nobody has ever uploaded that particular file to the VirusTotal website.    I think that's the issue at hand here.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #76 on: September 03, 2016, 01:25 PM »
Website | Download
v1.1.2 - 2016-09-03
    + Added file size (KB) and last modified datetime columns.  (Thanks, tp109)
    + Added sorting arrows to the columns.  (Thanks, telealex)

zxhtrzdg

  • Participant
  • Joined in 2016
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #77 on: November 04, 2016, 08:44 AM »
Really great tool :Thmbsup: It makes Sigcheck so much better!
I'm surprised that it doesn't take files/folders as arguments, though.
I think it would be nice to use it through SendTo then.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #78 on: November 04, 2016, 11:22 PM »
Hi, zxhtrzdg, and welcome to the DonationCoder site.   :D

I'm surprised that it doesn't take files/folders as arguments, though.

Please check out the latest version I just uploaded:

Website | Download
v1.1.3 - 2016-11-04
    + SigcheckGUI now handles passed files and folders. (Thanks, zxhtrzdg)
    + Added "Clear unknown" to the Clear menu.
    * Changed/added some icons.
    * Verified SigcheckGUI works with sigcheck.exe v2.54.


zxhtrzdg

  • Participant
  • Joined in 2016
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #79 on: November 05, 2016, 04:05 AM »
Hi, zxhtrzdg, and welcome to the DonationCoder site.   :D

Please check out the latest version I just uploaded:

Wow, that was fast! Skwire, thank you for the quick update :Thmbsup:

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #80 on: November 06, 2016, 12:21 PM »
Wow, that was fast! Skwire, thank you for the quick update :Thmbsup:

You're welcome.  I'm glad you find the program useful.   :Thmbsup:

neverlight

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 25
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #81 on: November 17, 2016, 02:50 PM »
Just wondering-- Wouldn't it be better while using "Rescan list" action to filter existent list instead of re-using sigcheck (for example, it could be faster in the case where you add a trusted vendor and recheck the list)?

Thanks for the updates by the way.   ;D


Kind regards,
Marius


// added more details
« Last Edit: November 17, 2016, 03:28 PM by neverlight »

neverlight

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 25
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #82 on: June 18, 2017, 11:26 AM »
It seems 'Trusted vendor names' (SkipList) does not work with many entries. Try to copy-paste entries from my list (see attachment) & check config. Not sure what's happening. Looks like a bug.  :huh:

[attachment deleted by admin][/attachment]

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #83 on: July 03, 2017, 03:48 PM »
It seems 'Trusted vendor names' (SkipList) does not work with many entries. Try to copy-paste entries from my list (see attachment) & check config. Not sure what's happening. Looks like a bug.  :huh:

That list is currently saved as an INI entry which is typically limited to ~65,535 characters.  Do you really have need for such a long skip list?  If so, I can rework it so that setting uses a text file instead of the INI setting.

neverlight

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 25
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #84 on: July 09, 2017, 03:17 AM »
Hi skwire,

Yup. It would be great if you could workaround the issue if you have time. Thanks.  :up:

WarsawPact1955

  • Participant
  • Joined in 2019
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #85 on: January 13, 2019, 07:07 PM »
I'm not sure this is doable due to SigcheckGUI being a GUI wrapper around the already-compiled sigcheck.exe, but I have need for the full Subject Name to be displayed rather than just the final CN of the Subject Name.  sigcheck.exe doesn't do this.  Is SigcheckGUI calling any Crypto APIs, itself, such that it could be made to do this?

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #86 on: January 13, 2019, 07:16 PM »
Hi, WarsawPact1955, and welcome to the DonationCoder site.   :Thmbsup:

I'm not sure this is doable due to SigcheckGUI being a GUI wrapper around the already-compiled sigcheck.exe, but I have need for the full Subject Name to be displayed rather than just the final CN of the Subject Name.  sigcheck.exe doesn't do this.  Is SigcheckGUI calling any Crypto APIs, itself, such that it could be made to do this?
-WarsawPact1955 (January 13, 2019, 07:07 PM)

No, SigcheckGUI doesn't use any crypto APIs on its own.  If sigcheck.exe doesn't show it, SigcheckGUI isn't going to be able to, either.

WarsawPact1955

  • Participant
  • Joined in 2019
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: DONE: Tool that lists digitally signed files from a folder/disk
« Reply #87 on: January 14, 2019, 07:36 PM »
Hi, and thanks for letting me know.  ;)  I am generating long lists of certificate Subject Names to trust applications with in a firewall, so I may write up something to do that job.  Considering how busy I am no promises!  :D