Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: pyHashcat
Post: RE: pyHashcat
atom Wrote: (06-17-2014, 10:23 AM)
--
Awesome! Many thanks! I've tweeted about here: https://twitter.com/hashcat/status/478814218209480704
This should help developers to rapidly integrate oclHash... |
|
richk |
User Contributions
|
9 |
22,506 |
06-17-2014, 01:02 PM |
|
|
Thread: pyHashcat
Post: RE: pyHashcat
Bug Fix:
Fixed an error with parsing the restore file. I fat fingered a variable name.
To parse the restore file you can either call the get_restore_stats() function without arguments or specific a f... |
|
richk |
User Contributions
|
9 |
22,506 |
06-17-2014, 03:01 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: pyHashcat
Post: RE: pyHashcat
NBZ Wrote: (06-17-2014, 04:09 PM)
--
I twitted it as well :) cool stuff
--
Great! Thanks! If you getting around to trying it out let know if you find bugs. Parsing the restore file is tricky and it... |
|
richk |
User Contributions
|
9 |
22,506 |
06-17-2014, 05:13 PM |
|
|
Thread: pyHashcat
Post: RE: pyHashcat
hypn0s Wrote: (06-17-2014, 05:16 PM)
--
Really great work! Thank's for this wrapper :D
--
Thanks!
Atom, I'll take a look at parsing out the log file too. The more information available to the u... |
|
richk |
User Contributions
|
9 |
22,506 |
06-17-2014, 06:59 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: 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: pyHashcat
Post: RE: pyHashcat
I just pushed a major update to pyHashcat. It now has support for Hashcat and not just oclHashcat through the HashcatWrapper class. It is very similar to the oclHashcatWrapper.
One major differenc... |
|
richk |
User Contributions
|
9 |
22,506 |
09-09-2014, 09:33 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: 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: 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: 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: 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: 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: 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 |