anonion0 / nsec3map

a tool to enumerate the resource records of a DNS zone using its DNSSEC NSEC or NSEC3 chain
GNU General Public License v3.0
181 stars 31 forks source link

Type error when converting to hashcat/john #10

Closed hkopp closed 2 years ago

hkopp commented 2 years ago

Hi, i sometimes get an error when using hashcatify and johnify. I fixed it for me and will submit a merge request shortly. The problem seems to be that the files for writing the hashes in hashcat, respectively john format are opened in binary mode, but we do not write binary in there.

anonion0 commented 2 years ago

Merged, thanks! This must have been an oversight during the migration to Python 3.