Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: please help me correctly!!!!!!!!!
Post: RE: please help me correctly!!!!!!!!!
do some homework and search the forums. this is a common topic that has been discussed at-length. |
|
epixoip |
Hardware
|
3 |
6,762 |
10-27-2014, 10:26 PM |
|
|
Thread: Random or not
Post: RE: Random or not
yeah i'm the same way. for some reason i tend to prefer random passwords that contain a 'z' or 'x', and i'll keep clicking until i find one. you seem to prefer the number 9, or its upside-down variant... |
|
epixoip |
General Talk
|
3 |
7,107 |
10-27-2014, 10:29 PM |
|
|
Thread: 2 different Graphic Cards
Post: RE: 2 different Graphic Cards
The answer normally would be yes, but in your case the answer is no as Nvidia has dropped support in the latest CUDA release for your GTX 275. |
|
epixoip |
General Help
|
3 |
7,765 |
11-06-2014, 06:58 PM |
|
|
Thread: Removing duplicate lines in dictionary file
Post: RE: Removing duplicate lines in dictionary file
|
epixoip |
General Help
|
3 |
5,940 |
11-12-2014, 08:09 PM |
|
|
Thread: Removing duplicate lines in dictionary file
Post: RE: Removing duplicate lines in dictionary file
Not sure what you mean by fluky, but if you have /tmp on tmpfs or a separate smaller partition, you might need to use -T to specify a directory on a larger partition. |
|
epixoip |
General Help
|
3 |
5,940 |
11-13-2014, 04:11 AM |
|
|
Thread: newline as input
Post: RE: newline as input
you can use ''--hex-charset -1 0A'' with mask & hybrid attacks |
|
epixoip |
General Help
|
3 |
7,005 |
11-22-2014, 06:32 AM |
|
|
Thread: oclHashcat exhausted immediatly when using long mask on WPA brute-force attack
Post: RE: oclHashcat exhausted immediatly when using lon...
No, has nothing to do with memory. In a mask attack candidates are generated on the GPU.
The simple and obvious answer is that mask attacks are limited to 15 characters. Each attack mode has a diff... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,704 |
11-26-2014, 10:28 AM |
|
|
Thread: 6gpu 4u chassisGrayMatter GPU Server Barebones System
Post: RE: 6gpu 4u chassisGrayMatter GPU Server Barebones...
yeah someone on these forums is running one, says it works well.
i ordered two of them a few weeks ago, they were supposed to arrive today but the delivery was rescheduled for tomorrow. i'll post m... |
|
epixoip |
Hardware
|
3 |
9,303 |
12-04-2014, 11:17 PM |
|
|
Thread: R9 290X Reference Design Comparison
Post: RE: R9 290X Reference Design Comparison
Reference design cards are all pretty much equal, regardless of manufacturer.
That said, I personally have a strong affinity for HIS, as we've never had to RMA a single HIS card. |
|
epixoip |
Hardware
|
3 |
12,164 |
12-07-2014, 01:02 PM |
|
|
Thread: R9 290X Reference Design Comparison
Post: RE: R9 290X Reference Design Comparison
Burr Wrote: (12-08-2014, 12:22 PM)
--
where you recommended the reference design HIS 7970. I'm assuming you've used the HIS R9 290X as well? Just wondering if the strong affinity comes from experienc... |
|
epixoip |
Hardware
|
3 |
12,164 |
12-08-2014, 02:22 PM |
|
|
Thread: How to hashcat crack password?
Post: RE: How to hashcat crack password?
Code:
--
h = hash algorithm
p = candidate password
T = target hash
foreach p in candidates {
if ( h(p) == T ) {
print T + ":" + p
return
}
}
--
|
|
epixoip |
Old hashcat Support
|
3 |
6,742 |
12-08-2014, 11:26 PM |
|
|
Thread: Creating rules
Post: RE: Creating rules
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
epixoip |
User Contributions
|
3 |
8,817 |
12-23-2014, 06:40 PM |
|
|
Thread: Creating rules
Post: RE: Creating rules
you need both 'c $1' on the same line to both capitalize and append a 1.
Code:
--
epixoip@token:~/hashcat-0.48$ echo -n Zbyszek1 | md5sum
be597e193161d97f91603b0aaa980218 -
epixoip@token:~/ha... |
|
epixoip |
User Contributions
|
3 |
8,817 |
12-23-2014, 08:14 PM |
|
|
Thread: 6gpu 4u chassisGrayMatter GPU Server Barebones System
Post: RE: 6gpu 4u chassisGrayMatter GPU Server Barebones...
Sorry, I never followed up with this thread.
So like I said above, we ordered two of them thinking they'd make decent cheap boxes for our internal stuff. But after building one out, I don't think w... |
|
epixoip |
Hardware
|
3 |
9,303 |
12-25-2014, 09:45 PM |
|
|
Thread: How to parse two seperate hash files in the same attack?
Post: RE: How to parse two seperate hash files in the sa...
You don't necessarily have to re-crack each list.
Merge each hash file, but retain the original copies. Crack the merged list. Then use --show against the original lists. |
|
epixoip |
Old oclHashcat Support
|
3 |
5,461 |
01-09-2015, 06:24 PM |
|
|
Thread: performance diffrence PCIe
Post: RE: performance diffrence PCIe
There's no difference between PCI-e 2.0 and PCI-e 3.0.
Going from x16 -> x1 you will experience longer loading times, but the cracking speed itself is essentially the same (there are some caveats t... |
|
epixoip |
Hardware
|
3 |
6,437 |
01-09-2015, 06:28 PM |
|
|
Thread: OS Recommendation / Experience?
Post: RE: OS Recommendation / Experience?
If both Ubuntu and ESXi are only seeing four cards, then it sounds like you have another issue going on. Maybe you can provide a bit more details about your setup. |
|
epixoip |
Hardware
|
3 |
6,303 |
01-12-2015, 05:34 AM |
|
|
Thread: Line Length Exception on oclhashcat 1.31
Post: RE: Line Length Exception on oclhashcat 1.31
lagoon7 Wrote: (01-16-2015, 08:10 PM)
--
So are you saying that cudahashcat does not support descrypt?
--
no, he literally said "cpu hashcat does not support cracking descrypt", and then gave you t... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,471 |
01-16-2015, 08:20 PM |
|
|
Thread: Third-party utility: analyze_hccap
Post: RE: Third-party utility: analyze_hccap
Clean, simple, elegant, and written in the language of true gentlemen. Well done! |
|
epixoip |
User Contributions
|
3 |
7,991 |
01-28-2015, 11:45 AM |
|
|
Thread: MS-CACHEv2
Post: RE: MS-CACHEv2
Only way to gain confidence is through experience. Read the wiki articles on the various attack modes, start experimenting with different attacks, and learn what works and what doesn't work.
Also, ... |
|
epixoip |
General Help
|
3 |
5,619 |
01-28-2015, 11:56 PM |