Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Not Cracking Passwords With Symbol Followed by Uppercase
Post: RE: Not Cracking Passwords With Symbol Followed by...
What you wrote is correct, but you are not forced to use -1 -2 aso. ?a?a?a?a?a?a?a would be valid as well. |
|
undeath |
Old oclHashcat Support
|
13 |
19,007 |
08-28-2014, 02:39 AM |
|
|
Thread: Not Cracking Passwords With Symbol Followed by Uppercase
Post: RE: Not Cracking Passwords With Symbol Followed by...
the help screen is pretty clear about parameter order
Code:
--
Usage: oclHashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
--
But I still don't see a mask in the command yo... |
|
undeath |
Old oclHashcat Support
|
13 |
19,007 |
08-28-2014, 02:53 AM |
|
|
Thread: --restore Error
Post: RE: --restore Error
You need to be in the same folder you were when starting the session the first time. |
|
undeath |
Old oclHashcat Support
|
2 |
5,771 |
09-01-2014, 12:24 PM |
|
|
Thread: Support for multiple input files
Post: RE: Support for multiple input files
Combine all hash lists and use --show after cracking with each list individually. |
|
undeath |
Old oclHashcat Support
|
4 |
7,804 |
09-01-2014, 11:47 PM |
|
|
Thread: Trying to get the password to a skype account
Post: RE: Trying to get the password to a skype account
how did you get that hash? |
|
undeath |
Old oclHashcat Support
|
6 |
12,457 |
09-02-2014, 10:25 PM |
|
|
Thread: Trying to get the password to a skype account
Post: RE: Trying to get the password to a skype account
is the word "hashcat" in your wordlist? |
|
undeath |
Old oclHashcat Support
|
6 |
12,457 |
09-02-2014, 10:59 PM |
|
|
Thread: Trying to get the password to a skype account
Post: RE: Trying to get the password to a skype account
how do you expect to crack the password "hashcat" with a wordlist attack if your wordlist does not contain the word "hashcat"? |
|
undeath |
Old oclHashcat Support
|
6 |
12,457 |
09-03-2014, 01:17 AM |
|
|
Thread: Using WPA2 DK PSK (derrived Key) instead of 4Way Handshake
Post: RE: Using WPA2 DK PSK (derrived Key) instead of 4W...
PBKDF2(Passphrase,SSID,SSID.length,2096,256)
This does not describe anything. PBKDF2 needs a hashing algorithm. To answer your question: hashcat has no generic handler for PBKDF2. |
|
undeath |
Old oclHashcat Support
|
6 |
12,165 |
09-03-2014, 01:31 AM |
|
|
Thread: CudaHashcat 1.30 TrueCrypt Test Fails
Post: RE: CudaHashcat 1.30 TrueCrypt Test Fails
hashcat takes only the first 512(?) bytes as input, not the whole container.
btw, people still use XP? |
|
undeath |
Old oclHashcat Support
|
6 |
14,376 |
09-04-2014, 11:58 AM |
|
|
Thread: CudaHashcat 1.30 TrueCrypt Test Fails
Post: RE: CudaHashcat 1.30 TrueCrypt Test Fails
SpecialK Wrote: (09-04-2014, 04:53 PM)
--
It's comforting to know that the vast majority of ATM's also run XP
--
"comforting" is a weird synonym for "scaring". Not to mention they probably have Micro... |
|
undeath |
Old oclHashcat Support
|
6 |
14,376 |
09-04-2014, 05:00 PM |
|
|
Thread: CudaHashcat 1.30 TrueCrypt Test Fails
Post: RE: CudaHashcat 1.30 TrueCrypt Test Fails
https://www.google.de/search?q=atm+crash&tbm=isch |
|
undeath |
Old oclHashcat Support
|
6 |
14,376 |
09-04-2014, 09:05 PM |
|
|
Thread: WARN: Failed to get ADL Target Tempature Data.
Post: RE: WARN: Failed to get ADL Target Tempature Data.
epixoip Wrote: (09-07-2014, 04:45 AM)
--
The 8 card limit comes into play when you add 8 cards
--
more precisely: 8 GPUs, no matter on how many cards. |
|
undeath |
Old oclHashcat Support
|
8 |
16,180 |
09-07-2014, 02:52 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
If you set a threshold the amount of words will be reduced. Markov still kicks in, but will try all possible combinations (tried with highest probability first), if run with the default threshold. Com... |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-13-2014, 11:34 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
you can easily create a mask for such a static scheme. |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-14-2014, 11:33 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
see the wiki on how to specify custom charsets: https://hashcat.net/wiki/doku.php?id=mask_attack
PACK can generate hcmask files matching given policies: https://thesprawl.org/projects/pack/ |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-15-2014, 12:24 AM |
|
|
Thread: Invalid pointer error...
Post: RE: Invalid pointer error...
this is just a warning and will prevent you from getting the temp and/or usage of the card. The error is something different. |
|
undeath |
Old oclHashcat Support
|
8 |
14,859 |
09-16-2014, 02:36 PM |
|
|
Thread: Invalid pointer error...
Post: RE: Invalid pointer error...
Shouldn't you be able to run hashcat without X since several versions of the amd driver? |
|
undeath |
Old oclHashcat Support
|
8 |
14,859 |
09-16-2014, 06:07 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
Where exactly are you struggling with making the mask up yourself? |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-19-2014, 08:47 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
have a look at defining custom charsets: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-19-2014, 08:55 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
I'm not sure what you mean by "vague notions". Said section of this wiki article provides 8 lines of example code and 4 lines of explanation specifically for this single problem. |
|
undeath |
Old oclHashcat Support
|
42 |
69,292 |
09-19-2014, 09:05 PM |