lakiw / pcfg_cracker

Probabilistic Context Free Grammar (PCFG) password guess generator
318 stars 71 forks source link

Fixing obsolete function preventing execution on latest python3 #46

Closed 0xVavaldi closed 2 months ago

0xVavaldi commented 4 months ago

Fixing: https://github.com/lakiw/pcfg_cracker/issues/45 Caused by an obsolete function. Replaced with read_file.

lakiw commented 2 months ago

I just want to say thank you so much for this fix! I really appreciate it and my apologies for taking so long to review this change and get it merged in.