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 [asc] Forum Replies Views Posted
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

in general a patch can be applied by just using Code: -- git apply the_patch.diff -- the "patch" utility on linux etc will work the same way. The pull request was already opened on github: ...
philsmd Beta Tester 18 4,196 03-31-2020, 11:24 AM
    Thread: question about hccapx
Post: RE: question about hccapx

--potfile-disable hashcat won't keep cracking the same hash/network again and again and again if it already was cracked. The hashcat.potfile will contain the "list" of cracked hashes
philsmd hashcat 1 528 03-31-2020, 06:45 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

how do you test this ? it's not enough to clone it you need to "make clean" and "make". What exactly fails ? the same password ?
philsmd Beta Tester 18 4,196 03-31-2020, 09:36 PM
    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: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...

install the correct driver for your hardware, see https://hashcat.net/hashcat driver from nvidia.com for your NVidia GPU driver from the ROCm page for your AMD GPU on linux driver from the amd.co...
philsmd hashcat 3 927 04-01-2020, 08:57 AM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

download. extract. enter folder. run (e.g. hashcat -b) you only need to have 7-Zip installed to unpack the .7z file
philsmd hashcat 9 1,902 04-01-2020, 09:00 AM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

so many problems with what you do 1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing fi...
philsmd hashcat 9 1,902 04-01-2020, 06:18 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

this has nothing to do with the beta only if you download, extract, enter and run "./hashcat" (with the ./ at the beginning) you are running the beta
philsmd hashcat 9 1,902 04-01-2020, 08:54 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

there is clearly a hashcat binary file in the archive and you execute this executable like this: Code: -- ./hashcat.bin -b --
philsmd hashcat 9 1,902 04-01-2020, 09:26 PM
    Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.

short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked) see: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_the...
philsmd hashcat 3 971 04-02-2020, 12:17 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: rules attack
Post: RE: rules attack

Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt) also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance the rule "t" (lo...
philsmd hashcat 7 1,545 04-02-2020, 05:43 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC: Code: -- #!/usr/bin/env perl # Author: philsmd # Date: April 2020 # License: public domain, cred...
philsmd hashcat 16 3,272 04-02-2020, 05:56 PM
    Thread: rules attack
Post: RE: rules attack

it's not allowed to post hashes here, read the forum rules. You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules". Without the e...
philsmd hashcat 7 1,545 04-03-2020, 02:33 AM
    Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set

do not post hashes, see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 1 516 04-03-2020, 05:43 PM
    Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU

https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 765 04-03-2020, 09:02 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: Cracking hash
Post: RE: Cracking hash

do not post any hashes: https://hashcat.net/forum/announcement-2.html
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,644 04-06-2020, 09:13 PM
    Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate

It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co...
philsmd hashcat 4 2,007 04-07-2020, 09:33 AM
    Thread: rules attack
Post: RE: rules attack

The main problem here should be very clear. Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes): Code: -- $ grep '^bioshock$' rockyou.txt ...
philsmd hashcat 7 1,545 04-07-2020, 09:14 AM