Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

given your number of possibilities you could even try them by hand. If you want to use hashcat you can create a wordlist for the first set of special characters and then run a hybrid attack (mode 6).
undeath hashcat 21 19,496 05-05-2017, 09:27 AM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

I was extremely bored and therefor hacked together this very complicated python3 script: Code: -- CHARSET_PREP = '"!ยง' CHARSET_APP = 'tT' BASEWORD = 'GreatScript' print(BASEWORD) for c1 in list(CH...
undeath hashcat 21 19,496 05-05-2017, 04:21 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

In that case generate a list with each word and the special character appended/prepended and apply combinator from hashcat utils until all words have been combined.
undeath hashcat 21 19,496 05-05-2017, 06:01 PM
    Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)

ocl* versions are for GPU only. If you want to crack WPA with CPU you won't manage to avoid aircrack. But be warned, it is really slow. (WPA on CPU in general)
undeath Very old oclHashcat-plus Support 7 19,484 01-29-2012, 02:52 PM
    Thread: create files "*. Hcmask"!?
Post: RE: create files "*. Hcmask"!?

put all masks you want to run into a txt file and save as .hcmask
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 19,471 07-07-2014, 12:25 AM
    Thread: create files "*. Hcmask"!?
Post: RE: create files "*. Hcmask"!?

PACK is multiplatform, but you need to install python: https://www.python.org/download/releases/2.7.8/
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 19,471 07-07-2014, 06:18 PM
    Thread: After format speed goes down 50% on HD 7970
Post: RE: After format speed goes down 50% on HD 7970

I guess he must use backslashes on Windows. The wrong hash mode is another problem.
undeath Very old oclHashcat-plus Support 13 19,459 10-28-2012, 02:07 PM
    Thread: oclHashcat bruteforce
Post: RE: oclHashcat bruteforce

look again at post 2
undeath Old oclHashcat Support 12 19,274 02-04-2015, 05:27 PM
    Thread: oclHashcat bruteforce
Post: RE: oclHashcat bruteforce

the question mark has to be in front of the mask letter.
undeath Old oclHashcat Support 12 19,274 05-25-2015, 03:37 PM
    Thread: Cat Omega
Post: RE: Cat Omega

magnum Wrote: (12-16-2014, 09:47 AM) -- Do they care at all about GPGPU? -- They don't.
undeath Old oclHashcat Support 12 19,191 12-16-2014, 10:30 AM
    Thread: can't get oclhashcat to work
Post: RE: can't get oclhashcat to work

use the latest oclhashcat version with driver 14.9
undeath Old oclHashcat Support 10 19,136 12-20-2014, 11:44 PM
    Thread: oclHashcat-plus v0.081 *HOTFIX*
Post: RE: oclHashcat-plus v0.081 *HOTFIX*

correct
undeath Very old oclHashcat-plus Announcements 5 19,044 05-09-2012, 09:21 AM
    Thread: Not Cracking Passwords With Symbol Followed by Uppercase
Post: RE: Not Cracking Passwords With Symbol Followed by...

you did not specify a mask
undeath Old oclHashcat Support 13 19,007 08-27-2014, 11:30 PM
    Thread: Not Cracking Passwords With Symbol Followed by Uppercase
Post: RE: Not Cracking Passwords With Symbol Followed by...

all you did with ?a was defining the custom mask ?1 (-1 ?a). I think hashcat has some mask it defaults to when the user does not specify one.
undeath Old oclHashcat Support 13 19,007 08-28-2014, 01:21 AM
    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: 7 GPU set-up
Post: RE: 7 GPU set-up

Either you need powered risers or just get Nvidia cards. GTX 980/Titan X
undeath Hardware 12 18,950 07-16-2015, 12:28 PM
    Thread: 7 GPU set-up
Post: RE: 7 GPU set-up

You don't want to run 290X without powered risers. Else prepare to replace your motherboard every year.
undeath Hardware 12 18,950 07-16-2015, 12:59 PM
    Thread: Building 8xhd7970
Post: RE: Building 8xhd7970

for hashcracking PCIe x1 is sufficient for the GPUs. You don't need 8x PCIe x16. Biggest problem will be cooling. Experience of most people is: not more than 4 cards per case (unless you have an open...
undeath Hardware 11 18,841 02-08-2013, 06:11 PM
    Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?

You will need to enable increment mode. By default it will only try the exact mask length.
undeath Old oclHashcat Support 15 18,779 08-13-2015, 03:25 PM