Adding PCFG to slow_candidates
#3
Thanks!
    What you describe sounds good for a plan going forward. I'll code it up the C PCFG guesser so it can run standalone as well, (which will help with my own personal testing), but will also expose those functions with the exception of sc_pcfg_seek to other programs. I've been talking with some other people and think I may have a way to tackle the sc_pcfg_keyspace in a reasonable manner. 

For the first PoC, I'm going to leave out some features of the python pcfg_guesser. Most notably, I'm going to only handle UTF-8 guesses, drop support for OMEN, and not handle save/restore for cracking sessions. That should significantly simplify things which means I might actually get something working in a somewhat reasonable timeframe. I figure those features could then be implemented at a later point.
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