hashcat Forum
Look Up Tables - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Look Up Tables (/thread-4197.html)



Look Up Tables - Flyinghaggis - 03-19-2015

Is it still possible to use lookup tables and if so with
what version?

I ask only because I tried this morning and ran into difficulties.
One of the errors being "access denied"

Rab.


RE: Look Up Tables - philsmd - 03-19-2015

Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post).

Yes, if you look at --help, it says:
5 = Table-Lookup

so you need to use -a 5

For more details about the table lookup attack see https://hashcat.net/wiki/doku.php?id=table_lookup_attack

The access denied error seems to be completely unrelated to this attack mode, maybe a permission error or you messed something up with the cpu hashcat files themself.

You could try to download hashcat-0.49 again and extract it to a new folder to make sure no important cpu hashcat files was modified/corrupted etc.


RE: Look Up Tables - Flyinghaggis - 03-19-2015

(03-19-2015, 06:29 PM)philsmd Wrote: Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post).

Yes, if you look at --help, it says:
5 = Table-Lookup

so you need to use -a 5

For more details about the table lookup attack see https://hashcat.net/wiki/doku.php?id=table_lookup_attack

The access denied error seems to be completely unrelated to this attack mode, maybe a permission error or you messed something up with the cpu hashcat files themself.

You could try to download hashcat-0.49 again and extract it to a new folder to make sure no important cpu hashcat files was modified/corrupted etc.

I agree that something got messed up (thought it may have been related to hashcat as that was the first programme I tried this morning and that the table lookup function may have been removed) - I think I have resolved the issue now and will give it another try.

Rab.