Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Hash Type Question!
Post: RE: Hash Type Question!
It seems that this is -m 10 = md5 ($pass . $salt)
The "$user" here is only used because the salt depends on the user.
See here https://hashcat.net/wiki/doku.php?id=example_hashes to find the correct ... |
|
philsmd |
Old hashcat Support
|
2 |
6,784 |
12-27-2013, 08:37 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: .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: 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: 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,008 |
01-09-2014, 02:22 PM |
|
|
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: oclHashcat will not run via SSH
Post: RE: oclHashcat will not run via SSH
You should check if you did everything like described in the howto installation guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto
The main problem might be that you didn't run:
$ xhos... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,314 |
02-07-2014, 04:13 PM |
|
|
Thread: 14.1 Beta + 1.02b44
Post: RE: 14.1 Beta + 1.02b44
We know that problem and we will soon update the hashcat.net/oclhashcat page to indicate that all versions from 13.4 up to 13.12 are supported by v1.01 (but no later version).
When 1.01 was released ... |
|
philsmd |
Beta Tester
|
2 |
5,127 |
02-09-2014, 05:44 PM |
|
|
Thread: Benchmark K10 and Rejected hash
Post: RE: Benchmark K10 and Rejected hash
You have 1147 distinct salts, therefore the speed is divided by 1147 (since each word must be combined w/ those 1147 salts, roughlty speaking).
112.7 kH/s * 1147 = 128.464 MH/s
Descrypt passwords ... |
|
philsmd |
Old oclHashcat Support
|
2 |
7,368 |
02-11-2014, 08:22 PM |
|
|
Thread: How can we have a comma? (",")
Post: RE: How can we have a comma? (",")
Thx for this report.
This (mask) parsing problem should be fixed w/ next oclHashcat version |
|
philsmd |
Old oclHashcat Support
|
2 |
5,531 |
02-14-2014, 12:25 AM |
|
|
Thread: Joomla 3.2 hashing support?
Post: RE: Joomla 3.2 hashing support?
The upcoming 1.02 version does support those work factors too: https://hashcat.net/trac/ticket/280 |
|
philsmd |
General Talk
|
2 |
7,867 |
02-18-2014, 09:52 AM |
|
|
Thread: hashcat not working...
Post: RE: hashcat not working...
... and also pls find more info on the wiki ( https://hashcat.net/wiki ), for instance: https://hashcat.net/wiki/doku.php?id=ubernoobs |
|
philsmd |
General Help
|
2 |
9,832 |
02-27-2014, 09:26 PM |
|
|
Thread: Need help with custom charset, WPA
Post: RE: Need help with custom charset, WPA
Please read here: https://hashcat.net/wiki/doku.php?id=mask_attack and especially this section: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
You can define 2 custom charsets, first ... |
|
philsmd |
General Help
|
2 |
6,539 |
03-01-2014, 06:17 PM |
|
|
Thread: hash of a hash
Post: RE: hash of a hash
It is not working like that, instead you need a cracker that supports the algorithm:
RipeMD160 (SHA256 (pass))
where SHA256 output is in hex I suppose
Currently hashcat does not support this... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,936 |
03-02-2014, 01:07 PM |
|
|
Thread: test case only cracking single hash
Post: RE: test case only cracking single hash
You probably need to get rid of the newline character... it should be easy to see it just add
print plain_text,
after the "for plain_text in f:" and you will notice that there is the extra new line.... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,479 |
04-03-2014, 08:35 PM |
|
|
Thread: is it possible to try different mask at once?
Post: RE: is it possible to try different mask at once?
If you are using oclHashcat / cudaHashcat , then the answer is yes, see:
https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
you could put each of those masks into a separate line o... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
6,165 |
04-22-2014, 12:37 PM |
|
|
Thread: oclHashcat64 Displaying wrong number of combinations
Post: RE: oclHashcat64 Displaying wrong number of combin...
The bug/problem is in your command line /mask
use ?u?u?u?u?u?u?u?u (instead of u?u?u?u?u?u?u?u) please |
|
philsmd |
Old oclHashcat Support
|
2 |
4,543 |
05-25-2014, 09:20 PM |
|
|
Thread: username:password in outfile
Post: RE: username:password in outfile
After cracking... you need the original hash file and the pot file "oclHashcat.pot" which contains all your cracks (if you do not have that file you may be able to copy the outfile w/ all your cracks ... |
|
philsmd |
General Help
|
2 |
10,669 |
06-11-2014, 06:38 PM |
|
|
Thread: stupid behaviour when using masks hashcat execution
Post: RE: stupid behaviour when using masks hashcat exec...
1. read here: https://hashcat.net/wiki/doku.php?id=mask_attack#supported_by
"mask files are currently only supported by oclHashcat"
2. there is no masks directory nor .hcmask files within the cpu h... |
|
philsmd |
Old hashcat Support
|
2 |
7,916 |
06-12-2014, 12:27 PM |
|
|
Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..
The .hcchr files should contain all chars that are part of your custom charset.
Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.... |
|
philsmd |
General Help
|
2 |
5,220 |
06-22-2014, 01:48 PM |