Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
Confirmed working
Code:
--
C:\hashcat360471>hashcat64.exe -V
v3.6.0-471-g3b89153c
C:\hashcat360471>hashcat64.exe -m 1410 hash.txt --hex-salt --force
hashcat (v3.6.0-471-g3b89153c) starting...... |
|
MrMeeseeks |
hashcat
|
3 |
4,598 |
09-06-2017, 11:11 PM |
|
|
Thread: Extensible Build Review
Post: RE: Extensible Build Review
RTX 2080 Ti is definitely not a good choice - the cards do not stack and they draw way too much power (enough to damage the motherboard.) And why do you want to use a 6U chassis with PCIe risers for o... |
|
MrMeeseeks |
Hardware
|
6 |
4,886 |
11-30-2018, 10:38 PM |
|
|
Thread: Excel SHA512 salts and hashes
Post: RE: Excel SHA512 salts and hashes
This reply is a bit late, i never posted it. but:
1. They are not identical. -m 1710 is 128:10 and -m 1720 is 128:13. You are, however, using the incorrect hashcat mode. You should be using mode 96... |
|
MrMeeseeks |
hashcat
|
3 |
7,665 |
08-21-2017, 07:58 PM |
|
|
Thread: Ethereum wallet length exception
Post: RE: Ethereum wallet length exception
r0tty Wrote: (06-21-2017, 02:18 AM)
--
D:\hashcat-3.6.0>hashcat64.exe -m 15700 hash.txt -d 1 -a 3 hash?l?l?l
hashcat (v3.6.0) starting...
ADL_Overdrive6_TargetTemperatureData_Get(): -8
OpenCL ... |
|
MrMeeseeks |
hashcat
|
6 |
7,383 |
06-21-2017, 11:26 PM |
|
|
Thread: Different GPU's in the same rig
Post: RE: Different GPU's in the same rig
You can mix devices as long as they are compatible with the driver in Hashcat. You can mix devices of any type as long as it is supported by hashcat. You will want to use the Nvidia 381.x driver else ... |
|
MrMeeseeks |
Hardware
|
1 |
3,547 |
05-20-2017, 12:28 AM |
|
|
Thread: cudaHashCat64 on AWS EC2
Post: RE: cudaHashCat64 on AWS EC2
Please don't necro/hijack old threads.
And there are a lot of differences. The biggest being that cuda is no longer being used by hashcat as we have standardized OpenCL.
The best thing you could do i... |
|
MrMeeseeks |
User Contributions
|
12 |
60,342 |
04-02-2018, 05:35 PM |
|
|
Thread: cores or flops
Post: RE: cores or flops
@flomac but hashcat doesn't use floats, it is all INTs? So how does better gflops equate to faster speed? I thought it is about how many instructions can be computed per ms? |
|
MrMeeseeks |
Hardware
|
4 |
4,089 |
10-23-2017, 04:49 PM |
|
|
Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...
What is the default mask? |
|
MrMeeseeks |
hashcat
|
5 |
3,491 |
07-01-2018, 12:51 AM |
|
|
Thread: bulk extracting hashes
Post: RE: bulk extracting hashes
You could easily write a bash script. Do something along the lines of:
Code:
--
find ~/officedocs -name '*.pdf' -or -name '*.doc' -or -name '*.7z' | xargs office2john.py ARG ARG
--
Just add each k... |
|
MrMeeseeks |
User Contributions
|
1 |
3,636 |
10-31-2017, 04:02 PM |
|
|
Thread: Bitlocker
Post: RE: Bitlocker
Hey Kiara, This is already on the road map for Hashcat. There is currently an open issue on GitHub to add support for this. You can track this here: https://github.com/hashcat/hashcat/issues/1117 |
|
MrMeeseeks |
hashcat
|
4 |
8,669 |
02-05-2018, 05:08 PM |