Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
note that none of this is strictly relevant to reproducing the bug since we have the byte stream :) |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,804 |
01-30-2013, 02:52 PM |
|
|
Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library
You don't need to do all that subshell awk stuff. ''aptitude purge ~nnvidia'' |
|
epixoip |
hashcat
|
9 |
39,009 |
12-02-2016, 09:16 PM |
|
|
Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013
mastercracker Wrote: (05-28-2013, 06:29 PM)
--
I am sure most of us would like to know what was the pattern(s) for the SHA256(unix).
--
some guys have already figured it out. the hint in the pictur... |
|
epixoip |
Organisation and Events
|
16 |
39,391 |
05-28-2013, 06:35 PM |
|
|
Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013
i don't know for sure, but i believe 5 & 7 were only going to be released if the 50% mark wasn't broken. from the "prices" page it looks like they had phpass, postgre, sha1, and broken sha1 hashes. |
|
epixoip |
Organisation and Events
|
16 |
39,391 |
05-29-2013, 02:07 AM |
|
|
Thread: PHD hashrunner 2013
Post: RE: PHD hashrunner 2013
Like atom and I discussed on IRC: you know a contest is ill-designed when a solo participant who does not even have the time to devote to doing the contest can come in fourth place using a single syst... |
|
epixoip |
Organisation and Events
|
16 |
39,391 |
05-27-2013, 05:20 PM |
|
|
Thread: .cap hash extraction
Post: RE: .cap hash extraction
you are specifying a salted hash mode without supplying the hash and salt in "hash:salt" format. it looks like you are just concatenating the salt with the hash. |
|
epixoip |
Old hashcat Support
|
9 |
39,553 |
08-25-2014, 12:30 AM |
|
|
Thread: PHDays Hashrunner challenge 2015 - Writeup
Post: RE: PHDays Hashrunner challenge 2015 - Writeup
JTR does have scrypt support...
https://github.com/magnumripper/JohnTheRipper/search?q=scrypt |
|
epixoip |
Organisation and Events
|
14 |
39,742 |
05-21-2015, 06:05 AM |
|
|
Thread: PHDays Hashrunner challenge 2015 - Writeup
Post: RE: PHDays Hashrunner challenge 2015 - Writeup
If you look at the plugin you will see the format it expects:
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/scrypt_fmt.c#L54-78
You can also look at prepare() in the same... |
|
epixoip |
Organisation and Events
|
14 |
39,742 |
05-21-2015, 10:45 PM |
|
|
Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file
hashcat does not support this algorithm. and office2john.py is specific to john the ripper, hence the script's name. |
|
epixoip |
General Talk
|
9 |
40,068 |
05-20-2013, 09:32 AM |
|
|
Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file
taratota Wrote: (05-20-2013, 09:37 AM)
--
Maybe I'm wrong... ;)
--
yes, you're wrong. it's not near as simple as you think it is. |
|
epixoip |
General Talk
|
9 |
40,068 |
05-20-2013, 01:58 PM |
|
|
Thread: oclHashcat v1.33
Post: RE: oclHashcat v1.33
Each thread has its own file descriptor, which mitigates starvation when performing wordlist attacks on multiple GPUs. |
|
epixoip |
Old oclHashcat Announcements
|
17 |
40,095 |
02-16-2015, 10:32 PM |
|
|
Thread: oclHashcat v1.33
Post: RE: oclHashcat v1.33
No, you must use 14.9. Catalyst 14.12 is broken. oclHashcat isn't broken, Catalyst is. |
|
epixoip |
Old oclHashcat Announcements
|
17 |
40,095 |
02-27-2015, 07:00 AM |
|
|
Thread: Exhausted?
Post: RE: Exhausted?
Toil Wrote: (12-24-2012, 03:56 AM)
--
I know about the --increment flag. It doesn't work as expected. You can't custom set your ?1, ?2, ?3, ?4. It is always ?l?d?u.
--
false.
Quote:
--
But, w... |
|
epixoip |
General Help
|
6 |
40,300 |
12-24-2012, 09:47 AM |
|
|
Thread: 3Des - ECB brute forcing
Post: RE: 3Des - ECB brute forcing
Adobe confirmed like a month ago that it was in fact 3DES... |
|
epixoip |
Very old oclHashcat-plus Support
|
10 |
40,327 |
11-15-2013, 03:04 AM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
It's a really bad idea, all you're doing is wasting disk space. And if you have a 100 GB wordlist, you're doing something very, very wrong. |
|
epixoip |
General Talk
|
23 |
40,657 |
12-28-2014, 09:29 PM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
First, GPU is irrelevant for what you are talking about doing. CPU is faster than GPU for the algorithms you would be able to generate tables for, since it's impossible to gain any acceleration perfor... |
|
epixoip |
General Talk
|
23 |
40,657 |
12-28-2014, 11:48 PM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
GPU makes sense -- as I said, you should not be running straight wordlist attacks against fast hashes on GPU. However, there shouldn't be that much of a drop between single hash and multihash on CPU. ... |
|
epixoip |
General Talk
|
23 |
40,657 |
12-29-2014, 12:19 AM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
Rainbow tables don't actually store the hash value, they store hash chains using a reduction function. So you still have to do quite a bit of calculation and false-alarm checking to look up a hash in ... |
|
epixoip |
General Talk
|
23 |
40,657 |
12-29-2014, 09:29 AM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
Hard drive and RAM can both be a bottleneck, yes.
You also have to take into consideration startup & shutdown time, there is overhead there where you are not doing any cracking.
I had never rea... |
|
epixoip |
General Talk
|
23 |
40,657 |
12-29-2014, 10:28 PM |
|
|
Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?
65 MB/s is pretty slow, but not atypical of a laptop with a spinny disk.
For this task RAM quantity is not quite as important as RAM speed, and perhaps even more important than that is NUMA-aware s... |
|
epixoip |
General Talk
|
23 |
40,657 |
12-29-2014, 10:55 PM |