Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
That's not possible with hashcat. |
|
undeath |
hashcat
|
7 |
7,752 |
05-01-2017, 05:24 PM |
|
|
Thread: the quantity of rules in the rule based attack
Post: RE: the quantity of rules in the rule based attack
This would usually happen when you specify -r multiple times in the comand line, but you don't seem to be doing that.
Please try with the latest version. It might be a bug. |
|
undeath |
hashcat
|
2 |
3,397 |
04-27-2017, 11:40 AM |
|
|
Thread: Ghostsurf backup vault cd
Post: RE: Ghostsurf backup vault cd
unless you or anyone else knows exactly how the encryption works it will never be supported. |
|
undeath |
hashcat
|
2 |
3,249 |
04-25-2017, 07:57 PM |
|
|
Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?
hashcat can only attack hashes, not encryption. |
|
undeath |
hashcat
|
4 |
7,221 |
07-02-2016, 12:09 PM |
|
|
Thread: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
Post: RE: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
If it only starts after some time your card is probably broken. |
|
undeath |
hashcat
|
3 |
5,787 |
06-29-2016, 05:21 PM |
|
|
Thread: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
Post: RE: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
ERROR: Temperature limit on GPU 1 reached, aborting...
HWMon.GPU.#1...: 64% Util, 86c Temp, -1% Fan
Bad cooling. |
|
undeath |
hashcat
|
3 |
5,787 |
06-29-2016, 04:48 PM |
|
|
Thread: oclHashcat FPGA support
Post: RE: oclHashcat FPGA support
Looking at the performance of various FPGA boards a GPU is probably faster. With custom asics this might look different.
Please stop talking about "decryption" in the context of hashes. |
|
undeath |
Hardware
|
6 |
16,557 |
06-27-2016, 07:00 PM |
|
|
Thread: Virtualization for the win
Post: RE: Virtualization for the win
Now one question remains: why sacrifice 10% performance for the offered flexibility with 100% uptime guarantee? You can have an uptime of 99.9% without the effort of virtualizing. (unless you need 1h ... |
|
undeath |
Hardware
|
4 |
7,569 |
06-20-2016, 05:56 PM |
|
|
Thread: Double SHA1
Post: RE: Double SHA1
You could either code a custom hash mode for this or write a converter that generates all possible hashes from the concatenated numbers you have. |
|
undeath |
Old oclHashcat Support
|
9 |
13,637 |
06-20-2016, 05:40 PM |
|
|
Thread: Error Explanation
Post: RE: Error Explanation
What device and driver version are you using? |
|
undeath |
hashcat
|
3 |
5,506 |
06-18-2016, 10:24 AM |
|
|
Thread: Integrated AMD GPU with oclHashcat
Post: RE: Integrated AMD GPU with oclHashcat
The lastest beta version (hashcat 3) has a single binary for all supported cpu/gpu devices. https://hashcat.net/beta/ |
|
undeath |
Old hashcat Support
|
7 |
13,400 |
06-07-2016, 11:26 AM |
|
|
Thread: Do we need to drop 32 bit binaries?
Post: RE: Do we need to drop 32 bit binaries?
Is there any sane reason to run hashcat on a non-64bit system? Other than failing to install the correct OS arch I mean. |
|
undeath |
hashcat
|
5 |
7,673 |
06-04-2016, 07:23 PM |
|
|
Thread: Multi System GPU Setup
Post: RE: Multi System GPU Setup
Hashstack is commercial software. You can use it after purchasing a node from https://sagitta.pw/ |
|
undeath |
General Talk
|
7 |
10,759 |
06-02-2016, 09:05 PM |
|
|
Thread: Cracking a SHA-256 hash
Post: RE: Cracking a SHA-256 hash
1. how to crack? A: https://hashcat.net/wiki/
2. is SHA-256 a safe PSA? A: No.
2.b What is better? A: (pbkdf2), bcrypt, scrypt, argon2 (weak -> strong)
3. Does that matter for a password with 36^64 po... |
|
undeath |
General Help
|
1 |
25,921 |
05-28-2016, 07:25 PM |
|
|
Thread: Iterated SHA-1
Post: RE: Iterated SHA-1
correct. That's why there is that feature request. |
|
undeath |
General Help
|
1 |
4,525 |
05-26-2016, 12:44 PM |
|
|
Thread: Best approach when knowing several words in a long passphrase?
Post: RE: Best approach when knowing several words in a ...
if you need to brute-force more than seven characters don't even start. |
|
undeath |
General Help
|
1 |
3,198 |
05-06-2016, 10:26 AM |
|
|
Thread: Output the calculated hashes to file?
Post: RE: Output the calculated hashes to file?
|
undeath |
Old oclHashcat Support
|
4 |
5,481 |
05-05-2016, 11:38 PM |
|
|
Thread: oclHashcat v2.10 performance questions?
Post: RE: oclHashcat v2.10 performance questions?
halexan Wrote: (05-03-2016, 05:49 AM)
--
Is there any method to narrow the gap?
--
atom Wrote: (04-27-2016, 10:43 AM)
--
Basically 1) add a rule (important!) and 2) add -w 3
--
note: preferably a ru... |
|
undeath |
Old oclHashcat Support
|
9 |
12,898 |
05-03-2016, 12:09 PM |
|
|
Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash
Xsample is under the ill impression that someone would crack each step of an iterated hash separately.
here's the pseudo-code of how hash cracking really works:
Code:
--
for candidate in candidat... |
|
undeath |
General Talk
|
11 |
13,561 |
05-02-2016, 05:14 PM |
|
|
Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash
"Reversing" hashes is only possible for cryptographically broken hashing algorithms. Hashes being somehow reversible is not the problem you need to care about. But cryptographic hashes are optimized f... |
|
undeath |
General Talk
|
11 |
13,561 |
05-01-2016, 03:47 PM |