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 Posted [desc]
    Thread: Dilemma…!
Post: RE: Dilemma…!

undeath Wrote: (09-13-2017, 05:37 PM) -- PACK is just a collection of python scripts. You can run python on almost any OS, including Windows. -- In theory yes. In practice, there is a dependency wi...
rsberzerker hashcat 13 9,643 09-18-2017, 02:12 PM
    Thread: Performance difference Win 7 vs Win 10?
Post: RE: Performance difference Win 7 vs Win 10?

I've done some more experimenting and I'm convinced there are other factors that determine speed besides the video card and hash. When I upgraded my main cracking system to the 1060 card, I took my ol...
rsberzerker hashcat 3 3,723 09-19-2017, 05:03 AM
    Thread: Dilemma…!
Post: RE: Dilemma…!

You need the pyenchant library/module. I never was able to get this working on Windows, but it was easy on [Debian] Linux. Any you need to understand the attack method. Based on your first post, yo...
rsberzerker hashcat 13 9,643 09-19-2017, 01:59 PM
    Thread: Command structure?
Post: RE: Command structure?

It's possible. You may have to quote the path if contains spaces and leave off the trailing backslash. Here's an example where C:\Users\username\Documents\wordlists is a directory containing multiple ...
rsberzerker hashcat 2 3,419 09-21-2017, 02:11 PM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

1) What hash type are you trying to crack? 2) There are example hashes for pretty much every type in the wiki. Check ones you are getting an error with against the example. Does it look the same fo...
rsberzerker hashcat 9 7,528 09-21-2017, 02:18 PM
    Thread: Slow Speed On My Nvidia GPU
Post: RE: Slow Speed On My Nvidia GPU

> Nothing is wrong. The GPU is just old and slow. Agreed. Plus WPA is a slow hash.
rsberzerker hashcat 3 3,121 09-22-2017, 11:17 PM
    Thread: Sort and de-dupe without merging together?
Post: RE: Sort and de-dupe without merging together?

Hashcat utilities rli and rli2 might do what you want, although it will take several passes if you have multiple dictionary files.
rsberzerker hashcat 2 2,633 09-23-2017, 01:19 AM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

> If possible: For slow hashes try to hold the amplifier around 50-500 amplifier and for fast hashes 500-5000. Shift more data to the base than to the amplifier. Atom: Is this a general rule or on...
rsberzerker hashcat 6 6,005 09-23-2017, 04:19 PM
    Thread: Hashcat rule help.
Post: RE: Hashcat rule help.

There are several ways depending on what you are trying to accomplish: 1) Rules (see the wiki if you don't understand the line) Code: -- Insert @ N | iNX | Inserts character X at position N | i...
rsberzerker hashcat 6 5,413 09-26-2017, 02:48 PM
    Thread: How To Run Hashcat ON RDP/VPS
Post: RE: How To Run Hashcat ON RDP/VPS

Seconded Mem5's answer. You're missing the proper video drivers. Also hashcat-cli64 is from older versions of hashcat and obsolete. Not recommended to use.
rsberzerker hashcat 4 4,621 09-26-2017, 02:51 PM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

Comparing your problem hashes to the example hashes, they don't match in format, which is the problem. For the 2611, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXX wh...
rsberzerker hashcat 9 7,528 09-27-2017, 02:10 PM
    Thread: 5 question around
Post: RE: 5 question around

2) Depends on the hashtype. 3) You are using the parameter --outfile-format 2 From the wiki: Code: -- - [ Outfile Formats ] -  # | Format ===+========  1 | hash[:salt]  2 | plain �...
rsberzerker hashcat 5 5,386 09-27-2017, 02:34 PM
    Thread: 5 question around
Post: RE: 5 question around

Some rule files are included with hashcat in the rules directory. Best64 is the name of one set of rules. Example command: hashcat64.exe -m %hashtype% -a 0 --remove -o %outfile% --status --markov-...
rsberzerker hashcat 5 5,386 09-28-2017, 03:39 AM
    Thread: wpa2 broken
Post: RE: wpa2 broken

I'd guess no. This attack isn't a way to crack the actual password, but trick the endpoint into connecting to another device with a known password.
rsberzerker hashcat 3 3,877 10-16-2017, 02:56 PM