Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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: 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...
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: 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: 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: 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: 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: 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 |