Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...
There's something wrong for sure. Don't you see this difference?
Quote:
--
--session
--
and
Quote:
--
—-username
--
While both kind of look like a hyphen/minus, the second one i... |
|
atom |
hashcat
|
6 |
6,393 |
11-29-2016, 12:45 PM |
|
|
Thread: Fail to compile kernel, may need to increase reserved registers for spilling.
Post: RE: Fail to compile kernel, may need to increase r...
I've pushed a new version to github which hopefully informs the use user about beignet problematic. Could you please test if the warning message shows up for you? I've also added a new precompiled bet... |
|
atom |
hashcat
|
5 |
7,190 |
11-29-2016, 02:05 PM |
|
|
Thread: Charset descrypt / crypt(3) - Non-printable password?
Post: RE: Charset descrypt / crypt(3) - Non-printable pa...
You must have some nice setup over there if you searched through that keyspace. On my 3x1080 I'd expect that to take around a month to finish.
Anyway the charset looks good. Do not forget -w 3 |
|
atom |
hashcat
|
2 |
4,956 |
11-29-2016, 09:50 PM |
|
|
Thread: WPA2 handshake
Post: RE: WPA2 handshake
|
atom |
hashcat
|
4 |
5,669 |
11-30-2016, 07:48 PM |
|
|
Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...
Just build it from source:
git clone https://github.com/hashcat/hashcat
cd hashcat
git init submodule
git init update
make
done |
|
atom |
hashcat
|
10 |
17,717 |
12-01-2016, 11:09 AM |
|
|
Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...
Err that was a bit too early in the morning.
Of course I mean:
Quote:
--
git clone https://github.com/hashcat/hashcat
cd hashcat
git submodule init
git submodule update
make
--
|
|
atom |
hashcat
|
10 |
17,717 |
12-01-2016, 05:55 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 |
|
|
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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
|
atom |
hashcat
|
10 |
14,669 |
12-02-2016, 08:15 PM |