Posts: 65
Threads: 18
Joined: Jun 2013
07-07-2014, 07:09 AM
(This post was last modified: 07-09-2014, 07:53 AM by crackall.)
even a small idea
not throw out a list of hashes with the --help
--help - info how to use hc only
display hashes only with key --target, -m
same can also enter a smaller wiki like this:
https://hashcat.net/wiki/doku.php?id=example_hashes
run:
hc -m 112
out:
112 Oracle 11g ac5f1e62d21fd0529428b84d42e8955b04966703:38445748184477378130
if you forgotten the number of hash,
and want to learn quickly without searching in a large list
run:
hc -m aix
out:
6300 = AIX {smd5}
6400 = AIX {ssha256}
6500 = AIX {ssha512}
6700 = AIX {ssha1}
run:
hc -m ora
out:
3100 = Oracle 7-10g, DES(Oracle)
112 = Oracle 11g
run:
hc -m [wifi | wpa | freeinet]
out:
2500 = WPA/WPA2
Posts: 344
Threads: 2
Joined: Aug 2011
Interesting idea, would like to see it in real life. Please fill Trac for that.
Posts: 65
Threads: 18
Joined: Jun 2013
i am not can write in trac
^^
Submission rejected as potential spam
Content contained 1 blacklisted patterns
Trac thinks your submission might be Spam. To prove otherwise please provide a response to the following.
^^
Posts: 2,936
Threads: 12
Joined: May 2012
i'm inclined to agree with trac.
Posts: 65
Threads: 18
Joined: Jun 2013
07-08-2014, 03:14 AM
(This post was last modified: 07-08-2014, 01:59 PM by crackall.)
still not enough information for a single target with benchamark
run:
hc -b -m x [ file with hashes]
out:
Hashtype: x
Speed.GPU. # 1.: x H / s
8 l - up to x min
8 ld - up to x hour
8 ldu - up to x hour
8 a - up to x month
without key -c length 8 default
-c benchamark the ratio of time and characters
run:
hc -b -m x -c 9 [ file with hashes]
out:
9 l - up to x min
9 ld - up to x hour
9 ldu - up to x hour
9 a - up to x month
run:
hc -b -m x -c 8-10 [ file with hashes]
out:
8 l - up to x min
8 ld - up to x hour
8 ldu - up to x hour
8 a - up to x month
9 l - up to x min
9 ld - up to x hour
9 ldu - up to x hour
9 a - up to x month
10 l - up to x min
10 ld - up to x hour
10 ldu - up to x hour
10 a - up to x month
Posts: 65
Threads: 18
Joined: Jun 2013
07-08-2014, 03:33 AM
(This post was last modified: 07-08-2014, 06:11 PM by crackall.)
if you are willing to spend only 24 hours(because the queue), HC show optimum possible options
run:
hc -b -m x -t 24 [ file with hashes]
out:
9 ld - up to 20 hour 23 min
8 ldu - up to 17 hour 43 min
7 a - up to 18 hour 32 min
if you are willing to spend only 24 hours +- 10%
run:
hc -b -m x -t 24 10 [ file with hashes]
out:
9 ld - up to 20 hour 23 min
8 ldu - up to 17 hour 43 min
7 a - up to 25 hour 32 min
Posts: 65
Threads: 18
Joined: Jun 2013
07-08-2014, 06:04 PM
(This post was last modified: 07-09-2014, 07:50 AM by crackall.)
hccap_wpa_keyver_split.sh - this is simple and work, but better off without him
/wifi
ssid1.hccap ssid2.hccap ssid3.hccap
ssid4.hccap ssid5.hccap RoccoSiffredi.avi
run:
hc -m 2500 ../wifi/* dic.txt
----------------
hashcat running ver 3.1337
ssid1 wpa2
ssid2 wpa
ssid3 wpa
ssid4 wpa2
ssid5 wpa2
unrecognized 1 hccap
1. wpa 2 handshake speed x c/s
2. wpa2 3 handshake speed x c/s
enter 1, 2 or q: [blink,blink..]
---------------
to the mode -m 2500 may be add key -1 -2 for the forced choice
Posts: 65
Threads: 18
Joined: Jun 2013
read and load whole dump from pwdump like program as L0phtCrack
initially break lm then ntlm
fbigov.dmp
Administrator:500:299BD128C1101FD6AAD3B435B51404EE:0AD04406A58089D6678FF1373B415F6D:::
hc -m x fbigov.dmp dic.txt
Session.Name...: oclHashcat
Status.........: Running
Hash.Type......: pwdump, LM with NTLM
...
Administrator:HashCat
Posts: 2,936
Threads: 12
Joined: May 2012
you're just rambling at this point, this thread is impossible to follow