CJS
CJS
@mafredri That is exactly what I was looking for, thank you!
@mafredri I've made some progress on this, I can detect windows being opened via TargetCreated events. The TargetCreated reply includes a TargetID. Is it correct that in order to interact...
Just for the benefit of anyone who reads this later, I saw a gist elsewhere where someone recommended using Target.SetAutoAttach to attach to new instances and make them wait for...
It doesn't look like Trivy sets any expiration on the redis keys. Redis doesn't keep track of when keys are created but does keep track of when they were last...
I was nit aware of that flag, will try adding it
I updated to the latest version of the library and applied the fix from issue 72 to get the webauthn.io demo working again, still getting AAGUID zero'd out on both...
I verified that the webauthn.io demo is passing through the attestation parameter and that the AAGUID is being returned in the navigator.credentials.create response (I see it in hex dump). I'm...
I figured out what https://webauthn.me/debugger was doing differently, they had userVerification set to "preferred" by default and that results in AAGUID being populated instead of all zeros. It looks like...
@techknowlogick Can you help me out?
@mozillazg I'm curious to see how you do it, looking at x030.go I see that 0x3060 is "da" so I'm not understanding how it becomes ta to being with.