Modifiations to hash type 18100 to support binary seeds
#1
Hi All,

The pyotp library generates a 16 character base32 seed by randomly selecting 16 characters from the base32 (a-z2-7, more info here https://github.com/pyauth/pyotp/blob/mas..._init__.py). As a result of this the base32 string will not always decode nicely into an ascii string so the existing 18100 module wont work.

I was looking to tweak it to attempt to crack the base32 seed directly. I figured to do this I would give hashcat a custom charset of a-z2-7 and a 16 character mask. I am just trying to work out what changes are required in "module_18100c" to ensure this will work. Can someone point me in the right direction to documentation on developing custom modules? I have been struggling to find much.

Thanks,
Ryan
Reply


Messages In This Thread
Modifiations to hash type 18100 to support binary seeds - by slothsec - 08-30-2019, 03:49 AM