Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: hcmask is not recognized in OSX
Post: RE: hcmask is not recognized in OSX
I double-checked the wiki page, https://hashcat.net/wiki/doku.php?id=mask_attack , says this:
Code:
--
Note: mask files are currently only supported by oclHashcat
--
Is that the page you looked at ... |
|
philsmd |
Old hashcat Support
|
2 |
5,445 |
01-08-2014, 12:50 PM |
|
|
Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia
So the answer is, you need to:
1. make sure you use the latest oclHashcat version (1.01 currently)
2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,370 |
01-08-2014, 12:57 PM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
There is something strange in your output, for instance it says it uses the hashes located at ../hash/mysql/mysql_hash.txt but your command line says it should use the file mysql_hash.txt in the curre... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,190 |
01-08-2014, 05:56 PM |
|
|
Thread: Dictionary Filter
Post: RE: Dictionary Filter
it should be very easy to do this w/ for instance running some (shell) commands.
The only thing you should consider:
1. why not sort and unique the dict beforehand
2. how large is the dict - must... |
|
philsmd |
General Help
|
2 |
8,007 |
01-09-2014, 02:22 PM |
|
|
Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN
You just need to make the base conversion.... instead of base 10 (the numeric scale we most of the time use), here we/I did use (but ofc it is not striclty necessary) base 2 (to show what happens w/ t... |
|
philsmd |
User Contributions
|
47 |
208,554 |
01-09-2014, 03:03 PM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
These lines:
Code:
--
$HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \
../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt
../oclHashcat-1.01/masks/rockyou-1-64.hc... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,190 |
01-09-2014, 05:22 PM |
|
|
Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?
the password for this hash is the empty string, ""
the double colon says this (nothing between the colons means empty string)
the LF is also correct at the end, otherwise the next cracked hash:passwor... |
|
philsmd |
Old oclHashcat Support
|
4 |
7,195 |
01-10-2014, 04:57 PM |
|
|
Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?
remember, we talk about salted hashes (that's why different salt - but same pass - => different hash)
The first 8 characters is the salt string of those OSX hashes |
|
philsmd |
Old oclHashcat Support
|
4 |
7,195 |
01-10-2014, 11:55 PM |
|
|
Thread: hashcat line lenght
Post: RE: hashcat line lenght
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
4,958 |
01-11-2014, 12:41 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
There are several things you need to check...
1. is the input correct, the plist has the fields (salt and hash) base64 encoded, please decode them w/
echo "[saltORhash]" | base64 -d | xxd -p
-> hex e... |
|
philsmd |
General Help
|
16 |
64,375 |
01-15-2014, 02:57 PM |
|
|
Thread: v1.01 combination attack
Post: RE: v1.01 combination attack
As "User" said you need to specify exactly 2 dictionaries for instance:
Code:
--
./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt
--
Therefore, if you use -o outfi... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,449 |
01-18-2014, 12:03 AM |
|
|
Thread: oclHashcat v1.02 going for distributed cracking
Post: RE: oclHashcat v1.02 going for distributed crackin...
Thx atom.
This is a very amazing feature.
I want to add 1 technical detail:
whenever you use -s / -l in combination w/ maskfiles / directories... the offsets / values will apply to the first mask / f... |
|
philsmd |
Old oclHashcat Support
|
4 |
22,153 |
01-19-2014, 01:10 AM |
|
|
Thread: Hashcat restore seasion problem
Post: RE: Hashcat restore seasion problem
Please just add (e.g. append) it to your original command line.
For instance if you cmd line was:
hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a
Then, the new one should (in addition) contain t... |
|
philsmd |
Old hashcat Support
|
2 |
6,733 |
01-19-2014, 10:49 AM |
|
|
Thread: About exclude symbol
Post: RE: About exclude symbol
If I understood this correctly, I think there is a way to remove the already checked keyspace.
I think mathematically one would say there is an intersection between ?l?u?d and ?l?d and the new set of... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,152 |
01-20-2014, 02:51 PM |
|
|
Thread: multi hccap crack
Post: RE: multi hccap crack
The multi-hccap support is explained here: https://hashcat.net/wiki/doku.php?id=hccap
Note: for performance reasons you cannot mix wpa2 and wpa (also see https://hashcat.net/trac/ticket/222#comment:4 ... |
|
philsmd |
Old oclHashcat Support
|
1 |
7,754 |
01-20-2014, 08:34 PM |
|
|
Thread: .cap conversion fails
Post: RE: .cap conversion fails
Please double-check if you did all the steps mentioned here: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
For wpa you need to add -m 2500 to the command line: see https://hashcat.net/wiki/d... |
|
philsmd |
Old oclHashcat Support
|
2 |
7,204 |
01-21-2014, 12:31 PM |
|
|
Thread: problem cracking fortigate hash
Post: RE: problem cracking fortigate hash
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
14,020 |
01-29-2014, 02:09 PM |
|
|
Thread: 10 digit mask increments
Post: RE: 10 digit mask increments
You may be able to understand how this mask-based word generation works by looking at either the output of cpu hashcat --stdout OR maskprocessor.
It's easier to understand it (in my opinion) by see... |
|
philsmd |
Old oclHashcat Support
|
3 |
7,695 |
02-03-2014, 11:33 AM |
|
|
Thread: IPMI2 RAKP HMAC-SHA1 oclHashcat Support?
Post: RE: IPMI2 RAKP HMAC-SHA1 oclHashcat Support?
There is already an open trac request (see: https://hashcat.net/trac/ticket/233 - but not yet accepted)... if devs see that there is much interest for this new algo in oclHashcat they may prioritize i... |
|
philsmd |
Old oclHashcat Support
|
2 |
8,925 |
02-04-2014, 02:26 PM |
|
|
Thread: What kind of hash is this ?
Post: RE: What kind of hash is this ?
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
General Help
|
1 |
4,268 |
02-05-2014, 01:53 PM |