Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Can you please delete the line
fclose (fd_drm);
in src/opencl.cl in line 78
and retry? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 09:21 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
make clean
DEBUG=1 make
ulimit -c 999999999999
./hashcat -b
(core dumped)
gdb ./hashcat core
Then in gdb prompt type "bt"
Send me full output |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:37 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
in hybrid mode with -a 6 the ?a?a gets expanded into number of words internally, so it 95*95 |
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 08:24 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
number-of-words-in-wordlist1 * number-of-words-in-wordlist2 * number-of-rules |
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 08:23 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Can you compile hashcat with DEBUG=1 and send me a backtrace ? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:22 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 08:15 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Try with --gpu-temp-disable |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:14 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
Not with stdin input, because hashcat can't know the number of candidates it will recieve via stdin. |
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 07:56 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Hm, for some reason I think this is related to your opencl installation. Can you post the output of /opt/amdgpu-pro/bin/clinfo ? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 07:55 PM |
|
|
Thread: Which version hashcat with OpenCL 13.9
Post: RE: Which version hashcat with OpenCL 13.9
Upgrade your GPU, the 4870 is slower than your CPU |
|
atom |
hashcat
|
2 |
4,278 |
12-02-2016, 07:50 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
Yes, add --status --status-timer 1 to the 2nd |
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 07:50 PM |
|
|
Thread: Reduced performance
Post: RE: Reduced performance
Nope, there's no good AWS GPU. AWS GPU's are good for floating point operations (flops), not raw integer power. In crypto, we need raw integer power. |
|
atom |
hashcat
|
4 |
5,931 |
12-02-2016, 07:49 PM |
|
|
Thread: Reduced performance
Post: RE: Reduced performance
Yes, this GPU has very bad performance when it comes to crypto |
|
atom |
hashcat
|
4 |
5,931 |
12-02-2016, 07:30 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Just do:
git reset --hard
git clean -f
git pull
make clean
make |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 07:02 PM |
|
|
Thread: hashcat v3.20
Post: hashcat v3.20
[hr]
The hashcat core was completely refactored to be a MT-safe library (libhashcat).
The goal was to help developers include hashcat into distributed clients or GUI frontends.
The CLI (hashcat.b... |
|
atom |
hashcat
|
5 |
17,082 |
12-02-2016, 04:34 PM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
OK, then it's like royce meant. Please add an issue on github, then I'll add it. |
|
atom |
Beta Tester
|
7 |
10,828 |
12-02-2016, 03:48 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
you can do:
Quote:
--
hashcat64 -a 6 dict.txt ?a?a -i --stdout | hashcat64 -m 0 -a 0 -r .\rules\dive.rule hashes.txt
--
|
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 03:46 PM |
|
|
Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...
Yeah, looks good. Have fun! |
|
atom |
hashcat
|
10 |
17,717 |
12-02-2016, 03:44 PM |
|
|
Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...
You just need to run ./hashcat instead of hashcat |
|
atom |
hashcat
|
10 |
17,717 |
12-01-2016, 07:24 PM |
|
|
Thread: Plaintext within DES ECB mode 14000
Post: RE: Plaintext within DES ECB mode 14000
This has nothing to do with hashcat. DES is a block cipher using a block size of 8 bytes. Therefore both the PT and the CT need to be exactly 8 bytes, too. |
|
atom |
hashcat
|
2 |
3,390 |
12-01-2016, 07:23 PM |