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 Posted [asc]
    Thread: Itunes Backup
Post: RE: Itunes Backup

Yeah, looks good Tuxel (if you are sure about the hard-coded "48df8dx4" beginning). In theory you should be able to speed it up significantly e.g. with the "parallels" tool: Code: -- ./hashcat --s...
philsmd General Talk 42 83,234 01-19-2017, 11:43 PM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt). Make sure that you know the password and that i...
philsmd hashcat 3 4,572 01-19-2017, 01:34 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Well, it is pretty easy to see from the link posted by keen (https://stackoverflow.com/questions/1498342/how-to-decrypt-an-encrypted-apple-itunes-iphone-backup) that after the $key = pbkdf2_hmac_sha1 (...
philsmd General Talk 42 83,234 01-19-2017, 12:51 AM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,271 01-15-2017, 05:51 PM
    Thread: Hashcat 3.0 CL_UNKNOWN_ERROR
Post: RE: Hashcat 3.0 CL_UNKNOWN_ERROR

you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices. Of course the correct OpenCL driver (also make sure which version numbers hashcat suggest...
philsmd hashcat 17 35,335 01-10-2017, 02:51 PM
    Thread: Amd GPU with Ubuntu
Post: RE: Amd GPU with Ubuntu

No, there are not 2 different drivers/software that you need to install. You might need to clean up your system first and after that install the currently suggested driver: Steps: 1. Follow: http...
philsmd Hardware 2 13,566 01-10-2017, 01:30 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Thanks for the info syb3ria. Great that it at least fixed 1 of the problems you experienced. I have now opened an issue on 7z2hashcat's github page which explains the current state of the LZMA header...
philsmd User Contributions 28 70,369 01-09-2017, 01:35 PM
    Thread: hashcat v3.30
Post: RE: hashcat v3.30

Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!! This release includes some very crucial/important fixes/features ... and of course: thank you atom
philsmd hashcat 7 22,245 01-06-2017, 03:51 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Hey. There are actually 2 known problems which I will try to investigate: 1. a problem with the lzma decompression, done by 7z2hashcat.pl, of the header (in case of a "long" file list), probably rel...
philsmd User Contributions 28 70,369 01-06-2017, 03:39 PM
    Thread: hashcat keeps stopping itself and I don't know why.
Post: RE: hashcat keeps stopping itself and I don't know...

turbogiant76 Wrote: -- I have no warning and I have not set fan speed -- you say that you don't see any warning but at the same time you post a screenshot ( https://imgur.com/a/mNKP5 ) that displays...
philsmd hashcat 9 9,095 08-28-2016, 06:03 PM
    Thread: Custom Ruleset, Correct word but exhausted
Post: RE: Custom Ruleset, Correct word but exhausted

I discovered several problems here: 1. This command makes absolutely no sense: Code: -- hashcat64.exe -w 1 -m 2500 -a 0 -r rules\mine.rule C:\Pen\hs\mywifi.hccap C:\Pen\word\test.txt --stdout --gpu...
philsmd hashcat 8 8,308 08-25-2016, 08:37 AM
    Thread: Custom charset issue
Post: RE: Custom charset issue

1. maskprocessor doesn't support loading hashcat's charset files ( https://hashcat.net/wiki/mask_attack#hashcat_charset_files ) 2. the file extension would be .hcchr and not .hccr (but this, even if i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 4,026 08-22-2016, 07:58 AM
    Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected

If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe: --stdout
philsmd hashcat 1 3,311 08-21-2016, 04:30 PM
    Thread: Creating rule file
Post: RE: Creating rule file

That's a very known "limitation". The rejection test will occur as soon as possible and in most of the cases makes perfect sense since otherwise too short plains will be transfered to the GPUs. Since ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,180 08-20-2016, 02:27 PM
    Thread: Scrypt Example Hash Composition
Post: RE: Scrypt Example Hash Composition

The hash type -m 8900 = scrypt uses a so-called embedded salt (this is at least hashcat's terminology). It means that the salt is part of the string you give hashcat to crack (the "hash") and there ar...
philsmd hashcat 5 10,818 08-19-2016, 09:41 PM
    Thread: Line-length Exception (mode)
Post: RE: Line-length Exception (mode)

-m 7000 = Fortigate (FortiOS) was never implemented in oclHashcat/cudaHashcat and therefore is currently also not available in hashcat 3.10 (since hashcat 3.00 basically improved oclHashcat to support...
philsmd hashcat 1 3,176 08-19-2016, 06:56 PM
    Thread: Creating rule file
Post: RE: Creating rule file

just use this: Code: -- maskprocessor 'T0$1$9$?d$?d' > toggle_first_and_append_digits.rule -- btw: if you look here: https://hashcat.net/wiki/rule_based_attack the "TN" rule stands for toggle not ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,180 08-18-2016, 04:17 PM
    Thread: rar archive test
Post: RE: rar archive test

example hashes are here: https://hashcat.net/wiki/example_hashes (hint: you do not need to include the filenames etc, just the info needed as seen on the example hashes page) ... and for the time bei...
philsmd hashcat 1 2,957 08-14-2016, 06:33 PM
    Thread: Noob question. Cracking single unsalted md5
Post: RE: Noob question. Cracking single unsalted md5

https://hashcat.net/faq/#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it
philsmd hashcat 2 8,303 08-14-2016, 06:32 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

I also think an error or at least a warning should be displayed whenever someone tries to use --skip with a mask file. Since warnings are often ignored by the users, I think hashcat should show an er...
philsmd hashcat 12 24,560 08-13-2016, 10:00 PM