Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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: 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: 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: We NEED your help!
Post: RE: We NEED your help!
2die4 Wrote: (06-22-2014, 03:09 PM)
--
Using the actual name of the hash algorithm sounds pretty good to me too.
--
I agree using the actual names would be nice. If you wanted, you could continue u... |
|
richk |
General Help
|
10 |
20,016 |
06-23-2014, 07:08 PM |
|
|
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: 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: 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: 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 |