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 [asc] Views Posted
    Thread: Noob trying to follow this walkthrough
Post: RE: Noob trying to follow this walkthrough

Well, remove --force and see what problems hashcat reports and fix them?!
undeath hashcat 12 7,528 10-31-2018, 10:20 PM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

https://hashcat.net/forum/thread-7686.html?highlight=stdin
undeath hashcat 12 18,677 11-21-2018, 11:43 PM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

brute-forcing bcrypt is not feasible.
undeath hashcat 12 18,677 11-22-2018, 05:36 PM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

Hashing is not encrpytion. You cannot decrypt a hash. There is no guaranteed way ever to crack a hash. I'm not saying you cannot crack bcrypt. But brute-force is not feasible.
undeath hashcat 12 18,677 11-22-2018, 06:14 PM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

Mem5 Wrote: (11-23-2018, 12:14 AM) -- Assuming you have a GTX 1080 Ti, you will try ~23'000 passwords per seconds. -- With cost factor 12? I think you're being a little too optimistic :D
undeath hashcat 12 18,677 11-23-2018, 04:50 PM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

The salt is usually part of the bcrypt hash itself. If you have an additional salt that is non-standard and you either have to incorporate it into your attack somehow or hack the kernel.
undeath hashcat 12 18,677 11-28-2018, 02:41 PM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

cannot reproduce with my hardware Code: -- OpenCL Platform #1: Intel(R) Corporation ======================================== * Device #1: AMD Ryzen 5 1600 Six-Core Processor. OpenCL Platform ...
undeath hashcat 12 6,010 12-15-2018, 11:04 PM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

the ? in the mask is not the problem. Maybe an invisible (control) character somehow slipped in there.
undeath hashcat 12 6,010 12-17-2018, 02:03 PM
    Thread: nOOb help
Post: RE: nOOb help

Your best bet is using a wordlist attack + rules if you don't know anything and hope the password is found. Hashcat ships with a couple of rules files.
undeath hashcat 12 8,107 01-23-2019, 12:20 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

since the axes' labels are missing it's hard to tell what that chart is about at all. What is wrong with the red/green curves? Is this about the smallest crackpos being reported? If so, "number of gue...
undeath hashcat 12 5,625 02-15-2019, 08:00 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

You are confusing crackpos with the number of guesses made. There are no guarantees that a lower crackpos means it's tried earlier, or analogously that a higher crackpos means some candidate is tried ...
undeath hashcat 12 5,625 02-15-2019, 09:24 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

speed should be almost constant over time, you would usually end up with pretty much a straight line if you tried to plot the guesses made.
undeath hashcat 12 5,625 02-15-2019, 09:35 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

you could externally monitor the outfile and track the amount of hashes cracked over time.
undeath hashcat 12 5,625 02-16-2019, 12:10 PM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat benchmark not starting at all

probably a crash inside the opencl runtime
undeath hashcat 12 8,216 03-17-2019, 08:29 PM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat WPA benchmark not starting at all

this is not a problem with hashcat but a problem with your opencl driver. Clean your system and remove any traces of existing opencl drivers and then install the latest driver for your device.
undeath hashcat 12 8,216 03-26-2019, 12:01 AM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

Something with your cooling/airflow is bad.
undeath hashcat 12 3,112 11-23-2019, 03:14 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

That looks like a card stopped functioning during the cracking session.
undeath hashcat 12 3,112 11-25-2019, 01:32 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

Looks rather like a hardware error of some kind.
undeath hashcat 12 3,112 11-25-2019, 05:34 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

to get full speedup the best way would probably be: (note: I'm assuming each key is 8 bytes; adapt as needed) 1. create a wordlist with all combinations of K1 (or a reproducable subset thereof if th...
undeath hashcat 12 4,959 12-21-2019, 06:33 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

When disconnecting ssh all programs running in the shell will usually be terminated. If you want a program to continue running you need to use a terminal emulator like screen or tmux or other techniqu...
undeath hashcat 12 1,185 08-16-2020, 12:46 PM