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 [desc] Replies Views Posted
    Thread: Weird result
Post: RE: Weird result

yes, the (default) format (including the "hash" part) is: ESSID:BSSID:STMAC(client):password There could be several reasons (assuming that the output really is "123456789" - without quotes) that p...
philsmd General Help 4 7,344 05-21-2016, 10:09 AM
    Thread: Troubleshooting overheating issues with my cracking rig
Post: RE: Troubleshooting overheating issues with my cra...

That's exactly why we always recommend to buy reference design GPUs (no gaming versions etc)... well it would be interesting to know the exact model/vendor of your GPUs. At the same time we always ...
philsmd General Help 7 11,667 06-18-2016, 06:23 PM
    Thread: Make Wordlist
Post: RE: Make Wordlist

I don't think that with 16 chars it is very clever and fast to generate a wordlist. Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too Anyway, th...
philsmd General Talk 6 20,004 08-22-2013, 01:04 AM
    Thread: mask question
Post: RE: mask question

Hi, please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help. What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-...
philsmd General Talk 2 5,715 09-23-2013, 09:36 AM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

guys please... if the error is (simplified) "command line argument 1 is missing, please provide it", we don't need to discuss this issue in 5+ posts, do we? Just provide the argument that is requested...
philsmd General Talk 15 30,804 11-20-2013, 08:38 PM
    Thread: Joomla 3.2 hashing support?
Post: RE: Joomla 3.2 hashing support?

The upcoming 1.02 version does support those work factors too: https://hashcat.net/trac/ticket/280
philsmd General Talk 2 7,866 02-18-2014, 09:52 AM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Yes, could be anything as atom said... But still, the "string" above looks like plain base64 encoded. See this example (ending of your string): Code: -- $ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64...
philsmd General Talk 8 16,901 09-22-2014, 12:18 PM
    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,901 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,316 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,618 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,794 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,086 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,641 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,770 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,184 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