Dávid Bolvanský

Results 47 comments of Dávid Bolvanský

@magnumripper How to parse just hashes and passwords out of john.pot file? Can I reliably drop everything between first $ and second $? “$dynamic_0$488911ea30ce711dca20bf7413fc49cc:johnripper”

Let me explain my situation.. I have the hashlist "md5.hash" with: ``` 5d41402abc4b2a76b9719d911017c59a aa4140bbbc4b2a76b9719d911017c592 7d793037a0760186574b0282f2f435e7 5d4140bbbc4b2a76b9719d911017c592 ``` Now john cracked one hash. so in john.pot file: ``` cat john.pot $dynamic_0$7d793037a0760186574b0282f2f435e7:world...

>> Is there any timeframe for the next release (with the above fix included)? Release 7.8 does not seem to contain this fix :/

>> libGC interacts badly with the current version of the Z3 solver (for example, https://github.com/p4lang/p4c/pull/3927). A more recent version of Z3 (4.12.0) does not work at all. Oh, that is...

Perfect, thanks. Any plans for new release with this bugfix?

Workaround for now: `add_compile_options(-D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING)`