0% runs too fast no results - 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: 0% runs too fast no results (/thread-3930.html) |
0% runs too fast no results - jfandl - 12-29-2014 I am trying to run hashcat against a Samsung android device (Froyo 2.3) I have the password.key file: 5b0520517c778eba52424b46523b5a8b89f86d7aac177cad139dccb22b7da62c0728d616 Salt value from settings.db (converted to HEX): 12166d636687e89f I run the commands through a batch file but the 0% is 0.00 and the progress is minimal. It does not generate results and ends within 2-4 seconds. I am running it on an i5 processor. I am sure based on the progress line that I am doing something wrong. Can someone help me figure out what I am doing wrong? It generates no results and terminates much quicker than it should based on the timing article I read. Here is the command I run: hashcat-cli64.exe -a 3 -n 100 -m 5800 --pw-min=4 --pw-max=7 hash3.txt ?a?a?a?a?a?a?a hashcat3.txt file contains (password.key (first 40 chars) : SALT) 5b0520517c778eba52424b46523b5a8b89f86d7a:12166d636687e89f also tried (full password.key file) : SALT) (Doesn't work) 5b0520517c778eba52424b46523b5a8b89f86d7aac177cad139dccb22b7da62c0728d616:12166d636687e89f also tried (full password.key file) : SALT) (works with the second semi colon but doesn't match recommended format) 5b0520517c778eba52424b46523b5a8b89f86d7a:ac177cad139dccb22b7da62c0728d616:12166d636687e89f Here are my results: C:\adb\hashcat-0.48>hashcat-cli64.exe -a 3 -n 100 -m 5800 --pw-min=4 --pw-max=7 hash3.txt ?a?a?a?a?a?a?a Initializing hashcat v0.48 by atom with 100 threads and 32mb segment-size... Added hashes from file hash3.txt: 1 (1 salts) Activating quick-digest mode for single-hash with salt NOTE: press enter for status-screen Input.Mode: Mask (?a?a?a?a) [4] Index.....: 0/1 (segment), 81450625 (words), 0 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 148/81450625 (0.00%) Running...: --:--:--:-- Estimated.: --:--:--:-- Input.Mode: Mask (?a?a?a?a?a) [5] Index.....: 0/1 (segment), 7737809375 (words), 0 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 304/7737809375 (0.00%) Running...: --:--:--:-- Estimated.: --:--:--:-- Input.Mode: Mask (?a?a?a?a?a?a) [6] Index.....: 0/1 (segment), 735091890625 (words), 0 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 40/735091890625 (0.00%) Running...: --:--:--:-- Estimated.: --:--:--:-- Input.Mode: Mask (?a?a?a?a?a?a?a) [7] Index.....: 0/1 (segment), 69833729609375 (words), 0 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 36/69833729609375 (0.00%) <---- Seems like it's not making any progress Running...: --:--:--:-- Estimated.: --:--:--:-- Started: Mon Dec 29 14:27:29 2014 Stopped: Mon Dec 29 14:27:34 2014 <---- only 5 seconds to run it. C:\adb\hashcat-0.48>pause Press any key to continue . . . RE: 0% runs too fast no results - epixoip - 12-29-2014 100 threads? You have 100 CPU cores? |