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 [desc] Posted
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

hmm, this is an interesting case and the reason why it's behaving like this is that hashcat only checks for the last "separator" in the potfile, see: https://github.com/hashcat/hashcat/blob/067ffa9d64...
philsmd hashcat 5 3,731 08-19-2018, 11:47 AM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

I think you are mixing up the outfile (--outfile or short -o) with the hashcat.potfile. The former will change whenever you use --outfile-autohex-disable, but for the latter the --outfile-autohex-disa...
philsmd hashcat 5 3,731 08-19-2018, 06:12 PM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

I think you indeed found the main root of the problem. The potfile read/write functions should ignore the --outfile-autohex setting. See https://github.com/hashcat/hashcat/blob/fe04ccc1fd61b040ebee5...
philsmd hashcat 5 3,731 08-22-2018, 02:57 PM
    Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack

as far as I understood it, you would need to specify more files or a folder instead. Code: -- hashcat -m 3200 -a 9 hash.txt dict_*.txt -- or Code: -- hashcat -m 3200 -a 9 hash.txt dicts/...
philsmd Beta Tester 21 3,762 09-29-2020, 07:22 PM
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

can you give some examples of what the left and right part look like in the hybrid attack. I think your calculation is completely wrong. you still have 24 masks on the left side and this number wo...
philsmd hashcat 7 3,763 01-05-2019, 05:28 PM
    Thread: "Getting Help from Friends" -- Reverse my hash?
Post: RE: "Getting Help from Friends" -- Reverse my hash...

In general (if we do not look at ethereum pre-sale) it's not always the case that only by having found the password corresponding to a certain hash you can access data of the owner of the hash (if no ...
philsmd hashcat 4 3,766 01-20-2018, 10:58 PM
    Thread: "Getting Help from Friends" -- Reverse my hash?
Post: RE: "Getting Help from Friends" -- Reverse my hash...

This discussion would also be interesting here: https://hashcat.net/forum/thread-6405-post-39256.html#pid39256 Basically, if you can reveal at least the last 2 blocks (2*16 bytes = 32 bytes) of the...
philsmd hashcat 4 3,766 02-11-2018, 07:20 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: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

in this case it depends heavily on the iteration count. this information is stored/present within the hash itself. the hash used within the benchmark uses 10000 iterations (iter) and 1000 iteration...
philsmd hashcat 8 3,798 03-12-2019, 12:01 PM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

that's interesting. I'm not sure if we should change it though. One problem of changing a benchmark setting is always that users start comparing apple to oranges after the change (and they say "hey...
philsmd hashcat 8 3,798 03-13-2019, 09:47 AM
    Thread: Won't start cracking (beginner)
Post: RE: Won't start cracking (beginner)

are you sure you installed the driver correctly? please use these instructions: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do ...
philsmd Hardware 4 3,801 11-25-2018, 09:56 PM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

it depends mainly on the size of the hashcat.potfile and of course also to some extend on the hashes.txt file (note there can be cracks assigned to several users, especially if unsalted hashes are use...
philsmd hashcat 6 3,802 08-21-2018, 10:33 PM
    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: Hashcat stop randomly
Post: RE: Hashcat stop randomly

Why do you think it stopped without reasons? From the output you have posted above it seems that everything is working correctly. I don't see any evidence that there is something strange going on....
philsmd hashcat 3 3,805 08-11-2017, 08:14 PM
    Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist

What is the hash type ? -m ? For instance -m 2500 = WPA/WPA2 has a minimum password length of 8 characters You should also think if it is possible to replace the huge file with a more clever str...
philsmd hashcat 4 3,817 05-12-2018, 03:41 PM
    Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380

what is the problem and error message you got ? details !
philsmd hashcat 9 3,820 07-12-2019, 12:36 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

Please follow this guide: https://hashcat.net/faq/wrongdriver) also always mention what your GPUs / CPUs / operating system / drivers are. if you want to start a mask attack, you should also a...
philsmd hashcat 9 3,829 02-10-2019, 08:33 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c...
philsmd hashcat 9 3,829 02-10-2019, 09:18 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try running these commands: Code: -- hashcat -I -- and Code: -- hashcat -b -- if not, please try with the above hashcat test/benchmark/troubleshooting commands.
philsmd hashcat 9 3,829 02-10-2019, 09:26 AM