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 [desc] Forum Replies Views Posted
    Thread: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

perl -ne 'chomp; my @x=split ":"; print $x[-1], "\n";' hashcat.potfile > wordlist.txt Then you can use wordlist.txt as wordlist
atom hashcat 4 3,184 02-16-2019, 10:53 AM
    Thread: newbie - how do I open/view the example hash .vc file?
Post: RE: newbie - how do I open/view the example hash ....

You cannot, it's encrypted.
atom General Talk 3 2,709 02-16-2019, 04:26 PM
    Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows

If you just want to modify the kernel you do not need any development environment at all. GPU kernels are compiled using the just in time compiler from the driver. Just make sure to remove the cached ...
atom hashcat 4 2,401 02-20-2019, 08:45 AM
    Thread: AMD rx480
Post: RE: AMD rx480

The rx480 is working fine. I know because I own one myself.
atom hashcat 6 3,190 02-20-2019, 08:46 AM
    Thread: Weird client behaviour in Brain Attack
Post: RE: Weird client behaviour in Brain Attack

Please provide all information like commandline setup and files so that we can reproduce locally.
atom hashcat 2 1,809 02-20-2019, 08:47 AM
    Thread: rx 480 amd drivers 19.2.2
Post: RE: rx 480 amd drivers 19.2.2

Probably just overheating GPU leading to all sort of unpredictable outcome.
atom hashcat 7 3,360 02-20-2019, 08:50 AM
    Thread: AMD rx480
Post: RE: AMD rx480

apt-get install dkms rock-dkms rocm-opencl-dev
atom hashcat 6 3,190 02-24-2019, 07:09 PM
    Thread: Help understanding NetNTLMv2
Post: RE: Help understanding NetNTLMv2

Best way to explain: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05600_a0-pure.cl#L46-L107
atom hashcat 1 1,862 02-26-2019, 10:08 PM
    Thread: AMD rx480
Post: RE: AMD rx480

If you just want to try it on linux you can also use AMDGPU drivers
atom hashcat 6 3,190 02-26-2019, 10:09 PM
    Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...

If you just want to get started try a different hash mode. The iTunes backup >= 10.0 is the slowest algorithm around.
atom hashcat 9 7,468 02-26-2019, 10:10 PM
    Thread: build for windows from linux
Post: RE: build for windows from linux

BUILD.md was updated
atom hashcat 3 2,029 03-03-2019, 11:33 AM
    Thread: power
Post: RE: power

Should be covered in detail in the hardware section
atom Hardware 1 1,485 03-03-2019, 11:34 AM
    Thread: no such directory after make install
Post: RE: no such directory after make install

This should explain it better, note that the apt-get remove in this case represents the rm command: Quote: -- root@ro:~# touch /usr/bin/bla root@ro:~# chmod +x /usr/bin/bla root@ro:~# rm /usr/...
atom General Talk 2 2,399 03-03-2019, 11:40 AM
    Thread: Total Noob hoping for some Hashcat help.
Post: RE: Total Noob hoping for some Hashcat help.

This completely makes no sense. In -m 10300 the salt is part of the hash.
atom hashcat 1 1,339 03-03-2019, 11:42 AM
    Thread: Recover password from FreeArc file
Post: RE: Recover password from FreeArc file

arc is not supported
atom hashcat 1 1,569 03-03-2019, 11:43 AM
    Thread: Macbook Pro starts at a decent speed but after a bit it is stuck at a low speed
Post: RE: Macbook Pro starts at a decent speed but after...

Please post the command line you are using
atom hashcat 1 1,321 03-10-2019, 06:24 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

What happens if you just use a single keyfile? Which PIM are you using?
atom hashcat 13 5,712 03-10-2019, 06:29 PM
    Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...

Cracks fine for me with latest version
atom hashcat 9 4,578 03-10-2019, 06:35 PM
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Why is that the opposite? Sounds like a traditional wordlist attack to me.
atom hashcat 4 3,071 03-10-2019, 06:37 PM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

I've fixed this on GitHub master and created a new beta on https://hashcat.net/beta/ Thanks for reporting!
atom hashcat 8 3,794 03-11-2019, 11:21 AM