Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hashcat 0.38 skipping words
03-20-2012, 09:27 AM (This post was last modified: 03-20-2012 09:28 AM by wojek.)
Post: #1
hashcat 0.38 skipping words
Hi,

I have a dictionary file containing:
Code:
antenna
bother
common
deadline
episode
fork
gonzo
hashcat
inode

If i run:
Code:
./hashcat-cli64.bin ~/dict --stdout
I'm getting back my list. But if I try to apply any rules file like here
Code:
./hashcat-cli64.bin -a 0  ~/slowa -r ./rules/toggles1.rule --stdout
some words are missing:
Code:
Antenna
aNtenna
anTenna
antEnna
antenNa
antennA
Episode
ePisode
epIsode
epiSode
episoDe
episodE
Inode
iNode
inOde
inoDe

Is this my fault or hashcat's?

best
Wojtek
Find all posts by this user
Quote this message in a reply
03-20-2012, 11:36 AM
Post: #2
RE: hashcat 0.38 skipping words
old bug, already known, already fixed. http://hashcat.net/forum/thread-767.html

thanks for reporting!
Visit this user's website Find all posts by this user
Quote this message in a reply
03-20-2012, 01:43 PM
Post: #3
RE: hashcat 0.38 skipping words
But when can ordinary users get the fixed version?
Find all posts by this user
Quote this message in a reply
03-22-2012, 07:32 PM
Post: #4
RE: hashcat 0.38 skipping words
You cant right now. Please wait for next release.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply