Eric Gruber

Results 11 comments of Eric Gruber

Thanks for the info. I'll take a look and write up a patch to skip those.

I'm not sure what's causing this off the top of my head, but I'll take a look at it tomorrow.

I'll take a look at it. I really haven't tried using it inside of another PowerShell script before.

You're correct. It's scanning the files one-by-one and adding the info to a data table and holding that in memory until it's done. Not the most efficient thing in the...

It should be detecting authenticode.

Oh, I see what you mean. Right now it's just checking if there is a signature. I suppose I could add in some checks to validate that the signature is...

I'll take a look at it again

Unfortunately, I'm not really sure what the problem is. It's working fine for me. I'm guessing there's some weird issue cutting the ciphertext up. You can try opening it in...

What's the MIME type on the WSDL response? It will only parse the WSDL if it's XML.

I created a new jar that removes the MIME check. You can grab it here: https://github.com/NetSPI/Wsdler/releases/tag/2.0.11.1