ShutdownRepo / pywhisker

Python version of the C# tool for "Shadow Credentials" attacks
GNU General Public License v3.0
577 stars 65 forks source link

Fix spray action #7

Closed snovvcrash closed 1 year ago

snovvcrash commented 1 year ago

Hey @ShutdownRepo!

Fixed the spray action in this PR according to the issues raised by @n00py.

For the thing to work we do need to generate a new KCL blob for each of the users from list as the owner property of the certificate actually matters. So, unfortunately, we can't go for the usability improvement you proposed in the previous PR.

demo

ShutdownRepo commented 1 year ago

Yup you're right, merging Sorry for the delay