Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: best way to handle spaces output/hashcat.pot
Post: RE: best way to handle spaces output/hashcat.pot
liquiz Wrote: (07-27-2013, 09:58 PM)
--
In case anyone is wondering thats from the https://www.korelogic.com
--
1. It doesn't matter where you have the hashes from (as per https://hashcat.net/forum/... |
|
philsmd |
General Help
|
2 |
9,996 |
07-28-2013, 08:10 AM |
|
|
Thread: multi rules debugging
Post: RE: multi rules debugging
What's the problem of using a single file then?
Code:
--
$ sort -u 1.rule 2.rule -o myrules.rule
$ ./hashcat-cli64.bin -r myrules.rule --stdout
--
|
|
philsmd |
Old hashcat Support
|
2 |
5,701 |
08-27-2013, 01:29 PM |
|
|
Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46
Hey,
1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately
2. I also explained here: http... |
|
philsmd |
Old hashcat Support
|
2 |
6,923 |
09-05-2013, 05:33 PM |
|
|
Thread: oclHashCat-Plus v0.15 hang up
Post: RE: oclHashCat-Plus v0.15 hang up
This problem seems to be fixed with the beta version. Please see this ticket https://hashcat.net/trac/ticket/82
Thx |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
7,375 |
09-08-2013, 11:04 AM |
|
|
Thread: mask question
Post: RE: mask question
Hi,
please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help.
What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-... |
|
philsmd |
General Talk
|
2 |
5,715 |
09-23-2013, 09:36 AM |
|
|
Thread: Lastpass hashes
Post: RE: Lastpass hashes
Under linux / Ubuntu:
you have a .lastpass directory in your home folder.
There is a file that ends with _lpall.slps. This file contains 2 lines.
The second line is what we want (length: 24 ascii - ba... |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
13,938 |
10-10-2013, 05:26 PM |
|
|
Thread: oclHashcat-plus - Serbian cyrillic and Serbian latin characters
Post: RE: oclHashcat-plus - Serbian cyrillic and Serbi...
It shouldn't be a problem, you can use this feature: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files if you use bruteforce/mask attack.
If there is no charset shipped w/ hashcat... |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
6,351 |
10-31-2013, 03:39 PM |
|
|
Thread: Strange Mask Attack Ouput
Post: RE: Strange Mask Attack Ouput
hey TrAnn3l...
the problem here is that "." is a valid file in your path. Therefore it is treated as a path to a charset file.
As far as I know... devs are still discussing if charset file paths i... |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
6,119 |
11-11-2013, 05:15 PM |
|
|
Thread: Need help.
Post: RE: Need help.
you can only use the options available in --help. Therefore use
Code:
--
-o cracked.txt
--
where -o cracked.txt is the same as --outfile cracked.txt
run
Code:
--
hashcat-cli64.exe --help
--
t... |
|
philsmd |
General Help
|
2 |
5,870 |
11-18-2013, 02:26 AM |
|
|
Thread: Defaults for -a3
Post: RE: Defaults for -a3
Is there anything wrong w/ the values specified here: https://hashcat.net/wiki/doku.php?id=oclhashcat#default_values
Note: ?3 is the same as --custom-charset3
Also the full mask is and was there... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,669 |
12-12-2013, 09:20 PM |
|
|
Thread: Limited symbols
Post: RE: Limited symbols
Hi,
it doesn't make much sense to explain it here, if we have a wiki page that explains it. Therefore, I refer you to: https://hashcat.net/wiki/doku.php?id=mask_attack
Hint:
cudaHashcat32.exe -m... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,848 |
12-24-2013, 02:57 PM |
|
|
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,007 |
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 |