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: --show takes forever to finish
Post: RE: --show takes forever to finish

what's your memory usage and CPU usage during the --show --username run ? High memory, high CPU? We might need to troubleshoot this in detail but I guess we need to have the files (or similar files...
philsmd hashcat 6 3,802 08-22-2018, 05:07 PM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

I just tested with a hash file and potfile with 1000000 entries and it's very fast on my system. Maybe you can do the same and report back. This is how I generated the lists: Code: -- #!/usr/b...
philsmd hashcat 6 3,802 08-23-2018, 01:33 PM
    Thread: --username not working- line length exception
Post: RE: --username not working- line length exception

The trac ticket https://hashcat.net/trac/ticket/441 was fixed and next version will include the bug fix. For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good result...
philsmd Old oclHashcat Support 4 8,846 05-12-2014, 07:20 AM
    Thread: -m 11600 7z
Post: RE: -m 11600 7z

Difficult to say without having the .7z and the extracted hash (but you are right, it is not allowed to post hashes here according to the forum's rules). I would say that it makes sense in this cas...
philsmd hashcat 3 4,073 08-01-2017, 11:31 AM
    Thread: -m 11600 7z
Post: RE: -m 11600 7z

Yeah, you are right it sometimes depends on how "experimental" the beta currently is. Sometimes (actually very often) betas contain fixes for known problems/bugs and therefore at that very moment we r...
philsmd hashcat 3 4,073 08-02-2017, 10:56 AM
    Thread: -m 13100 (Kerberos 5 TGS-REP etype 23) return Invalid hash-type specified ???
Post: RE: -m 13100 (Kerberos 5 TGS-REP etype 23) return ...

If the output of Code: -- cudaHashcat64.exe --help -- doesn't list the hash mode you are trying to use, in your case 13100, it means that this specific version does not support -m 13100. It is as s...
philsmd Old hashcat Support 1 6,622 05-29-2016, 06:42 PM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Code: -- sudo apt install libfuse3-dev --
philsmd hashcat 9 3,937 05-18-2020, 10:19 AM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) ....
philsmd hashcat 9 3,937 05-18-2020, 02:08 PM
    Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?

first of all, most of the extraction tools now require python 3 as you can see also here: Code: -- #!/usr/bin/env python3 -- (from https://github.com/openwall/john/blob/bleeding-jumbo/run/telegr...
philsmd hashcat 3 338 09-29-2020, 11:41 AM
    Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?

I would suggest that if you are 100% sure that you are doing everything correctly, you should report the problem to John The Ripper (which develop the telegram2john.py tool) and try to investigate mor...
philsmd hashcat 3 338 09-30-2020, 11:41 AM
    Thread: -m 2500 hccapx works on hashcat-5.1.0+1831 but not 6.0
Post: RE: -m 2500 hccapx works on hashcat-5.1.0+1831 but...

what's your command ? do you use -m 2500 in the command line ?
philsmd hashcat 1 482 06-17-2020, 10:05 PM
    Thread: .cap conversion fails
Post: RE: .cap conversion fails

Please double-check if you did all the steps mentioned here: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 For wpa you need to add -m 2500 to the command line: see https://hashcat.net/wiki/d...
philsmd Old oclHashcat Support 2 7,204 01-21-2014, 12:31 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: 10 digit mask increments
Post: RE: 10 digit mask increments

You may be able to understand how this mask-based word generation works by looking at either the output of cpu hashcat --stdout OR maskprocessor. It's easier to understand it (in my opinion) by see...
philsmd Old oclHashcat Support 3 7,692 02-03-2014, 11:33 AM
    Thread: 1080 ti slow percent
Post: RE: 1080 ti slow percent

add this to your command: Code: -- -O -- what do you mean by 30/35 % . Where do you see this ? The output of hashcat says: Temp is 64c Fan is 37 % Util is 100% If you are talking abou...
philsmd Hardware 2 503 09-09-2020, 09:32 PM
    Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??

As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n...
philsmd hashcat 1 2,394 01-05-2018, 10:12 AM
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

you also need to use the option -d (or the long form of it --opencl-devices) to select a specific device. The upper case short option -D (or long --opencl-device-types) does something completely diffe...
philsmd Hardware 12 9,747 01-18-2018, 07:20 PM
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

There are a lot of warnings in your output. Starting from the timeout patch problem to the "Not a native Intel OpenCL runtime" error. It's not a good idea to ignore all warnings and don't try to fix...
philsmd Hardware 12 9,747 01-18-2018, 11:18 PM
    Thread: 14.1 Beta + 1.02b44
Post: RE: 14.1 Beta + 1.02b44

We know that problem and we will soon update the hashcat.net/oclhashcat page to indicate that all versions from 13.4 up to 13.12 are supported by v1.01 (but no later version). When 1.01 was released ...
philsmd Beta Tester 2 5,127 02-09-2014, 05:44 PM
    Thread: 15 char exactly
Post: RE: 15 char exactly

it is infeasible the math is (26+10)^15 = 221073919720733357899776 (very huge number !) which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616) see https://hashcat.net/...
philsmd hashcat 2 932 02-04-2020, 12:31 PM