Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading very large dicts
04-16-2012, 03:42 PM
Post: #1
Reading very large dicts
Hi atom,

When reading very large dicts, it obviously takes awhile before it even starts, can u make oclHashcat-plus store a dict properties so once it's read a dict, it stores the number of lines for next time unless it's been modified? When running a batch job it will save quite a bit of time when having to read 36GB dicts Smile
Find all posts by this user
Quote this message in a reply
04-16-2012, 03:48 PM
Post: #2
RE: Reading very large dicts
no, because if you change the dictionary the stored numbers become invalid.

you can work-around the line counter by using <, then it will start instant with cracking

with eta:

./oclHashcat-plus... hash dict

without eta:

./oclHashcat-plus... hash < dict
Visit this user's website Find all posts by this user
Quote this message in a reply
04-16-2012, 04:00 PM
Post: #3
RE: Reading very large dicts
Yeah ok thanks man, I'll figure out how long they take then use the < on the dict so oclHashcat doesn't check it Smile
Find all posts by this user
Quote this message in a reply
04-16-2012, 05:49 PM
Post: #4
RE: Reading very large dicts
Tried < with windows exe and it doesn't work. Any ideas?
Find all posts by this user
Quote this message in a reply
04-16-2012, 05:51 PM
Post: #5
RE: Reading very large dicts
are you sure? works fine for me.
Find all posts by this user
Quote this message in a reply
04-16-2012, 10:31 PM
Post: #6
RE: Reading very large dicts
Give to me this message, if using < dic : Access is denied. (dic is the dic name folder, of course).
Normall behavior, but reading the every single dic before starts, whitout using the < parameter.
What's is wrong, perhaps the version we are running ?
Find all posts by this user
Quote this message in a reply
04-16-2012, 10:54 PM
Post: #7
RE: Reading very large dicts
doesn't work for directories of course.
Find all posts by this user
Quote this message in a reply
04-17-2012, 12:12 AM
Post: #8
RE: Reading very large dicts
great..
i was facing similar problems xD
Find all posts by this user
Quote this message in a reply
04-17-2012, 05:02 PM
Post: #9
RE: Reading very large dicts
(04-16-2012 10:54 PM)undeath Wrote:  doesn't work for directories of course.

atom, can this option be implemented ? At least it will give
a faster start for those that don't care too much about
details, like estimated time to finish, as example.
Find all posts by this user
Quote this message in a reply
04-17-2012, 05:26 PM
Post: #10
RE: Reading very large dicts
if there is enough demand, yes
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply