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 [desc] Author Forum Replies Views Posted
    Thread: Duplicated hashes
Post: RE: Duplicated hashes

Just use the --show option *after* you cracked the hashes. Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us...
philsmd hashcat 2 4,587 05-23-2016, 08:30 PM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

First of all, the topic of this thread is really disgusting. The problem at the other hand, is very easy and you should probably easy understand it (indeed here: https://hashcat.net/forum/thread-3518...
philsmd Old oclHashcat Support 15 29,453 07-03-2014, 08:00 AM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

Seems you didn't get it. Therefore I will explain it again with an example: sha1_hex (sha1 ($pass)) == the one you NEED Code: -- $ echo -en "A\x00B\x00C\x00" | sha1sum # first 'iteration' ...
philsmd Old oclHashcat Support 15 29,453 07-03-2014, 10:29 AM
    Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ...
philsmd Beta Tester 4 1,400 03-09-2020, 09:25 AM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...

If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line. The hash must look similar to the one that is mentioned here: https://hashcat....
philsmd hashcat 32 25,733 01-30-2018, 01:24 PM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...

different salt type implies ("slightly") different algorithm (as far as I know) The output of electrum2john will be different for different salt types. I.e. $electrum$1 means that salt-type 1 is b...
philsmd hashcat 32 25,733 02-03-2018, 01:34 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

please read this: https://github.com/hashcat/hashcat/issues/1806
philsmd hashcat 8 3,432 09-13-2019, 06:40 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

I don't think anybody has started working on implementing this algo in hashcat. The details are kind of clear now given the proof of concept in perl. It should be also doable to use that ellipti...
philsmd hashcat 8 3,432 09-13-2019, 11:26 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta )
philsmd hashcat 8 3,432 12-09-2019, 09:42 AM
    Thread: email: pass after dehashed
Post: RE: email: pass after dehashed

after you crack the hashes (it's twofold) : https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 4 510 09-11-2020, 08:02 AM
    Thread: Empty hash? "Disk error"
Post: RE: Empty hash? "Disk error"

I think the problem is that you are trying to extract the data from a specific partition (e.g. /dev/sda1) while the guide here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_...
philsmd hashcat 2 2,384 12-29-2017, 08:51 AM
    Thread: Encoding problem?
Post: RE: Encoding problem?

known limitation of utf16le conversion in kernel, use this: Code: -- hashcat -m 900 --encoding-to utf16le /tmp/my.hashes /tmp//test.wordlist --
philsmd hashcat 1 1,485 06-11-2019, 07:31 AM
    Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk

I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h...
philsmd hashcat 5 6,174 04-01-2017, 08:11 AM
    Thread: Epic cracking!
Post: RE: Epic cracking!

@slayerdiangelo I think it has to do with your statement Quote: -- even a 20 char long hash can be cracked within minutes -- Therefore, it was actually you that made this exaggerated claim and o...
philsmd hashcat 17 13,901 08-04-2017, 07:46 AM
    Thread: Error ? --pw-min is a reserved parameter for Prince attack mode
Post: RE: Error ? --pw-min is a reserved parameter for P...

From the --help output (and wiki and forum and ...) you can easily see that the options you are looking for are: Code: -- --increment Enable increment mode --increment-min=NUM Start i...
philsmd Old hashcat Support 2 7,090 08-25-2015, 06:57 PM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

uninstall pocl, mesa, beignet and install the vendor drivers as recommended on https://hashcat.net/hashcat/ OpenCL Runtime for Intel Core or Xeon processors: https://software.intel.com/en-us/articl...
philsmd hashcat 6 1,890 04-27-2020, 11:28 AM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

I just tested it (again) just to make sure it would work. ... and as expected, your claim does not hold (for me it works on any ubuntu > 16.04): Code: -- Prerequisites > Missing Prerequisite(s) ---...
philsmd hashcat 6 1,890 04-27-2020, 02:34 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: Error in Self-test AMD Praphic
Post: RE: Error in Self-test AMD Praphic

try the beta version from https://hashcat.net/beta
philsmd hashcat 1 641 01-29-2020, 07:54 PM
    Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia

So the answer is, you need to: 1. make sure you use the latest oclHashcat version (1.01 currently) 2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use...
philsmd Old oclHashcat Support 4 10,370 01-08-2014, 12:57 PM