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 [desc] Views Posted
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

So we already proofed that those strings are base64 encoded, see example decoding (pls avoid online base64 decoding for non-ascii-chars , there are problems w/ encoding the bytes server-side, displayi...
philsmd General Talk 8 16,902 09-22-2014, 05:43 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

Thanks for the report. Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it. Thx BTW: the problem was anyways trac'ed here: https://ha...
philsmd General Help 8 13,187 01-29-2015, 01:09 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

wait. this task won't take you longer than some ms (case #1) or seconds (case #2). #1: you just sed / awk etc it #2: you open a reliable text editor (like vi / vim, maybe also notepad++ etc) and sear...
philsmd General Help 8 13,187 01-29-2015, 01:46 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

I think you mean this problem, or better said "feature request" in cpu hashcat: https://hashcat.net/forum/thread-3992-post-22809.html#pid22809 Afaik nobody bothered to open a ticket about this "mi...
philsmd General Help 8 13,187 01-29-2015, 01:29 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

As said, here and in the trac ticket, the first field (the username) can never be empty in the current release version. That means, that a line starting with a colon. :HASH:SALT is currently not vali...
philsmd General Help 8 13,187 01-29-2015, 02:00 PM
    Thread: WPA speed problem comparing to v1.31
Post: RE: WPA speed problem comparing to v1.31

Furthermore, there are also some other (minor) changes, which could influence the speed difference between the 2 versions For instance, did you notice that 1.31 did reject more than 1/3 of the plains,...
philsmd Old oclHashcat Support 8 14,762 02-16-2015, 01:29 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: 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
    Thread: Truecrypt keyfile support ?
Post: RE: Truecrypt keyfile support ?

please read here: https://hashcat.net/forum/thread-4296-post-24508.html#pid24508 what atom means is that if there is no trac ticket ( https://hashcat.net/trac/ ) for it with instructions ( see also ...
philsmd Old oclHashcat Support 8 11,810 04-27-2015, 01:13 PM
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

When we compare the content of your .sqlite file with the normal parsing of the .js file (see https://github.com/philsmd/1password_agilekeychain_to_hashcat/blob/master/1password_agilekeychain_to_hashc...
philsmd Old oclHashcat Support 8 14,817 11-04-2015, 11:00 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: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

First, please make sure that you use the newest release version of cpu hashcat (0.50). It is important that your md5_0.hash file is uniqued, so no duplicate hashes (use sort -u md5_0.hash | sponge ...
philsmd Old hashcat Support 8 11,130 12-01-2015, 05:38 PM
    Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

Autrui Wrote: (12-01-2015, 06:01 PM) -- Code: -- No hashes loaded -- -- It seems that it worked for you too: If it says "No hashes loaded" the file "md5_0.hash" is probably empty (and therefor...
philsmd Old hashcat Support 8 11,130 12-01-2015, 06:13 PM
    Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

I can't reproduce the problem here; no matter what I try. Maybe you have some special setup: for instance a remote drive (not a local disk), the file/directory does not have write permissions etc. A...
philsmd Old hashcat Support 8 11,130 12-02-2015, 11:01 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM