Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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: 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: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
Why can't you just grep for the plaintext in the dictionaries? |
|
richk |
hashcat
|
10 |
11,484 |
10-17-2016, 01:27 PM |
|
|
Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
It's more work to write a one line bash script? Wow. |
|
richk |
hashcat
|
10 |
11,484 |
10-17-2016, 03:31 PM |
|
|
Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
royce Wrote: (10-17-2016, 03:37 PM)
--
Looking through the dictionaries won't tell you which rule was used.
For future work, or if you want to run your job again, check out --debug-mode. Mode 4 ma... |
|
richk |
hashcat
|
10 |
11,484 |
10-17-2016, 03:46 PM |
|
|
Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
Krytos Wrote: (10-17-2016, 04:10 PM)
--
richk Wrote: (10-17-2016, 03:31 PM)
--
It's more work to write a one line bash script? Wow.
--
You really need to work on your reading comprehension.
--
... |
|
richk |
hashcat
|
10 |
11,484 |
10-17-2016, 04:20 PM |
|
|
Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
Krytos Wrote: (10-17-2016, 04:26 PM)
--
richk Wrote: (10-17-2016, 04:20 PM)
--
Krytos Wrote: (10-17-2016, 04:10 PM)
--
richk Wrote: (10-17-2016, 03:31 PM)
--
It's more work to write a one line bas... |
|
richk |
hashcat
|
10 |
11,484 |
10-17-2016, 04:29 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: 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: 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: 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: 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 |