Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a large file processing mode (to exercise wordlist.c) #27

Open
jfoug opened this issue Dec 18, 2014 · 0 comments
Open

Add a large file processing mode (to exercise wordlist.c) #27

jfoug opened this issue Dec 18, 2014 · 0 comments

Comments

@jfoug
Copy link
Collaborator

jfoug commented Dec 18, 2014

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, use this larger dic to run. Things like LM, raw-*, etc. But also sapB/sapG, since they are read past the end of buffer formats also. This is to make sure we are now reading past end of buffer in ways that could crash john on certain systems. This would be good to also run an ASan build of john when doing this, not just expecting the OS to crash the app for us.

This issue in reference to openwall/john@72b22f1#commitcomment-9026535

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant