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: Hashcat freezes
Post: RE: Hashcat freezes

I can't reproduce this problem. For me the new version work like this: Code: -- git clone https://github.com/hashcat/hashcat cd hashcat make clean make ./hashcat -m 21700 --example-hashes ...
philsmd Beta Tester 18 4,196 03-31-2020, 10:43 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs. I can't reproduce this (new) problem
philsmd Beta Tester 18 4,196 04-02-2020, 12:20 PM
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

why cygwin ? you can just use the exe in cmd directly do you use risers ? which attack mode do you use -a x ? does this problem also happen with other hash types or even all hash types ?
philsmd Beta Tester 4 1,112 04-05-2020, 07:31 AM
    Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)

betas are available here: https://hashcat.net/beta/
philsmd Beta Tester 1 859 05-06-2020, 07:22 PM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: Any hashcat user with AMD cards on macOS wanted fo...

Unfortunately, the developer team has no such hardware (new Apple iMac or iMac pro or any new high-end macbook with AMD cards) to test some problems with macOS (we believe only latest version and/or n...
philsmd Beta Tester 4 2,459 05-08-2020, 10:45 AM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...

Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys...
philsmd Beta Tester 4 2,459 05-15-2020, 12:55 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,761 09-29-2020, 07:22 PM
    Thread: I have no idea how to crack these hashes?
Post: RE: I have no idea how to crack these hashes?

You are *NOT* allowed to post the hashes here, see: https://hashcat.net/forum/announcement-2.html BTW: try to base64 decode them, i.e. echo -n "xyz"|base64 -d
philsmd General Help 2 6,504 04-04-2013, 06:48 PM
    Thread: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian

@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will d...
philsmd General Help 17 69,307 04-13-2013, 05:01 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

I would suggest you reduce your rule file to the bare minimum needed to reproduce this behaviour and post the few lines here. As far as I understood, it could be a "bug" regarding the rules !?
philsmd General Help 15 33,317 04-14-2013, 11:05 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Mystery solved! Try: Code: -- echo -en "elec@\00"|md5sum 9a214e678ed4e501d1576326ce84b41c *- -- So the string terminator \0 is included into the "search string" when the 'x rule has a lengt...
philsmd General Help 15 33,317 04-14-2013, 12:27 PM
    Thread: hccap to cap ? Possible ?
Post: RE: hccap to cap ? Possible ?

Hi, I quickly decided to accept this challenge and to try to build a *POC* code that is able to *pseudo*-convert the hccap back to a valid cap file. ATTENTION: cap2hccap (the "*other*"==reverse) c...
philsmd General Help 10 24,514 05-10-2013, 02:37 PM
    Thread: Problem cracking sample WPA hccap
Post: RE: Problem cracking sample WPA hccap

It is 'hashcat!' since the minimum length is 8
philsmd General Help 4 11,185 05-27-2013, 10:33 AM
    Thread: My first bruteforce attack
Post: RE: My first bruteforce attack

I think you want to use oclHashcat-plus instead: https://hashcat.net/oclhashcat-plus/ Either download it from link above ^ , or if already done, move to the correct directory.
philsmd General Help 5 14,388 05-31-2013, 05:18 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Trac ticket and further discussion about possible solutions are located here: https://hashcat.net/trac/ticket/154
philsmd General Help 15 33,317 06-01-2013, 03:50 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

Hey obsidian, please have a look at the dozens of tutorials on the web that address this exact same problem (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux + Catalyst). We also di...
philsmd General Help 8 18,509 06-06-2013, 03:23 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

It could be a problem with the difference of your architecture and the architecture that was used in thread 2222. You should for instance use ln -s /usr/include/linux/ /lib/modules/$(uname -r)/buil...
philsmd General Help 8 18,509 06-06-2013, 06:21 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

There should not be 32 bit opencl etc lib around on your system. Maybe it is because of the AMDAPP (ocl SDK install). As suggested by @expixoip you should remove *everything* sdk/ocl/amd/ati driver re...
philsmd General Help 8 18,509 06-07-2013, 08:24 AM
    Thread: My first bruteforce attack
Post: RE: My first bruteforce attack

So first thing to do is to *extract* the *whole* content of the archive with 7zip into a directory, you should not try to just open the files inside the archive w/o extracting them. I assume that y...
philsmd General Help 5 14,388 06-01-2013, 02:55 PM
    Thread: best way to handle spaces output/hashcat.pot
Post: RE: best way to handle spaces output/hashcat.pot

liquiz Wrote: (07-27-2013, 09:58 PM) -- In case anyone is wondering thats from the https://www.korelogic.com -- 1. It doesn't matter where you have the hashes from (as per https://hashcat.net/forum/...
philsmd General Help 2 9,994 07-28-2013, 08:10 AM