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: slow using rules
Post: RE: slow using rules

11300 (bitcoin) is slow, you can get around 11"665 H/s with a RTX 2080 Ti (source (https://www.onlinehashcrack.com/tools-benchmark-hashcat-gtx-1080-ti-1070-ti-rtx-2080-ti.php)) Add switch -w 4 to you...
Mem5 hashcat 7 1,055 07-28-2020, 07:51 PM
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

Many thanks atom & team
Mem5 hashcat 10 4,018 07-28-2020, 07:56 PM
    Thread: Is it hashfile.txt or example.hash
Post: RE: Is it hashfile.txt or example.hash

You can give the name and extension you want. Commonly it's called hashes.txt because it's a list of hashes in a t(e)xt format.. But you can rename it baby.exe it will be the same for hashcat.
Mem5 hashcat 4 675 07-29-2020, 12:07 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

Which OS ? Which GPU ? CUDA or OpenCL ? This is a good start : https://www.google.com/search?q=nvidia+driver
Mem5 hashcat 43 4,390 07-29-2020, 12:10 PM
    Thread: slow using rules
Post: RE: slow using rules

philsmd Wrote: (07-28-2020, 09:07 PM) -- -S  (..) makes sense for "not too slow" hashes and were you didn't provide too much password candidates in the dict for full acceleration -- Are you able to...
Mem5 hashcat 7 1,055 07-29-2020, 12:22 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of

FPTHHrw6mKhNZwL6 Wrote: (07-30-2020, 04:19 PM) -- ./hashcat.bin -a 3 -m 1400 Guess.hash -1 123456789 -2 0123456789- -3 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- -4 abcdefghijklm...
Mem5 hashcat 43 4,390 07-30-2020, 06:04 PM
    Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...

- Use -o results.txt to write results to this file. - Now, you can use --show to print the already cracked passwords. - printing contents like "cat hashcat.potfile" can also do the job Finally, -...
Mem5 hashcat 4 729 07-31-2020, 10:28 AM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

'modules' directory should not be under /usr/bin Try extracting hashcat into ~/ and run ~/hashcat-6.1.1/hashcat.bin -I
Mem5 hashcat 12 1,185 08-14-2020, 11:50 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

Code: -- apt-get -y install p7zip-full wget "https://hashcat.net/files/hashcat-6.1.1.7z" 7z x hashcat-6.1.1.7z cd hashcat-6.1.1 ./hashcat.bin -I --
Mem5 hashcat 12 1,185 08-15-2020, 08:58 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

As written: update CUDA (current is 11.0) VeraCrypt is kinda secure, so yes it's "slow". But you can get around 2073 H/s with a 2080 Ti GPU K80 is very slow for all algorithms. Get a better GPU =)
Mem5 hashcat 12 1,185 08-16-2020, 11:30 AM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

'nohup' as well
Mem5 hashcat 12 1,185 08-16-2020, 03:16 PM
    Thread: I can't use hashcat
Post: RE: I can't use hashcat

You have a driver issue. I recommend to install CUDA Toolkit v11.0 https://developer.nvidia.com/cuda-downloads
Mem5 hashcat 4 536 08-24-2020, 11:49 PM
    Thread: DES weird result
Post: DES weird result

Hi, According to https://hashcat.net/wiki/doku.php?id=example_hashes (https://hashcat.net/wiki/doku.php?id=example_hashes) , DES sample hash is "hashcat1". But I find  "hashcau0" Why? Thanks! C...
Mem5 hashcat 1 329 08-03-2020, 09:00 PM
    Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash

Quote: -- SHA1 hash with salt -- First, choose the right mode, speed is not the same for all: Code: -- 110 sha1($pass.$salt) 120 sha1($salt.$pass) 130 sha1(utf16le($pass).$salt) 140 sha1($salt.utf1...
Mem5 hashcat 3 396 09-24-2020, 10:10 AM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

You just want to remove duplicates ?! Code: -- sort file.txt | uniq --
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,543 12-22-2016, 10:13 PM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

You can have sort & uniq & other *nix tools under windows without the cygwin sh** : https://gnuwin32.sourceforge.net
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,543 12-24-2016, 08:49 PM
    Thread: cap2hccapx and odd ESSID
Post: cap2hccapx and odd ESSID

Hi, I would like to modify cap2hccapx.c (and push it to github if needed) to print ESSID in hexadecimal. Why ? To display/manipulate odd characters in the ESSID string e.g. russian, accent, etc ...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,819 03-17-2017, 09:23 AM
    Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID

I mean : Quote: -- usage: cap2hccapx.exe input.pcap output.hccapx [filter by essid] [additional network essid:bssid] -- How can I write an odd ESSID in the third parameter ? As the ESSID could be s...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,819 03-17-2017, 11:31 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

You need python to run pdf2john.py, before launching hashcat against its output. Considering your beginner skills I would go for online cracking such as https://www.google.com/search?q=online+pdf+hash...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,616 03-10-2019, 08:34 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

undeath Wrote: (03-11-2019, 12:36 AM) -- actually it's pdf2john.pl, hence a perl script which you need perl for, not python. -- Indeed. It also exists python here (https://github.com/stricture/hashs...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,616 03-11-2019, 10:00 AM