yubicrack
yubicrack copied to clipboard
A small tool for brute forcing the access code of a Yubico Yubikey.
Will search hex-numers only code space, which goes like ``` 0x00 .. 0x09 0x10 0x11 .. 0x20 0x21 .. 0x29 0x30 .. 0x99 ``` ```diff diff --git a/.gitignore b/.gitignore new...
YK_STATUS pointers should be freed with ykds_free()
I've tried using the make file and using `gcc` but I still get errors about Yubi header files on OSX. I downloaded the Yubi tool CLI resources and put the...