Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Agrrr, I am an idiot, sorry. Step 1 was my mistake, I did not decode salt and hash first.
Works perfect now, my passphrase 1999 shows up within a couple seconds.
Thx a bunch, philsmd! |
|
vrposter |
General Help
|
16 |
64,375 |
01-15-2014, 03:45 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Just a short note for those few user here running OS X 10.9.
While decoding hash and salt on my Linux box with
echo "[saltORhash]" | base64 -d | xxd -p
worked fine, I got funny results when runn... |
|
vrposter |
General Help
|
16 |
64,375 |
01-16-2014, 07:49 PM |
|
|
Thread: Help making rule/mask
Post: RE: Help making rule/mask
would be -1 ?u?d ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
but do the math (26+10)^16 keyspace |
|
vrposter |
General Help
|
1 |
4,874 |
04-04-2014, 01:03 PM |
|
|
Thread: I kinda need some help
Post: RE: I kinda need some help
https://hashcat.net/wiki/doku.php?id=example_hashes
All the way down look for vBulletin < 3.8.5 |
|
vrposter |
General Help
|
1 |
4,063 |
05-08-2014, 06:34 AM |
|
|
Thread: fast way crack
Post: RE: fast way crack
titan, just do the math - homework
Performance table for 7970
https://hashcat.net/oclhashcat/
WPA/WPA2: 130k c/s
10 digit = 10^10 = 10000000000
10000000000 / 130000 = 76923 sec
76923 sec = 21 h 36... |
|
vrposter |
General Help
|
6 |
12,901 |
06-05-2014, 03:40 PM |
|
|
Thread: fast way crack
Post: RE: fast way crack
If you're sure the password is 10 digits, just
./oclHashcat64.bin -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d
on Linux
./oclHashcat64.exe -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d
on Windows |
|
vrposter |
General Help
|
6 |
12,901 |
06-05-2014, 11:59 PM |
|
|
Thread: 1204_HWE_EOL
Post: 1204_HWE_EOL
I'm running Ubuntu 12.04 with kernel 3.5.0-52-generic (64 bit), the desktop version, have dkms installed, one HD7970.
I got an update note (https://wiki.ubuntu.com/1204_HWE_EOL) and am wondering what... |
|
vrposter |
General Help
|
2 |
6,975 |
07-15-2014, 09:41 AM |
|
|
Thread: 1204_HWE_EOL
Post: RE: 1204_HWE_EOL
Thanks a lot for your help! Glad I asked ;-) |
|
vrposter |
General Help
|
2 |
6,975 |
07-15-2014, 09:55 AM |