jfoug

Results 8 issues of jfoug

This may be a JtR specific enhancement. I am not sure that HC does the string insertions. The proper syntax change is: ``` $j$a$m$e$s --> Az"james" ^y^r^a^m --> A0"mary" ```...

Just playing around a bit (btw, NICE tool). I downloaded the pre-built 1.0 and here was one issue I found: 2 nodes, append male name, prepend female name. Here was...

# This issue should stay perpetually open. When new formats are added to pass_gen.pl (or we have some other technique to generate them), they should be added here. Also, when...

enhancement

I have created a c++ file that generates a new input dictionary. I am hopeful that this dictionary will help put a bit more stress on JtR, especially on length...

enhancement

Build a very large file (say 200mb), of arbitrary data lines (none matching). Scatter into that file while it is created, the lines of pw.dic. Then for some fast formats,...

Not sure if this is something easy to fix, but it is less than worthless.

core branch
enhancement

https://github.com/teeshop/rexgen/commit/9468680a1d86e25f6e08d98fbcd32980c2ec6d8b We still have this in code (within our command line arg), but the flag that gets set never is used any more (after Jan's update last december: https://github.com/magnumripper/JohnTheRipper/commit/f3cd0e6393278eba7e8456666c1b27a8df8e4938#commitcomment-16945258) We...

bug
maintenance/cleanup

unlike the other strnz* type copy functions in misc.c, if size is 0 for this function, the dst pointer does not get null terminated. It is either a bug in...

bug