Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
Someone would need to read through the sources to find out how the hash is built. After that, one need to write a new hashcat kernel to do it. Nothing that can be done in a few hours. |
|
atom |
hashcat
|
8 |
6,872 |
10-25-2017, 01:52 PM |
|
|
Thread: Efficient way to crack 8 chars passwords
Post: RE: Efficient way to crack 8 chars passwords
- instead of using a fifo you can use a pipe
- you dont save the grep, hashcat rejects > 8 by default for descrypt |
|
atom |
hashcat
|
1 |
2,249 |
10-27-2017, 05:00 PM |
|
|
Thread: hashcat v4.0.0
Post: hashcat v4.0.0
[hr]
Welcome to hashcat 4.0.0 release!
[hr]
This release deserved the 4.x.x major version increase because of a new major feature:
Added support to crack passwords and salts up to length 256
Inte... |
|
atom |
hashcat
|
11 |
86,633 |
10-27-2017, 05:17 PM |
|
|
Thread: Multibit Classic setup?
Post: RE: Multibit Classic setup?
This algorithm is not supported atm |
|
atom |
hashcat
|
3 |
3,013 |
12-17-2017, 01:42 PM |
|
|
Thread: A custom php algorithm in hashcat?
Post: RE: A custom php algorithm in hashcat?
There's no magic involved here. You can either create a new mode or hack an existing one. It's all OSS |
|
atom |
hashcat
|
3 |
3,513 |
10-28-2017, 12:31 PM |
|
|
Thread: Benchmark selection
Post: Benchmark selection
According to this github issue: https://github.com/hashcat/hashcat/issues/1411
The plan is to split the benchmark into a shorter one, with selected modes and a complete one.
The question is, whic... |
|
atom |
hashcat
|
8 |
9,943 |
10-28-2017, 01:03 PM |
|
|
Thread: Benchmark selection
Post: RE: Benchmark selection
Full List: https://hashcat.net/hashcat/ |
|
atom |
hashcat
|
8 |
9,943 |
10-28-2017, 01:09 PM |
|
|
Thread: Benchmark selection
Post: RE: Benchmark selection
Thanks for your response. Let comment per algorithm:
Quote:
--
Maybe VeraCrypt (in addition to TrueCrypt or as replacement for TrueCrypt) would make sense.
...
PBKDF2 (because it's probably used in... |
|
atom |
hashcat
|
8 |
9,943 |
10-29-2017, 11:08 AM |
|
|
Thread: Dictionary character limit?
Post: RE: Dictionary character limit?
Please update to hashcat v4.0.0, then you will see the reason. |
|
atom |
hashcat
|
11 |
8,829 |
10-29-2017, 11:10 AM |
|
|
Thread: Benchmark selection
Post: RE: Benchmark selection
undeath Wrote: (10-29-2017, 02:11 PM)
--
atom Wrote: (10-29-2017, 11:08 AM)
--
Quote:
--
Maybe VeraCrypt (in addition to TrueCrypt or as replacement for TrueCrypt) would make sense.
...
PBKDF2 (... |
|
atom |
hashcat
|
8 |
9,943 |
11-02-2017, 11:46 AM |
|
|
Thread: Benchmark selection
Post: RE: Benchmark selection
royce Wrote: (10-29-2017, 06:10 PM)
--
atom Wrote: (10-29-2017, 11:08 AM)
--
Quote:
--
For selecting groups of hashes for focused benchmarking, it might be useful to select all of the ones in a pa... |
|
atom |
hashcat
|
8 |
9,943 |
11-02-2017, 11:46 AM |
|
|
Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...
There's no picture attached |
|
atom |
hashcat
|
7 |
6,789 |
11-02-2017, 11:48 AM |
|
|
Thread: rar and md5 hash code crack, reload......
Post: RE: rar and md5 hash code crack, reload......
You cannot have two different kernels running at the same time. |
|
atom |
hashcat
|
6 |
6,269 |
11-02-2017, 11:48 AM |
|
|
Thread: KFA2 1080 ti low utilization
Post: RE: KFA2 1080 ti low utilization
Just add --powertune-enable (it's what the video player do and what causes the speed increase). |
|
atom |
hashcat
|
14 |
9,378 |
11-02-2017, 11:50 AM |
|
|
Thread: p3.16xlarge (8xV100) benchmarks (clickbait)
Post: RE: p3.16xlarge (8xV100) benchmarks (clickbait)
Performance of this box is crazy good. In case you plan to buy one instead of renting, it's only 149,000$ :) |
|
atom |
Hardware
|
2 |
9,152 |
11-02-2017, 11:51 AM |
|
|
Thread: How do i use the benchmark
Post: RE: How do i use the benchmark
|
atom |
hashcat
|
1 |
2,086 |
11-02-2017, 11:51 AM |
|
|
Thread: hashcat 2 bitcoin
Post: RE: hashcat 2 bitcoin
You mean you want to go back from the hash to the original wallet? That's not possible |
|
atom |
hashcat
|
1 |
3,381 |
11-02-2017, 11:53 AM |
|
|
Thread: hashcat v4.0.0 slow with itunes backup 14800
Post: RE: hashcat v4.0.0 slow with itunes backup 14800
The solution is to use -w 4 (which enables all threads on the GPU) but has other disadvantages. So use it for -m 14800 only and for the other modes use -w 3. |
|
atom |
hashcat
|
5 |
4,440 |
11-06-2017, 02:33 PM |
|
|
Thread: input format
Post: RE: input format
You can not, you need to preprocess your hashlist. Something like
cut -d: -f2 < input.txt > input_chopped.txt |
|
atom |
hashcat
|
1 |
2,328 |
11-06-2017, 02:35 PM |
|
|
Thread: pot, restore, log location
Post: RE: pot, restore, log location
If you use make install target, all this stuff is stored in $HOME/.hashcat/ |
|
atom |
hashcat
|
1 |
2,229 |
11-06-2017, 02:37 PM |