i128
i128
Yup! I just ran into this recently too. I have some code to fix it. It's just not committed yet. Hopefully will get to it soon. On Fri, Dec 21,...
Do you mean alphabetical sort?
How large was the file? if you try a truncated version, i.e. a couple hundred lines, do you encounter the same problem?
Unfortunately no. The challenge we ran into with LM has to do with the reassembly of left cracked and right cracked. Currently, Hashview stores the ciphertext and plaintext of each...
I think you're on the right track. could you do a `select * from tasks:` and `select * from wordlists;` My guess is that english.dic's path listed under wordlists isn't...
Note to self, this issue can occur when an upgrade occurs and there's pre-existing tasks/jobs
Same deal in situations where users submit a single hash, but select the pwdump file format. We should throw these sanity checks before we parse the hashes.
Does it work if you enter `python ./hashview.py --debug`? Also from which directory are you executing this command from?
did the setup.py execute successfully?
The missing VERSION.TXT requirement was just addressed today, so you should be able to git pull that for that fix. (it might require blowing away the hashview db first). You...