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 [asc] Replies Views Posted
    Thread: Can I restore old header keys for logical volume using dd command? (Veracrypt)
Post: RE: Can I restore old header keys for logical volu...

By backup header I mean backup whatever you are overwriting. You need to know what that is. And yes, in the worst case it will simply fail to unlock.
undeath General Talk 7 5,221 01-20-2018, 01:47 AM
    Thread: using hashcat to generate file-checksums
Post: RE: using hashcat to generate file-checksums

File checksumming on gpu would make not much sense because PCIe throughput would be the bottleneck. Besides, GPUs are fast because they have so many cores and can do many computations parallelly. That...
undeath General Talk 4 3,491 01-21-2018, 01:11 PM
    Thread: using hashcat to generate file-checksums
Post: RE: using hashcat to generate file-checksums

Sorry, I misread your statement about the bottleneck. Most checksum functions are not designed to allow parallel processing of a single hashing operation and the sha1/2 familiy is one of that. (due...
undeath General Talk 4 3,491 01-21-2018, 04:06 PM
    Thread: Is correct these hash?
Post: RE: Is correct these hash?

mmm286 Wrote: (01-21-2018, 11:06 PM) -- I'm trying to extract user and passĀ of a application for try to convince my boss to use https instead http. -- Just deploy a rouge web server and do an activ...
undeath General Talk 5 5,152 01-22-2018, 12:11 AM
    Thread: Hashtopussy vs Linux Beowulf
Post: RE: Hashtopussy vs Linux Beowulf

install gentoo
undeath General Talk 3 3,568 01-24-2018, 09:12 PM
    Thread: Cost of Hashstack
Post: RE: Cost of Hashstack

Hashstack is included with the hardware. You cannot get hashstack without hardware.
undeath General Talk 1 2,336 01-25-2018, 01:28 PM
    Thread: DES-ECB brute force
Post: RE: DES-ECB brute force

what is the string after "--hex-charset" supposed to be? What is the key for each of those ciphertexts?
undeath General Talk 5 5,241 02-01-2018, 06:44 PM
    Thread: Best GPU
Post: RE: Best GPU

Depends on the algorithm you are attacking but overall best is GTX1080Ti.
undeath General Talk 10 16,925 02-02-2018, 07:15 PM
    Thread: DES decryption
Post: RE: DES decryption

hashcat can show all generated candidates by using --stdout (unless I'm missing some context here)
undeath General Talk 6 8,305 02-07-2018, 02:46 PM
    Thread: VeraCrypt - no idea what hash or cipher was used
Post: RE: VeraCrypt - no idea what hash or cipher was us...

you can run modes 13713, 13723, 13733 and 13753 which will cover all non-boot possibilities.
undeath General Talk 3 3,984 03-28-2018, 10:55 AM
    Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...

It's a nice idea for an external tool but definitely should not end up in hashcat.
undeath General Talk 5 4,580 04-01-2018, 10:31 AM
    Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...

hashcat is a specialised utility for cracking hashes quickly and efficiently. Querying third-party websites is totally out of scope and would require lots of additional maintenance, too.
undeath General Talk 5 4,580 04-02-2018, 10:18 AM
    Thread: MSCHAPv2 and NTLMv1
Post: RE: MSCHAPv2 and NTLMv1

if you look at the 5500 (netntlmv1) kernel you can see that it does involve DES encryption: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05500_a0.cl however, here is a post about recovering...
undeath General Talk 2 3,720 04-11-2018, 10:46 PM
    Thread: How to output the uncracked hash while saving it
Post: RE: How to output the uncracked hash while saving ...

if order is not important you can use --left to dump all uncracked hashes
undeath General Talk 4 3,895 04-17-2018, 11:55 AM
    Thread: 1Password Competition
Post: RE: 1Password Competition

as you can see on https://hashcat.net/wiki/doku.php?id=example_hashes mode 10900 uses base64-encoded data, not hex
undeath General Talk 9 7,198 05-13-2018, 05:17 PM
    Thread: Best GPU
Post: RE: Best GPU

laptop GPUs are never worth it
undeath General Talk 10 16,925 05-18-2018, 02:13 PM
    Thread: Save all valid password candidates
Post: RE: Save all valid password candidates

hashcat supports an option --keep-guessing which should do what you want
undeath General Talk 6 4,521 06-17-2018, 08:48 PM
    Thread: mask
Post: RE: mask

specify the path to that file instead of a mask
undeath General Talk 2 2,453 06-30-2018, 10:03 AM
    Thread: Generating dictonary
Post: RE: Generating dictonary

at any time you can simply quit hashcat when running the command philsmd gave you and later resume the cracking by running "hashcat --restore"
undeath General Talk 12 8,565 07-25-2018, 07:37 PM
    Thread: Generating dictonary
Post: RE: Generating dictonary

you need to specify the correct hash mode
undeath General Talk 12 8,565 07-25-2018, 07:40 PM