Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: HashCat GPU
Post: RE: HashCat GPU
Todesh Wrote: (10-01-2015, 08:27 AM)
--
Is not there anybody no information? At least something!
--
This website is full of information. Sorry if no one has emailed it all to you.
Apologies from... |
|
rico |
Old oclHashcat Support
|
5 |
8,333 |
10-01-2015, 10:33 AM |
|
|
Thread: oclHashcat cannot crack NT/LM hash?
Post: RE: oclHashcat cannot crack NT/LM hash?
https://lmgtfy.com/?q=online+ntlm+hash+generator&l=1 |
|
rico |
Old oclHashcat Support
|
5 |
7,299 |
11-17-2015, 06:34 PM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
If your .hccap file isn't in the same dir as hashcat, you'll have to put in the path, just like every other command line interface out there. Basic OS usage stuff you should learn.
[hashcat executa... |
|
rico |
Old oclHashcat Support
|
5 |
6,999 |
11-17-2015, 07:29 PM |
|
|
Thread: HD6870 & HD5970 with WPA
Post: RE: HD6870 & HD5970 with WPA
You should be getting around 165 kH/s WPA from the 5970 (more if overclocked) so if you get that using -w 3 then you're done. |
|
rico |
Old oclHashcat Support
|
5 |
6,489 |
11-24-2015, 01:25 PM |
|
|
Thread: HD6870 & HD5970 with WPA
Post: RE: HD6870 & HD5970 with WPA
Yeah, the 165 kH/s rate is for brute force -a 3 mode. Other modes may be slower. |
|
rico |
Old oclHashcat Support
|
5 |
6,489 |
11-24-2015, 01:38 PM |
|
|
Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing
Definitely happens exactly as magnum has outlined. I lost quite a few sessions due to this while learning oclhashcat so it's not just v1.37 that's affected. Dunno why I never thought to raise it in tr... |
|
rico |
Old oclHashcat Support
|
5 |
8,323 |
12-02-2015, 11:53 PM |
|
|
Thread: Another gpu question
Post: RE: Another gpu question
https://www.evga.com/Products/Product.aspx?pn=04G-P4-1970-KR
"EVGA GeForce GTX 970 GAMING"
Looks kinda "reference", has "GAMING" in the product title so, no, it isn't a pure reference dessign. Ho... |
|
rico |
Hardware
|
5 |
7,598 |
12-03-2015, 03:27 PM |
|
|
Thread: MH/s, GH/s, MHz, GHz: what does it mean?
Post: RE: 980 TI Bench
Jebus, you weren't joking about it being a nooby question...
https://en.wikipedia.org/wiki/Hertz
Nothing to do with hashcat whatsoever. |
|
rico |
Hardware
|
5 |
26,006 |
12-14-2015, 07:25 PM |
|
|
Thread: edit session settings?
Post: RE: edit session settings?
You could just start a new session and use the --skip option to start at 60%.
https://hashcat.net/wiki/doku.php?id=oclhashcat
restore-file format:
Code:
--
typedef struct
{
uint32_t ... |
|
rico |
General Talk
|
5 |
5,907 |
07-04-2016, 12:59 PM |
|
|
Thread: Mask option: date?
Post: RE: Mask option: date?
Stick the masks in a mask file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files |
|
rico |
hashcat
|
5 |
7,381 |
07-08-2016, 11:36 PM |
|
|
Thread: Mask option: date?
Post: RE: Mask option: date?
Oh yeah, forgot about that bit of the puzzle. Maybe rules files then? One with append days, one with months and one with years?
days.rule:
$0 $1
$0 $2
$0 $3
..
$3 $1
months.rule:
$0 $1
$0... |
|
rico |
hashcat
|
5 |
7,381 |
07-09-2016, 12:11 AM |
|
|
Thread: whats the highest or lowest % you got your wpa keys
Post: RE: whats the highest or lowest % you got your wpa...
WPA key found 0.57% through same keyspace. Took less than 2 hours when full keyspace coverage would've taken 2 WEEKS.
https://hashcat.net/forum/thread-4637.html |
|
rico |
General Talk
|
5 |
5,405 |
07-25-2016, 03:48 PM |
|
|
Thread: Cracking progress ( lass pass attempt)
Post: RE: Cracking progress ( lass pass attempt)
Why are you using mask processor? hashcat can do all this.
hashcat32 -m 2500 -a 3 -1 ?dABCDEF T2.hccap ?1?1?1?1?1?1?1?1?1?1
It's going to take a while though.... |
|
rico |
hashcat
|
5 |
5,129 |
09-23-2016, 03:59 PM |
|
|
Thread: Cracking progress ( lass pass attempt)
Post: RE: Cracking progress ( lass pass attempt)
1. Determine total keyspace.
>hashcat64 -m 2500 -a 3 --keyspace -1 ?dABCDEF T2.hccap ?1?1?1?1?1?1?1?1?1?1
68719476736
2. What position is 00753E0000 in the total keyspace, as a ratio? As this v... |
|
rico |
hashcat
|
5 |
5,129 |
09-24-2016, 12:26 AM |
|
|
Thread: increment gives invlaid mask error
Post: RE: increment gives invlaid mask error
WPA passphrases require a minimum length of 8. I'm also not sure if/how the --increment option is applied in this hybrid attack mode - maybe it's not meant to be used outside a direct mask attack? |
|
rico |
hashcat
|
5 |
7,880 |
12-13-2016, 04:03 PM |
|
|
Thread: type example.dict
Post: RE: type example.dict
So, you're not asking about attack modes or hash rates or anything other than "why are two different things different?" :/
The main difference I can see it that piping from type is redundant in you... |
|
rico |
hashcat
|
5 |
5,326 |
03-15-2017, 09:42 PM |
|
|
Thread: type example.dict
Post: RE: type example.dict
Code:
--
hashcat64.exe -m 400 example400.hash example.dict
--
hashcat opens the dictionary, scans it and produces the stats you see.
Code:
--
type example.dict | hashcat64.exe -m 400 example400... |
|
rico |
hashcat
|
5 |
5,326 |
03-16-2017, 11:49 AM |
|
|
Thread: oclHashcat v1.36 slow on Windows 10
Post: oclHashcat v1.36 slow on Windows 10
Hi all,
Yes, I've been a silly boy, jumping into Windows 10 x64 before knowing much about it (and before there's a driver for my old Soundblaster too apparently!).
Anyways, I've installed the ne... |
|
rico |
Old oclHashcat Support
|
6 |
15,654 |
08-17-2015, 10:08 PM |
|
|
Thread: 5870 vs 6870
Post: RE: 5870 vs 6870
I have a local [slightly updated/modified] copy of https://golubev.com/gpuest.htm in a spreadsheet. Can confirm numbers:
5870: 79,036 H/s WPA
6870: 58,579 H/s WPA
5870 is 35% faster than 6870.
... |
|
rico |
Hardware
|
6 |
14,305 |
08-18-2015, 12:06 PM |
|
|
Thread: oclHashcat v1.36 slow on Windows 10
Post: RE: oclHashcat v1.36 slow on Windows 10
Well whadda ya know, v1.37 to the rescue. Nice work atom!
D:\Network\cudaHashcat-1.37>cudaHashcat64.exe -m 2500 -b
cudaHashcat v1.37 starting in benchmark-mode...
Device #1: GeForce GTX 760, 20... |
|
rico |
Old oclHashcat Support
|
6 |
15,654 |
08-18-2015, 07:35 PM |