Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: WPA2 handshake
Post: RE: WPA2 handshake
|
atom |
hashcat
|
4 |
5,669 |
11-30-2016, 07:48 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: 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: NVida Grid K2 in ESX host OpenCL error
Post: RE: NVida Grid K2 in ESX host OpenCL error
It's an OpenCL error, not an hashcat error. Please ask on NV OpenCL support forum. |
|
atom |
Hardware
|
2 |
3,693 |
11-29-2016, 12:48 PM |
|
|
Thread: R9 290 vs 290x pricing and reference design questions
Post: RE: R9 290 vs 290x pricing and reference design qu...
You need amdgpu-pro 16.40 for kernel 4.4 |
|
atom |
Hardware
|
16 |
18,472 |
11-29-2016, 12:47 PM |
|
|
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: How to choose the most effective command
Post: RE: How to choose the most effective command
|
atom |
hashcat
|
2 |
3,144 |
11-29-2016, 12:42 PM |
|
|
Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...
As I said, hashcat thinks --username is the hash, that's why the error is the same for "-username" and "--user". As long as you don't show the commandline as you really use it there's no way we can he... |
|
atom |
hashcat
|
6 |
6,393 |
11-28-2016, 02:44 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...
Clearly not an hashcat issue, the compiler error make that clear. We should ban beignet support to reduce support overhead. Can you please paste the output of hashcat -I and ideally clinfo? |
|
atom |
hashcat
|
5 |
7,190 |
11-28-2016, 02:42 PM |
|
|
Thread: Prince attack mode unsupported
Post: RE: Prince attack mode unsupported
It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it.
The way to use it is to use the princeprocessor from here: https://github.com/hash... |
|
atom |
hashcat
|
1 |
2,873 |
11-27-2016, 02:33 PM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
|
atom |
Beta Tester
|
7 |
10,828 |
11-27-2016, 02:30 PM |
|
|
Thread: CL_INVALID_BINARY
Post: RE: CL_INVALID_BINARY
You need to removed the cache folder, called "kernels" in the hashcat installation. After that it should work. |
|
atom |
hashcat
|
5 |
8,740 |
11-27-2016, 02:29 PM |
|
|
Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...
Something is wrong with the commandline you posted:
Quote:
--
./hashcat -a 0 -m 3200 --session=all --username -p : potfile-disable -o xxx/xxx_plains.txt --outfile-format=2 -w 2 xxx/xxx_pfile.txt... |
|
atom |
hashcat
|
6 |
6,393 |
11-27-2016, 02:28 PM |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
Such an implementation wouldn't be hard to write, but slow in execution. But there's no reason to implement a slow solution, because if there's a faster alternative everyone would use the faster alter... |
|
atom |
hashcat
|
7 |
8,266 |
11-27-2016, 02:21 PM |
|
|
Thread: M and Q rules in hashcat v3.10?
Post: RE: M and Q rules in hashcat v3.10?
> Why have the unchanged word waste the time going throught ten thousand spins when it could be rejected and move on to the next input word?
Because there's no benefit in skipping it. The time it t... |
|
atom |
hashcat
|
5 |
5,429 |
11-27-2016, 02:15 PM |
|
|
Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update
You could open an issue on AMD forum to fix the permissions. Good luck with that ;) |
|
atom |
General Talk
|
35 |
48,976 |
11-27-2016, 02:10 PM |
|
|
Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update
Many thanks for reading, I've given the answer above?
> I think it's a driver misconcept. It should have video group write permission. Anyway, not a hashcat problem!
You're not running as root, ... |
|
atom |
General Talk
|
35 |
48,976 |
11-24-2016, 09:07 AM |
|
|
Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library
There's something extremely broke in your setup. You write you're using 375.20 yet your symlinks point to 340.98. With latest NV drivers, you don't need to install an ICD anymore, the driver places it... |
|
atom |
hashcat
|
9 |
39,012 |
11-24-2016, 09:04 AM |