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 [asc] Posted
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Well, theoretically, you could download the HIBP SHA-1 hashes from https://haveibeenpwned.com/Passwords, and then crack them with hashcat using your list as a wordlist. But since the HIBP list is so l...
royce hashcat 4 3,071 03-10-2019, 06:30 PM
    Thread: sagitta.pw, is it legit?
Post: RE: sagitta.pw, is it legit?

By "it" do you mean Hashstack, their software? You only get it if you also buy their hardware.
royce Hardware 5 3,070 03-31-2019, 04:53 AM
    Thread: Generated wordlist size is not right?
Post: RE: Generated wordlist size is not right?

You're right - I'm running it against a single hash, and I get the number you're expecting: Code: -- $ cat myowncharset !@#$%^&*? $ ./hashcat -m 5500 -a 3 -1 myowncharset -2 ?1?l?u?d test.h...
royce hashcat 2 3,058 03-26-2017, 02:22 AM
    Thread: bitcoin hash not started
Post: RE: bitcoin hash not started

Does OpenCL work with your card? What OS, and what version of AMD drivers? What is the output of hashcat -I? Edit: it looks like that card has been "no more driver improvements" since 2015? ...
royce hashcat 3 3,050 11-25-2017, 06:39 PM
    Thread: bitcoin hash not started
Post: RE: bitcoin hash not started

According to the main hashcat webpage, this driver version is required: AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later)
royce hashcat 3 3,050 11-25-2017, 11:00 PM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

Can you rephrase the question? I can't figure out what you're asking.
royce hashcat 2 3,046 11-19-2017, 02:17 AM
    Thread: hashcat development stalled?
Post: RE: hashcat development stalled?

Indeed!
royce hashcat 2 3,042 06-14-2018, 08:07 AM
    Thread: Thanks
Post: RE: Thanks

Got your back, Jack! Least we can do is provide top cover while you do the hard part. :)
royce User Contributions 2 3,034 10-11-2018, 09:18 PM
    Thread: Hardware review
Post: RE: Hardware review

An x16 card won't fit in an x8 slot. 1070s don't draw a lot of power, but this entirely depends on the draw of the rest of the hardware in the chassis. Get a Kill-A-Watt and baseline it.
royce Hardware 1 3,027 11-19-2017, 03:25 AM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

I personally recommend Ubuntu 18.04 LTS. A web-driven GUI that I like is Hashtopolis. YMMV.
royce Hardware 3 3,020 10-01-2018, 03:20 AM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

This one from EvilMog is pretty good - should also work with 18.04. https://hashcat.net/forum/thread-6063-post-32355.html
royce Hardware 3 3,020 10-01-2018, 05:08 PM
    Thread: Cracking a Truecrypt Container
Post: RE: Cracking a Truecrypt Container

That's hashcat mode 6223 (where 3 = "all" (all three algorithms)): Code: --   62XY | TrueCrypt                                        | Full-Disk Encryption (FDE) ...   �...
royce hashcat 2 3,013 01-27-2019, 10:30 PM
    Thread: Hybrid Attack
Post: RE: Hybrid Attack

Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side.
royce hashcat 3 3,010 02-17-2018, 07:22 PM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

hashcat currently expects the target hash to be a single file (or a single hash on the command line).
royce General Talk 5 3,007 10-29-2019, 06:25 AM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

Under the Windows command line, the /b switch to copy preserves all original content when concatenating files. In this context, it is the correct switch to use.
royce General Talk 5 3,007 10-29-2019, 02:43 PM
    Thread: Where's potfile?
Post: RE: Where's potfile?

~/.hashcat/
royce hashcat 7 2,992 04-10-2019, 04:51 PM
    Thread: Legacy Hashcat
Post: RE: Legacy Hashcat

[hr] https://hashcat.net/files_legacy/oclHashcat-2.01.7z https://hashcat.net/files_legacy/cudaHashcat-2.01.7z Be aware that if your GPUs are no longer supported by the manufacturer, they are not s...
royce hashcat 1 2,975 08-13-2016, 07:39 PM
    Thread: Problem with Device #1? shuts down process
Post: RE: Problem with Device #1? shuts down process

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 3 2,932 02-27-2018, 05:17 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

That's exactly what hashcat does when using attack mode 3 (brute force, -a 3), and a mask is not specified. It defaults to this mask: -1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
royce hashcat 11 2,910 09-21-2019, 06:42 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

Yes, by default if you specify no other parameters other than -a 3, it will automatically increment until exhaustion. IF you want it to terminate earlier, you'd have to specify an --increment-max.
royce hashcat 11 2,910 09-21-2019, 06:50 PM