Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....
ntk, you have to give the gpus work. reading from stdin means copying each plaintext candidate to gpu as they come in which is very slow, so gpus aren't doing any work, hence the 0% load. you need to ... |
|
epixoip |
Very old oclHashcat-plus Support
|
17 |
30,284 |
07-08-2012, 01:52 PM |
|
|
Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....
there is no problem. what you are describing is normal and expected. if you want gpus to work harder, add rules. |
|
epixoip |
Very old oclHashcat-plus Support
|
17 |
30,284 |
07-08-2012, 03:34 PM |
|
|
Thread: Support for new ASP.NET password storage practices
Post: RE: Support for new ASP.NET password storage pract...
Sc00bz Wrote: (11-15-2012, 06:20 AM)
--
Who thought that "PBKDF2_SHA1(pw, salt, 1000, 256)" is a good idea?
--
The same people who thought LM Hash and NT Hash were a good idea. :) |
|
epixoip |
Feature Requests
|
6 |
30,200 |
11-15-2012, 08:12 AM |
|
|
Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX
depends on if you want reference or non-reference design.
the asus directcu II is the best non-reference card i've seen. perfect for desktops. |
|
epixoip |
Hardware
|
12 |
29,883 |
08-22-2013, 02:11 AM |
|
|
Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX
eljolot Wrote: (08-22-2013, 10:42 PM)
--
But what is the difference between them? reference design is better?
--
covered in detail in this thread: https://hashcat.net/forum/thread-2043-post-12103.ht... |
|
epixoip |
Hardware
|
12 |
29,883 |
08-23-2013, 05:24 AM |
|
|
Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX
|
epixoip |
Hardware
|
12 |
29,883 |
08-27-2013, 08:41 AM |
|
|
Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX
i don't know what country you're in, but newegg currently has a large stock of reference design 7970s.
the 8xxx series is already out, and has been out for a while. the reason you have not heard of... |
|
epixoip |
Hardware
|
12 |
29,883 |
09-11-2013, 09:45 PM |
|
|
Thread: Radeon HD 7470m -- oclHashcat-plus64.exe has stopped working
Post: RE: Radeon HD 7470m -- oclHashcat-plus64.exe has s...
no, you do not need to install the sdk. in fact, it's the exact opposite -- you absolutely do not want to install the sdk! |
|
epixoip |
Very old oclHashcat-plus Support
|
19 |
29,834 |
08-29-2013, 07:52 AM |
|
|
Thread: Radeon HD 7470m -- oclHashcat-plus64.exe has stopped working
Post: RE: Radeon HD 7470m -- oclHashcat-plus64.exe has s...
your driver is not installed correctly. |
|
epixoip |
Very old oclHashcat-plus Support
|
19 |
29,834 |
08-29-2013, 09:14 AM |
|
|
Thread: How to crack iTunes backup password with hashcat?
Post: RE: How to crack iTunes backup password with hashc...
It's in a plist file. Use google and stop hijacking threads. |
|
epixoip |
General Help
|
7 |
29,800 |
06-16-2016, 11:16 PM |
|
|
Thread: AMD Radeon R9 295 X2 on april rel.
Post: RE: AMD Radeon R9 295 X2 on april rel.
As NBZ hinted at earlier in this thread, the 295X will throttle aggressively when it reaches its max target temperature of only 75C. Custom water cooling is pretty much your only option. |
|
epixoip |
Hardware
|
11 |
29,776 |
09-09-2014, 02:54 AM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
open a ticket to request a new format |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-20-2013, 09:02 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
oh, haha, so it is. good eye. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 01:21 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
um, what i did was pretty easy. just hash:salt format, crack as mode 2611. the extra stuff you see there is me generating a test hash. you can skip that. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 02:47 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
yes, just supply the path to the directory containing the wordlists instead of a specific wordlist file. |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-22-2013, 10:42 PM |
|
|
Thread: how to add custome hash type
Post: RE: how to add custome hash type
Code:
--
epixoip@token:~/oclHashcat-1.00$ type joomla
joomla is a function
joomla ()
{
echo "$(echo -n "$(echo -n $1 | md5sum | awk '{print $1}')$2" | md5sum | awk '{print $1}'):$2"
}
e... |
|
epixoip |
Old hashcat Support
|
16 |
29,653 |
10-21-2013, 01:30 PM |
|
|
Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce
DaaQ Wrote: (01-15-2013, 11:26 PM)
--
Why echo test | md5sum isnt the correct hash? oO
--
because you did "echo test" instead of "echo -n test", which means you hashed "test\n" instead of "test" |
|
epixoip |
Old hashcat Support
|
12 |
29,596 |
01-16-2013, 02:55 AM |
|
|
Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce
forumhero Wrote: (01-15-2013, 11:32 PM)
--
use this command instead of echo: md5 -s "test"
--
what package provides this magic 'md5' binary? apt-file doesn't turn up anything. |
|
epixoip |
Old hashcat Support
|
12 |
29,596 |
01-16-2013, 02:57 AM |
|
|
Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce
nah. osx has a bsd userland, not a gnu userland. |
|
epixoip |
Old hashcat Support
|
12 |
29,596 |
01-16-2013, 08:21 AM |
|
|
Thread: clGetDeviceIDs() -1 while running oclHashcat
Post: RE: clGetDeviceIDs() -1 while running oclHashcat
please post the output of clinfo |
|
epixoip |
General Help
|
12 |
29,577 |
10-09-2013, 04:17 AM |