Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: multi hccaps?
Post: RE: multi hccaps?
tanoury Wrote: (03-19-2013, 07:48 AM)
--
Is there a way to load multiple hccaps in the same session? I've tried:
./oclHashcat-plus64.bin -m 2500 --gpu-loops=1024 -n 160 -a3 first.hccap second.hcca... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
11 |
26,624 |
03-19-2013, 02:11 PM |
|
|
Thread: multi hccaps?
Post: RE: multi hccaps?
atom Wrote: (03-21-2013, 02:26 PM)
--
Please create a ticket on TRAC and ask for support for loading multiple entries from a single .hccap file. This is easy to implement, but if its not on TRAC I am... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
11 |
26,624 |
03-21-2013, 05:25 PM |
|
|
Thread: multi hccaps?
Post: RE: multi hccaps?
atom Wrote: (03-21-2013, 05:28 PM)
--
It wont work with single files, but with one big.
--
Ah I understand. Well that is what I was requesting before and I "think" this is what tanoury is asking f... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
11 |
26,624 |
03-21-2013, 05:38 PM |
|
|
Thread: Hashcat Plus Benchmark Command
Post: RE: Hashcat Plus Benchmark Command
atom Wrote: (03-13-2013, 11:08 AM)
--
WPA/WPA2 is a slow algorithm and IMO slow algorithms cant be used for competition. There is no challenge in making them as fast as theoretical possible.
--
Hmm... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
9 |
27,236 |
03-16-2013, 01:23 PM |
|
|
Thread: hashcat v0.46
Post: RE: hashcat v0.46
|
Hash-IT |
Old hashcat Announcements
|
2 |
28,086 |
06-27-2013, 02:17 AM |
|
|
Thread: Directory Mode
Post: Directory Mode
Near the bottom of this (https://hashcat.net/wiki/hashcat_utils) page you explain that the optimum way to use hashcatplus is for us to sort our wordlists by line length into separate files. I understa... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-18-2011, 07:53 PM |
|
|
Thread: Directory Mode
Post: RE: Directory Mode
SmilingWolf Wrote: (11-18-2011, 10:22 PM)
--
I think "directory mode" just means that you point hashcat-plus to the directory cointaining the wordlists instead of pointing it to a list of dicts.
--
... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-19-2011, 12:18 AM |
|
|
Thread: Directory Mode
Post: RE: Directory Mode
So I am guessing the best way to explain this to a new user would be that…
The optimum way to run hashcatplus is to sort all words into individual text files by length. Then run each text fi... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-19-2011, 07:42 PM |
|
|
Thread: Directory Mode
Post: RE: Directory Mode
I have done some tests and I hope this isn’t the placebo effect !!
Using alphabetically sorted word list length ranging from 8 – 15 direct attack on a WPA handshake capture, I get a f... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-19-2011, 11:40 PM |
|
|
Thread: Directory Mode
Post: RE: Directory Mode
atom Wrote: (11-20-2011, 12:24 AM)
--
wow, 100k with HD5870? is it overclocked? looks like record for this card...
--
Is it really !! :)
It doesn't stay there long when I refresh (pressing s) it... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-20-2011, 12:47 AM |
|
|
Thread: Directory Mode
Post: RE: Directory Mode
Just thought I should update this.
I have never really watched the speed report too closely before and so I was surprised at the speed obtained by sorting my word list.
I am sorry to say that th... |
|
Hash-IT |
General Help
|
13 |
28,194 |
11-20-2011, 02:36 PM |
|
|
Thread: Removing Bad Hashes
Post: Removing Bad Hashes
Hi
Just wondered if anyone knew of a way to remove bad hashes or text that is not a hash from a corrupted or mixed hash list and dump it into a new clean one ?
Especially if the user knows what ... |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-07-2012, 04:40 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
undeath Wrote: (07-07-2012, 07:08 PM)
--
use grep.
--
Ah, thank you undeath. I always look forward to your long winded and inordinately verbose replies ! :D
(only joking) :)
Anything for ... |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-07-2012, 07:55 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
undeath Wrote: (07-07-2012, 10:50 PM)
--
msys/mingw
--
:D :D :D
OK, thank you very much undeath :)
I am sure you have the least expensive phone bill out of all the people I know. :D |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-08-2012, 01:18 AM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
radix Wrote: (07-08-2012, 06:20 AM)
--
Could do it with excel as well. Create a char count column then sort by number.
--
Thank you for your help.
Thats a good idea but I was wondering if there... |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-08-2012, 11:38 AM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
Thank you for your help :)
Hmm... I see the problem, it is difficult isn't it.
I guess the only solution is "maybe" to suspect hashes with more than a certain amount of repeated characters is less l... |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-08-2012, 01:58 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
undeath Wrote: (07-08-2012, 04:52 PM)
--
o_O
grep -E '^[a-f0-9]{40}$' | grep -v '^00000'
--
Thank you undeath, :)
Believe it or not I can almost follow what you have done there thanks ! It... |
|
Hash-IT |
General Talk
|
13 |
28,538 |
07-08-2012, 07:10 PM |
|
|
Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force
M@LIK Wrote: (06-01-2012, 02:09 AM)
--
Thumbs up for these options in oclHashcat-plus:
--
Thanks.
To split passwords ending in "A" into 2 sessions I do this in maskprocessor.
--start-at=AAAAA... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
15 |
29,325 |
06-01-2012, 02:20 AM |
|
|
Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force
undeath Wrote: (06-01-2012, 09:00 AM)
--
just set proper masks.
--
Thanks for your idea, however I am not clever enough to work this out.
I understand how to start from a certain place but not h... |
|
Hash-IT |
Very old oclHashcat-plus Support
|
15 |
29,325 |
06-01-2012, 01:55 PM |
|
|
Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force
Is this it ?
A?u?u?u?u?u?uA
B?u?u?u?u?u?uA
C?u?u?u?u?u?uA
D?u?u?u?u?u?uA
etc
If so it is a little messy as 26 lines of code are required instead of 2 !!! I must have this wrong.
:( |
|
Hash-IT |
Very old oclHashcat-plus Support
|
15 |
29,325 |
06-01-2012, 04:09 PM |