Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Remote cracking with ocl via ubuntu server
Post: RE: Remote cracking with ocl via ubuntu server
if you do not have Xauthority then yes, that is the problem. add the autologin and nopassword stuff, that is why it is there. |
|
epixoip |
General Help
|
4 |
9,072 |
05-29-2014, 09:26 AM |
|
|
Thread: Getting 0 H/s
Post: RE: Getting 0 H/s
Your problem is
deftoner Wrote: (06-24-2014, 06:40 AM)
--
Input.Mode.....: Pipe
--
You need to read the wiki. |
|
epixoip |
Old oclHashcat Support
|
4 |
17,109 |
06-24-2014, 07:28 AM |
|
|
Thread: Ubuntu 12.04 2+ GPU hanging
Post: RE: Ubuntu 12.04 2+ GPU hanging
yep, sounds like bad/low quality risers. |
|
epixoip |
General Help
|
4 |
9,936 |
07-11-2014, 01:24 AM |
|
|
Thread: amd hd5470 ERROR: clBuildProgram() -11 [kinda solved itself]
Post: RE: amd hd5470 ERROR: clBuildProgram() -11
you have the wrong driver installed. |
|
epixoip |
Old oclHashcat Support
|
4 |
11,767 |
07-26-2014, 01:33 PM |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
Since you have to have good wordlists to train statsprocessor, it doesn't make much sense to use statsprocessor to build a wordlist. As stated above, its primary purpose is to extend oclHashcat-style ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 10:14 AM |
|
|
Thread: convert HEX to words correctly
Post: RE: convert HEX to words correctly
https://hashcat.net/forum/thread-3522-post-20185.html#pid20185 |
|
epixoip |
General Help
|
4 |
7,907 |
07-31-2014, 09:44 PM |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
statsprocessor is built into oclHashcat and used by default anywhere a mask is used, so the only reason to use statsprocessor is to add oclHashcat-style per-position markov support to other applicatio... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 04:02 AM |
|
|
Thread: Getting 0 H/s
Post: RE: Getting 0 H/s
you actually aren't having any issue at all, the algorithm you are cracking is just really slow.
assilum Wrote: (08-16-2014, 09:02 AM)
--
Status.........: Running
Time.Started...: Sat Aug 16 08:... |
|
epixoip |
Old oclHashcat Support
|
4 |
17,109 |
08-16-2014, 09:41 PM |
|
|
Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask
you're specifying "--gpu-temp-abort=80" so that's likely why it's aborting. why are you setting that so low? |
|
epixoip |
Old oclHashcat Support
|
4 |
6,556 |
09-06-2014, 02:56 PM |
|
|
Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask
the 90C default is fine for all gpus. some newer gpus can go all the way up to 97C without issues.
if you are concerned about cooling then using gpu-temp-retain is not the solution. fix your coolin... |
|
epixoip |
Old oclHashcat Support
|
4 |
6,556 |
09-06-2014, 04:35 PM |
|
|
Thread: htpasswd crack
Post: RE: htpasswd crack
|
epixoip |
General Help
|
4 |
7,188 |
09-23-2014, 05:05 AM |
|
|
Thread: Best bang for the buck today?
Post: RE: Best bang for the buck today?
Thanks for doing your homework before posting! You have a bright future here.
You're on the right track and you definitely have the right idea buying used. However, 'best bang for the buck' really ... |
|
epixoip |
Hardware
|
4 |
12,946 |
09-27-2014, 08:15 AM |
|
|
Thread: Best bang for the buck today?
Post: RE: Best bang for the buck today?
That's not really a problem. All of the cards that we run in our datacenter (except for like 8 of them) are used, most all of which were bought from retired litecoin miners who realized they couldn't ... |
|
epixoip |
Hardware
|
4 |
12,946 |
09-27-2014, 06:47 PM |
|
|
Thread: How to check this is true password
Post: RE: How to check this is true password
RAR archives do not contain a password hash. Rather, the password supplied by the creator is passed through a password-based key derivation function, which is used to generate an encryption key. The R... |
|
epixoip |
General Help
|
4 |
10,559 |
10-09-2014, 03:30 PM |
|
|
Thread: Using the new md5($salt.$pass.$salt) mode
Post: RE: Using the new md5($salt.$pass.$salt) mode
3810 is one salt that is used twice, not two unique salts. |
|
epixoip |
Old oclHashcat Support
|
4 |
7,541 |
10-15-2014, 06:55 PM |
|
|
Thread: Fan speed error on start
Post: RE: Fan speed error on start
Radeon HD7310 is an APU and isn't an Overdrive6 GPU so looks like a bug maybe. however, that symbol should still exist in atiadlxx.so so it sounds like the driver may not be properly installed. |
|
epixoip |
Old oclHashcat Support
|
4 |
8,304 |
10-23-2014, 04:38 AM |
|
|
Thread: Cannot remove a hash
Post: RE: Cannot remove a hash
Code:
--
cut -d: -f4 fgdump_file >ntlm.txt
--
or if you want to preserve usernames,
Code:
--
awk -F: '{print $1 ":" $4}' fgdump_file >ntlm.txt
--
and use --username |
|
epixoip |
Old oclHashcat Support
|
4 |
9,957 |
11-12-2014, 07:15 AM |
|
|
Thread: Another one tries to build a Server
Post: RE: Another one tries to build a Server
I'd HIGHLY recommend the GTX 980 over the 280X, especially since the 280X is not available in reference design and you WILL have massive cooling problems using 4x OEM-design cards that close together ... |
|
epixoip |
Hardware
|
4 |
8,322 |
11-13-2014, 06:39 PM |
|
|
Thread: Another one tries to build a Server
Post: RE: Another one tries to build a Server
You can go with 290X if you'd like, sure. |
|
epixoip |
Hardware
|
4 |
8,322 |
11-14-2014, 12:24 AM |
|
|
Thread: Calculating --keyspace for attack mode 1
Post: RE: Calculating --keyspace for attack mode 1
Ah, welcome to the joy of "real keyspace" vs "oclhashcat keyspace." :)
The real keyspace would be 41756867 * 41756867 = 1743635941655689, since each word from dict 2 is appended to each word from d... |
|
epixoip |
Old oclHashcat Support
|
4 |
7,595 |
12-05-2014, 09:57 PM |