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: 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: Password file or mask attack..
Post: RE: Password file or mask attack..

It is always good to know the algorithm type etc and maybe your setup too, such that we can give more suitable advices... But assume this: - 1. it is a fast hash that you want to crack (e.g md5) - 2....
philsmd General Talk 1 5,318 10-07-2014, 03:05 AM
    Thread: Output format
Post: RE: Output format

yes, the hash file must contain the username. 1st step you crack the hashes by using the --username switch 2nd step you show the hashes with -m x --show --username original_hash_file_with_usernames.t...
philsmd General Talk 1 7,897 11-16-2014, 07:05 PM
    Thread: Is it a MD5 hash?
Post: RE: Is it a MD5 hash?

1. you should be very careful to post hashes here, because it is not allowed according to the forum rules, see for instance https://hashcat.net/forum/announcement-2.html 2. since you provided the plai...
philsmd General Talk 1 4,620 04-04-2015, 06:49 PM
    Thread: .NET Webapplication
Post: RE: .NET Webapplication

Can't you just replace the "hash" with one you know the password for. I.e. you generate a new "hash" using a simple password and check if you can login etc. What I mean is, in such situations you ...
philsmd General Talk 1 5,173 04-27-2015, 09:49 PM
    Thread: hashcat and linux
Post: RE: hashcat and linux

It is also important that you let us know about the exact version(s) of cpu hashcat. And try with the newest version (download, extract and run it). The reason for this is: cpu hashcat previous to ...
philsmd General Talk 6 9,796 08-21-2015, 02:05 PM
    Thread: nested sha1
Post: RE: nested sha1

For instance the "Redmine Project Management Web App" uses exactly this algorithm, i.e. sha1 ($salt . sha1 ($pass)) the algorithm is available on both hashcat and oclHashcat with attack mode -m 76...
philsmd General Talk 2 5,088 12-22-2015, 11:11 AM
    Thread: Floating Mask. How to?
Post: RE: Floating Mask. How to?

What you (@agenta) should consider is that this "floating technique" in theory is efficient/meaningful/clever only if the (different) charsets you are using (in your specific case there are 2, ?a and ...
philsmd General Talk 8 11,642 03-01-2016, 12:43 PM
    Thread: Decrypt this... five figure reward
Post: RE: Decrypt this... five figure reward

This is against the forum rules. The forum here is a hashcat/oclHashcat support and discussion forum, you should have easily figured that out when you accepted the hashcat.net forum's rules: https://...
philsmd General Talk 1 3,772 03-20-2016, 07:53 PM
    Thread: MS office 2013 Hash algo in python
Post: RE: MS office 2013 Hash algo in python

Well, the most suitable answer would be just read the kernel's source code (of e.g. -m 9600) and convert it to python (that may also - be the only thing that - help to get an idea about the optimizati...
philsmd General Talk 2 4,186 07-01-2016, 08:41 AM
    Thread: Veracrypt question
Post: RE: Veracrypt question

Yeah, it's exactly the same procedure for veracrypt (like it is for truecrypt "hashes", also see https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes)...
philsmd General Talk 6 16,081 07-25-2016, 02:41 PM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

You can just use axcrypt2john.py (btw: the format - an example "hash" - is also mentioned here: https://hashcat.net/wiki/example_hashes )
philsmd General Talk 5 7,880 08-11-2016, 12:39 PM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

I'm not sure about the exact error message you get but if it is a python error you should probably use a different (version of) Python (maybe Python 2.7 at least). Since you didn't show the full erro...
philsmd General Talk 5 7,880 08-12-2016, 08:48 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Are you sure that the password of the first one (IOS 10.2.0) is "test123" (without quotes)? It doesn't seem to crack and also the stackoverflow code (our reference for the algorithm) isn't able to op...
philsmd General Talk 42 83,234 01-20-2017, 01:13 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

I'm very sorry to hear that. Please try with the method explained here: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes Hope that it helps (and that the password is not to...
philsmd General Talk 7 8,739 01-24-2017, 10:33 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

wait, didn't you say it is a TrueCrypt boot volume ? If so, the command you should be using is: Code: -- dd if=...DR2 of=boot_loader.tc bs=1 skip=31744 count=512 -- at least this is what ...
philsmd General Talk 7 8,739 01-25-2017, 12:22 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@keen, good to hear that it helped. There is also an update to hashcat! It now supports both -m 14700 = iTunes Backup < 10 and -m 14800 = iTunes Backup >= 10 (use beta 3.30+50 or newer: https://hashc...
philsmd General Talk 42 83,234 01-26-2017, 10:25 PM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

Yeah, it seems that this is the perfect use case for a mask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) in combination with a reduced set of characters per position ...
philsmd General Talk 7 8,739 01-27-2017, 09:19 AM
    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: Itunes Backup
Post: RE: Itunes Backup

@Tuxel don't worry the language is not the problem... but there might be other things that need to be double-checked first (we need to gather more information such that we are almost perfectly sure ab...
philsmd General Talk 42 83,234 01-20-2017, 04:09 PM