Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: R9 285
Post: RE: R9 285
seems like nothing more than a marketing ploy |
|
epixoip |
Hardware
|
3 |
8,176 |
09-03-2014, 09:17 AM |
|
|
Thread: Hashcat won't crack same hash twice
Post: RE: Hashcat won't crack same hash twice
the plain is already in your .pot file |
|
epixoip |
Old oclHashcat Support
|
3 |
8,442 |
09-06-2014, 08:04 PM |
|
|
Thread: Hashcat won't crack same hash twice
Post: RE: Hashcat won't crack same hash twice
if you don't like that behavior then you can just add --potfile-disable to your command line |
|
epixoip |
Old oclHashcat Support
|
3 |
8,442 |
09-07-2014, 04:49 AM |
|
|
Thread: how 2 compile olchashcat in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux 386 ??
Post: RE: how 2 compile olchashcat in The-Distribution-W...
oclHashcat is not open source, so there is nothing to compile. |
|
epixoip |
General Help
|
3 |
6,695 |
09-08-2014, 05:32 AM |
|
|
Thread: how 2 compile olchashcat in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux 386 ??
Post: RE: how 2 compile olchashcat in The-Distribution-W...
no. there are linux binaries along with the windows binaries in the archive. |
|
epixoip |
General Help
|
3 |
6,695 |
09-08-2014, 07:16 AM |
|
|
Thread: Beginner help
Post: RE: Beginner help
Current software versions are oclHashcat 1.30 and Catalyst 14.6 beta. |
|
epixoip |
General Help
|
3 |
7,002 |
09-29-2014, 01:01 AM |
|
|
Thread: bash cript to run cudahashcat as screensaver
Post: RE: bash cript to run cudahashcat as screensaver
killall cudaHashcat64.bin |
|
epixoip |
Old oclHashcat Support
|
3 |
7,343 |
10-21-2014, 07:40 AM |
|
|
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 |