Adding PCFG to slow_candidates
#4
Periodic check-in to say that I'm making progress. The current code can be found here:

https://github.com/lakiw/compiled-pcfg

TLDR: It *does not* generate guesses right now, but progress is being made.

I'm currently at the point where I'm loading a ruleset/grammar, and am troubleshooting the priority queue and "next function". Once I'm somewhat happy they are working the way I expect them to, I'll focus on generating guesses from parse trees, (basically rule + dictionary combos).

Currently I'm using a modified version of the Makefile included in Hashcat to try and limit the challenges of including this in HC at a later point. The program I'm working on right now is stand-alone in that it'll parse the command line and generate guesses without having to use another program, as I figure that will make the initial troubleshooting easier. After I get it working I plan on adding in (abstracting) the functionality to make it easier to incorporate into other tools.
Reply


Messages In This Thread
Adding PCFG to slow_candidates - by lakiw - 08-17-2019, 01:40 AM
RE: Adding PCFG to slow_candidates - by atom - 08-22-2019, 11:34 AM
RE: Adding PCFG to slow_candidates - by lakiw - 08-22-2019, 10:46 PM
RE: Adding PCFG to slow_candidates - by dizcza - 06-26-2020, 10:21 PM
RE: Adding PCFG to slow_candidates - by lakiw - 09-22-2019, 07:05 AM
RE: Adding PCFG to slow_candidates - by lakiw - 09-22-2019, 07:09 AM
RE: Adding PCFG to slow_candidates - by lakiw - 09-23-2019, 04:15 AM