Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Stuck for days, probably a simple fix, please help!
Post: RE: Stuck for days, probably a simple fix, please ...
Code:
--
cudaHashcat64 -m 2500 --show hash_file.hccap
--
if you did specify a session name (--session) for cracking the hash(es) you need to specify it for the --show command as well.
Also see:
-... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,236 |
11-05-2015, 10:44 AM |
|
|
Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2
yes it cracks see:
Code:
--
echo Hashcat009? | ./1Password_372.pl
full: fb48ad370166a38cefdc083240a0fff362064e98312f48aeb8f5e67481d39dc7c1c144558ef49c4e
salt: fb48ad370166a38c
prefix:
iv: �... |
|
philsmd |
Old oclHashcat Support
|
8 |
14,817 |
11-07-2015, 08:25 PM |
|
|
Thread: OSX 10.10 (-m 7100) Hash Question
Post: RE: OSX 10.10 (-m 7100) Hash Question
you need to remove the whitespaces (most importantly the spaces " ") at the end of the lines. |
|
philsmd |
Old oclHashcat Support
|
7 |
11,409 |
11-10-2015, 08:01 PM |
|
|
Thread: When is all the Truecrypt encryption ciphers available?
Post: RE: When is all the Truecrypt encryption ciphers a...
This is already implemented with newest (beta) version, see:
- https://hashcat.net/trac/ticket/394 or https://twitter.com/hashcat/status/667401031509258241
- https://hashcat.net/trac/ticket/618 or h... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,391 |
11-24-2015, 05:41 PM |
|
|
Thread: mask file for WPA
Post: RE: mask file for WPA
cr4zynou, I am pretty confident that you are not using the newest version of oclHashcat.
Because this looks *exactly* like the bug that was fixed with this ticket https://hashcat.net/trac/ticket/61... |
|
philsmd |
Old oclHashcat Support
|
6 |
9,623 |
11-26-2015, 02:16 PM |
|
|
Thread: Trying to get "Hybrid dict + mask" to work
Post: RE: Trying to get "Hybrid dict + mask" to work
NeoXen Wrote: (11-26-2015, 02:19 AM)
--
Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5
--
look at that mask from your output. It tries to u... |
|
philsmd |
Old oclHashcat Support
|
7 |
12,481 |
11-26-2015, 02:57 PM |
|
|
Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing
To me what you are describing above doesn't sound like a bug.
What oclHashcat really does is update the restore point as soon as it is safe to do so: mark the keyspace unit (KU) as done if and only... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,323 |
11-30-2015, 12:17 PM |
|
|
Thread: --show problem
Post: RE: --show problem
please read the faq page:
e.g. https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
(hint: you shou... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,324 |
12-12-2015, 02:43 PM |
|
|
Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512
@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ?
It is both stated here https://hashcat.net/forum/thread-4614.html and here... |
|
philsmd |
Old oclHashcat Support
|
7 |
11,915 |
12-01-2015, 07:28 PM |
|
|
Thread: --show problem
Post: RE: --show problem
The wiki page I linked to has exactly the answer for you (but I will copy it here anyways):
2 steps:
1. cracking:
Code:
--
cudaHashcat64.exe -m 0 -a 0 --username --outfile D:\cracked.txt "D:\trop... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,324 |
12-12-2015, 04:19 PM |
|
|
Thread: RAR hash file error "Line-length exception"
Post: RE: RAR hash file error "Line-length exception"
1. the example RAR "hash" should work
2. only RAR3-hp ($RAR3$*0*) is supported so far
3. for RAR3-hp ($RAR3$*0*) no file names should be used within the "hash", e.g. no xxx.rar, xxx.jpg etc (these par... |
|
philsmd |
Old oclHashcat Support
|
1 |
5,552 |
12-24-2015, 12:55 PM |
|
|
Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type
@simplyslow I had to ban you for posting hashes (without permission; not even the corresponding password was mentioned): please use the 7 days off to read the forum rules again ( https://hashcat.net/f... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,369 |
12-26-2015, 11:13 AM |
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
nope. it doesn't work like that.
You always need to make it relative to the --keyspace value.
also note 100% (the total --keyspace for oclHashcat) is 100000000 (100M) and *not* 1000000000 (1G, or 10^... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:21 PM |
|
|
Thread: Custom iterations count
Post: RE: Custom iterations count
What are the details about the algorithm used?
"sha512 salted with custom iterations" doesn't really say much.
There are many different ways to use "sha512", "iterations" and "salt" all within a has... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,103 |
12-28-2015, 08:14 PM |
|
|
Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type
1. please define "Mac .pdf file". Which software did you use to create the document?
2. what are the steps you followed to extract the information needed ("hash") from the .pdf document?
3. How did yo... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,369 |
12-25-2015, 09:55 AM |
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
Actually yes there is.
The only thing you need to make sure is that markov is *disabled*, otherwise you can't easily say at which percentage that number is being checked (that also means that if you ... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:04 PM |
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
Also, thinking about it, it might actually not work exactly like that, since even with --markov-disable oclHashcat changes the left side most frequently e.g.:
531238761
631238761
731238761
831238761
a... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:38 PM |
|
|
Thread: Current Index in Subkeyspace (skip + limit)
Post: RE: Current Index in Subkeyspace (skip + limit)
you should probably use the --status-automat option and read the CURKU etc |
|
philsmd |
Old oclHashcat Support
|
1 |
3,072 |
01-11-2016, 08:07 PM |
|
|
Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. e... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,347 |
01-12-2016, 01:25 PM |
|
|
Thread: Rules based attack sha256
Post: RE: Rules based attack sha256
Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen
--mindigit 2 , --minupper 2 etc
also see .hcmask description: https://... |
|
philsmd |
Old oclHashcat Support
|
3 |
4,803 |
01-18-2016, 04:17 PM |