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 [asc] Replies Views Posted
    Thread: unknown option -- output-file=cracked.txt
Post: RE: unknown option -- output-file=cracked.txt

see hashcat-cli32.exe --help and/or wiki (especially https://hashcat.net/wiki/doku.php?id=hashcat#options ) The option you are looking for is: Code: -- -o, --outfile=FILE Defin...
philsmd Old hashcat Support 5 17,845 09-30-2014, 01:38 PM
    Thread: helpp
Post: RE: helpp

According to the forum rules ( https://hashcat.net/forum/announcement-2.html ) you are not allowed to post hashes. I need to remove hash, close this thread and ban you for 1 week. After the 1 wee...
philsmd Old hashcat Support 2 4,932 11-05-2014, 12:12 AM
    Thread: OFFICE errors from beginner
Post: RE: OFFICE errors from beginner

1. pls do not post hashes (even if they are from wiki etc, I don't want to look them up and it is just irrelevant, mask them if you really needed) 2. see the version of the hash that you think is use...
philsmd Old hashcat Support 3 7,345 10-28-2014, 06:29 PM
    Thread: Benchmark feature for cpu hashcat
Post: Benchmark feature for cpu hashcat

I am happy to announce that now also cpu hashcat will be able to run in benchmark-mode. You can now use the --benchmark or (short) -b switch to enable this benchmark-mode. It is also possible, lik...
philsmd Old hashcat Support 12 45,166 11-02-2014, 07:02 PM
    Thread: Wordlists Contain 0 Bytes?
Post: RE: Wordlists Contain 0 Bytes?

You have specified "-a 3" this means cpu hashcat will use a mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack ). If you instead want to use a wordlist-based attack, you need to specify -a ...
philsmd Old hashcat Support 1 3,909 01-01-2015, 12:02 PM
    Thread: Help with output
Post: RE: Help with output

Unfortunately cpu hashcat doesn't support --username together with --show/--left/--remove yet. That means, if you use --username with --remove, the user names won't end up in the new/modified hash li...
philsmd Old hashcat Support 1 4,607 01-20-2015, 08:37 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

N3HL Wrote: (01-30-2015, 02:05 PM) -- im completely new to hashcat, and I noticed it's missing some docs -- Not at all, the docs are: 1. https://hashcat.net/wiki/ 2. --help output of oclHashcat or c...
philsmd Old hashcat Support 9 47,256 01-30-2015, 04:43 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

--show is always used to show the cracks for a specific oclHashcat session after the actual cracking process is done. So it would look like this: oclHashcat64.exe -m 2811 --username hashes.txt dict....
philsmd Old hashcat Support 9 47,256 01-30-2015, 06:24 PM
    Thread: Hash Help
Post: RE: Hash Help

Normally in such cases you can just replace the hash by a hash of which you know the password, for instance generate a new hash with a chosen password. Therefore, cracking it may not be necessary n...
philsmd Old hashcat Support 3 5,474 01-30-2015, 11:08 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

you could use the --username switch of hashcat/oclHashcat. input format (you must use the --username switch to crack the hashes): username:hash:salt second step (after cracking); you can output it w...
philsmd Old hashcat Support 9 47,256 01-30-2015, 05:45 PM
    Thread: error CuModuleLoad() 209
Post: RE: error CuModuleLoad() 209

I'm wondering why you are trying with version 340.32 of the nvidia driver if the home page https://hashcat.net/oclhashcat/ clearly emphasizes that: "NV users require ForceWare 346.x or later" your...
philsmd Old hashcat Support 2 6,196 02-17-2015, 03:27 PM
    Thread: hash extractor
Post: RE: hash extractor

For now you need to use something like: - office: office2hashcat.py or office2john.py - pdf: pdf2john.py for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper.
philsmd Old hashcat Support 2 5,366 02-17-2015, 03:30 PM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

Seems interesting. Devs need to add a special hash format for this one, since the salt+password is too long for a single md5 transform. Could you please add a trac ticket ( https://hashcat.net/trac/ ...
philsmd Old hashcat Support 8 18,704 02-23-2015, 12:28 AM
    Thread: can't make cmd
Post: RE: can't make cmd

-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack) to use a mask attack and/or brute force a hash you need to use -a 3 from --help: * Attack mo...
philsmd Old hashcat Support 8 10,219 02-25-2015, 09:52 PM
    Thread: can't make cmd
Post: RE: can't make cmd

But it is clearly there: * Built-in charsets: ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?s = !"#$%&'()*+,-./:;?@[\]^_`{|}~ ?a = ?l?u?d?s...
philsmd Old hashcat Support 8 10,219 02-25-2015, 11:57 PM
    Thread: can't make cmd
Post: RE: can't make cmd

look here: https://hashcat.net/wiki/doku.php?id=example_hashes the signature is either: $H$....... or $P$.......
philsmd Old hashcat Support 8 10,219 02-25-2015, 11:59 PM
    Thread: can't make cmd
Post: RE: can't make cmd

read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets you need to define a custom charset like this: -1 ?u?l ?1?1?1?1?1?1?1 Code: -- ./hashcat-cli64.bin -m 400 --username...
philsmd Old hashcat Support 8 10,219 02-26-2015, 12:12 AM
    Thread: USER:HASH Plain Text
Post: RE: USER:HASH Plain Text

Yes, oclHashcat does already support this (--show --username --outfile-format 2 etc). But also next version of cpu hashcat (0.50) will support this see: https://hashcat.net/trac/ticket/567
philsmd Old hashcat Support 5 10,945 03-02-2015, 01:37 PM
    Thread: Look Up Tables
Post: RE: Look Up Tables

Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post). Yes, if you look at --help, it says: 5 = Table-Lookup so ...
philsmd Old hashcat Support 2 5,656 03-19-2015, 06:29 PM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

There is some good news here, the new hash type -m 11000 = PrestaShop made it to cpu hashcat already (beta!), oclHashcat support will follow. But let me use this opportunity for a big Warning for for...
philsmd Old hashcat Support 8 18,704 02-26-2015, 12:43 PM