Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: test case only cracking single hash
Post: test case only cracking single hash
Newbie question that I'm hoping is just me making a simple mistake. I just wanted to test out oclHashcat, but on my test cases it's only cracking a single hash and ignoring all the rest; even when I k... |
|
richk |
Old oclHashcat Support
|
2 |
6,479 |
04-03-2014, 08:09 PM |
|
|
Thread: test case only cracking single hash
Post: RE: test case only cracking single hash
philsmd Wrote: (04-03-2014, 08:35 PM)
--
You probably need to get rid of the newline character... it should be easy to see it just add
print plain_text,
after the "for plain_text in f:" and you wil... |
|
richk |
Old oclHashcat Support
|
2 |
6,479 |
04-03-2014, 08:48 PM |
|
|
Thread: WARNING: Hashfile ..... Weak Hash ???
Post: WARNING: Hashfile ..... Weak Hash ???
Might be a dumb question, but other than the obvious what does this error message mean:
WARNING: Hashfile 'file path' in line 1 (a hash): Weak Hash
There is a single hash in the file. Is that a prob... |
|
richk |
Old oclHashcat Support
|
2 |
5,666 |
05-27-2014, 10:33 PM |
|
|
Thread: WARNING: Hashfile ..... Weak Hash ???
Post: RE: WARNING: Hashfile ..... Weak Hash ???
epixoip Wrote: (05-27-2014, 11:00 PM)
--
'weak hash' means that hash has no input. in other words, it is the hash of nothing/null. in other other words, that account has no password.
--
Good to kno... |
|
richk |
Old oclHashcat Support
|
2 |
5,666 |
05-27-2014, 11:05 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: 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: 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: 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: 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: Restore File Parsing
Post: Restore File Parsing
I having trouble parsing the restore file. Which struct is correct in the wiki pages? This one:
typedef struct
{
uint32_t version_bin;
char cwd[256];
uint32_t argc;
char **... |
|
richk |
Old oclHashcat Support
|
3 |
6,759 |
04-11-2014, 06:01 PM |
|
|
Thread: Restore File Parsing
Post: RE: Restore File Parsing
richk Wrote: (04-11-2014, 06:01 PM)
--
I having trouble parsing the restore file. Which struct is correct in the wiki pages? This one:
typedef struct
{
uint32_t version_bin;
char cwd[... |
|
richk |
Old oclHashcat Support
|
3 |
6,759 |
04-11-2014, 06:14 PM |
|
|
Thread: Restore File Parsing
Post: RE: Restore File Parsing
hypn0s Wrote: (04-11-2014, 06:21 PM)
--
The 1.20 version is still in beta.
--
Got it. Thanks! I'm new here so I took the wiki information to mean that it was already out there somewhere. |
|
richk |
Old oclHashcat Support
|
3 |
6,759 |
04-11-2014, 06:25 PM |
|
|
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: 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: parsing restore file
Post: RE: parsing restore file
My other question is that it seems like there is much less information in the projected 1.20 (1.02?) version of the restore file. Is there going to be a way to get status updates on information like t... |
|
richk |
Old oclHashcat Support
|
6 |
10,395 |
04-15-2014, 11:09 PM |
|
|
Thread: parsing restore file
Post: RE: parsing restore file
Oh very cool..I guess I'll to make due until the new release then. Thanks! |
|
richk |
Old oclHashcat Support
|
6 |
10,395 |
04-16-2014, 03:12 PM |
|
|
Thread: parsing restore file
Post: RE: parsing restore file
Just so you're aware I'm planning on writing a full python wrapper for oclHashcat once it's easier to get stats in the next version. I have a wrapper now, but it's not good enough for general release ... |
|
richk |
Old oclHashcat Support
|
6 |
10,395 |
04-16-2014, 04:13 PM |
|
|
Thread: parsing restore file
Post: RE: parsing restore file
atom Wrote: (04-15-2014, 06:13 PM)
--
note that the restore structure changes massively with v1.20.
also see this:
https://hashcat.net/forum/thread-3047.html
--
Understood. I can adjust accor... |
|
richk |
Old oclHashcat Support
|
6 |
10,395 |
04-15-2014, 06:47 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 |