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 [desc] Author Forum Replies Views Posted
    Thread: Dev/Testers Needed - oclhashcat API
Post: Dev/Testers Needed - oclhashcat API

I've been slowly making progress on an API for oclhashcat in the little spare time I have. It's at a point where the project could benefit from additional testing and input from the community. You can...
richk User Contributions 2 6,770 03-22-2016, 11:15 PM
    Thread: html and conversations in rockyou
Post: html and conversations in rockyou

I'm probably late to this, but I was doing some analysis on the rockyou list from skullsecurity.org, and I noticed a lot of html and what looks like private conversations also included in the list. I'...
richk General Talk 2 6,436 08-19-2014, 02:21 PM
    Thread: Keyboard Walks
Post: Keyboard Walks

I've been doing some work on generating keyboard walks. Thought I would post here to see if anyone finds the information useful. Source: https://github.com/Rich5/Keyboard-Walk-Generators Blog s...
richk User Contributions 11 30,805 08-15-2014, 02:08 PM
    Thread: Log File Format
Post: Log File Format

Is there any documentation on the log file format yet? I know it's a new feature, but I'm looking to parse the file and make the output available through pyHashcat. From what I can tell it looks like ...
richk Old oclHashcat Support 2 5,813 06-19-2014, 02:36 PM
    Thread: parsing restore file
Post: parsing restore file

Has anyone parsed the restore file into python ctypes? I'm having problems doing so. Since I thought it was a an issue with my knowledge of ctypes I posted the issue on StackOverflow here (code in...
richk Old oclHashcat Support 6 10,395 04-14-2014, 07:49 PM
    Thread: pyHashcat
Post: pyHashcat

If anyone is interested I created a Python wrapper to interface with oclHashcat. It's in beta currently so I'm sure there are bugs. Please let me know if/when you find them. I hope this helps with bui...
richk User Contributions 9 22,506 06-17-2014, 02:18 AM
    Thread: Cracking password with qwerty order charset
Post: RE: Cracking password with qwerty order charset

I realize that this is a little late, but since I'm the author of the tool mentioned I thought I'd comment. The -x option is for pruning the qwerty graph structure. Method 1 walks a graph using a mod...
richk Old hashcat Support 4 8,139 09-14-2015, 02:58 PM
    Thread: Dev/Testers Needed - oclhashcat API
Post: RE: Dev/Testers Needed - oclhashcat API

atom Wrote: (03-23-2016, 12:49 PM) -- @Beta-Testers: If possible, please help him. @richk: Good luck with it! -- Thanks! My goal is to have a nice pull request for the master branch at some point.
richk User Contributions 2 6,770 03-23-2016, 07:24 PM
    Thread: html and conversations in rockyou
Post: RE: html and conversations in rockyou

Kgx Pnqvhm Wrote: (08-19-2014, 03:12 PM) -- I've raised the topic of garbage in leaked lists on the forum over on hashes.org. Another issue is "How I found encoding errors in rockyou.txt trying to...
richk General Talk 2 6,436 08-19-2014, 03:37 PM
    Thread: Is anyone mining IMDb?
Post: RE: Is anyone mining IMDb?

Kgx Pnqvhm Wrote: (06-26-2014, 10:02 PM) -- Well, it was your re-tweets that brought that site to my attention. -- I've scraped IMDB with Powershell before (although not for password cracking reaso...
richk General Talk 7 17,167 06-27-2014, 02:02 PM
    Thread: Keyboard Walks
Post: RE: Keyboard Walks

epixoip Wrote: (08-15-2014, 02:15 PM) -- Thanks for sharing! At first glance this appears to be very well done. -- Thanks! I've been using method 2 and getting good results for my purposes, but I'm...
richk User Contributions 11 30,805 08-15-2014, 02:26 PM
    Thread: Keyboard Walks
Post: RE: Keyboard Walks

atom Wrote: (08-15-2014, 04:44 PM) -- Btw using -a 1 is the same as the combinator mode, this way you may save some wordlist space plus you have a nice multiplicator option for fast hashes -- very ...
richk User Contributions 11 30,805 08-15-2014, 05:11 PM
    Thread: Keyboard Walks
Post: RE: Keyboard Walks

Kgx Pnqvhm Wrote: (08-16-2014, 02:17 PM) -- Using the hashcat-utils' combinator.exe is likely quicker than combinator.py. And the new (but undocumented) combinator3.exe creates the in-between 12 c...
richk User Contributions 11 30,805 08-17-2014, 04:16 PM
    Thread: Keyboard Walks
Post: RE: Keyboard Walks

HashBear Wrote: (11-17-2015, 02:25 PM) -- Bit late, but thanks for sharing this. Just a heads up: Going through the list, I noticed three lines in the 4_walk_seed file are duplicates: gthy defr ...
richk User Contributions 11 30,805 11-20-2015, 03:29 PM
    Thread: Log File Format
Post: RE: Log File Format

atom Wrote: (06-26-2014, 01:02 PM) -- Yeah, it's really not hard to find out :) The ID's are just unique ID's. -- Ok, thanks, just making sure I'm not missing some meaning in the ID. Now to figure ...
richk Old oclHashcat Support 2 5,813 06-28-2014, 03:41 AM
    Thread: New Tool: kwprocessor
Post: RE: New Tool: kwprocessor

nice! I'm obviously interested in this. Out of curiosity what deficiencies did you find with my methods? https://hashcat.net/forum/thread-3614.html https://github.com/Rich5/Keyboard-Walk-Generators ...
richk User Contributions 13 19,599 08-15-2016, 12:12 PM
    Thread: New Tool: kwprocessor
Post: RE: New Tool: kwprocessor

jodler303 Wrote: (08-15-2016, 02:00 PM) -- atom Wrote: (08-15-2016, 11:09 AM) -- A few weeks back I was in need of a keyboard-walk generator but none of the options available did satisfy my needs. I...
richk User Contributions 13 19,599 08-15-2016, 10:30 PM
    Thread: New Tool: kwprocessor
Post: RE: New Tool: kwprocessor

jodler303 Wrote: (08-15-2016, 11:25 PM) -- richk Wrote: (08-15-2016, 10:30 PM) -- If I'm reading it correctly I think the non-skip is by design. I'm guessing you would use a combinationĀ attack in c...
richk User Contributions 13 19,599 08-16-2016, 12:28 AM
    Thread: New Tool: kwprocessor
Post: RE: New Tool: kwprocessor

jodler303 Wrote: (08-16-2016, 01:36 AM) -- grep "1a2s3d4f" 10-million-combos.txt | wc -l 176 grep "1a2s3d" 10-million-combos.txt | wc -l 266 grep "adgjl" 10-million-combos.txt | wc -l 70 ...
richk User Contributions 13 19,599 08-16-2016, 03:40 AM
    Thread: oclHashcat v1.20
Post: RE: oclHashcat v1.20

Awesome! Thanks! Looking forward to trying the new features
richk Old oclHashcat Announcements 44 160,917 04-28-2014, 05:58 PM