Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Well, that's very different, both the size of the binary data and they don't even use an offset (the skip parameter).
Of course if you skip 31744 from the start you won't find the "Truecrypt΅ header ... |
|
philsmd |
hashcat
|
20 |
24,729 |
01-27-2017, 09:36 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Looks good. Good luck with the password recovery. |
|
philsmd |
hashcat
|
20 |
24,729 |
01-27-2017, 10:33 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3).
Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ... |
|
philsmd |
hashcat
|
20 |
24,729 |
01-27-2017, 10:55 AM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
atom was not speaking about the output length but about the details of the algorithm, i.e. whenever you have to apply the same hashing function thousand or even millions of times, the speed will be dr... |
|
philsmd |
hashcat
|
20 |
24,729 |
01-28-2017, 01:50 PM |
|
|
Thread: nOOb help
Post: RE: nOOb help
First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html
It's even worse that you didn't mask them and not even mentioned wha... |
|
philsmd |
hashcat
|
12 |
8,107 |
01-04-2019, 11:09 AM |
|
|
Thread: nOOb help
Post: RE: nOOb help
all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded
on linux (and most likely also on macOS) you can do something like ... |
|
philsmd |
hashcat
|
12 |
8,107 |
01-20-2019, 10:03 AM |
|
|
Thread: Noob help >.<
Post: RE: Noob help >.<
Maybe you should just read the documentation (--help, wiki/faq) to learn these basics:
https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_... |
|
philsmd |
General Help
|
7 |
8,840 |
01-01-2016, 10:12 PM |
|
|
Thread: Noob issues with oclhashcat
Post: RE: Noob issues with oclhashcat
I think you didn't realize how large that keyspace is.
Let us start with 26 characters which can be repeated.
The charset would be: abcdefghijklmnopqrstuvwxyz
The number of characters would be: 26
He... |
|
philsmd |
Old oclHashcat Support
|
4 |
7,270 |
02-14-2015, 01:24 PM |
|
|
Thread: noob question
Post: RE: noob question
It's explained here: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
Code:
--
hashcat -m 0 -a 0 -w 3 --username --separa... |
|
philsmd |
hashcat
|
6 |
6,037 |
08-16-2017, 09:05 AM |
|
|
Thread: noob question
Post: RE: noob question
Hashcat only supports these formats:
with --username
user/name/email:hash
or without --username
hash
all other formats need to be externally converted to one of these formats.
you could fo... |
|
philsmd |
hashcat
|
6 |
6,037 |
08-16-2017, 01:05 PM |
|
|
Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types
example hashes are here: https://hashcat.net/wiki/example_hashes
note: no file names and colons within the hash |
|
philsmd |
hashcat
|
3 |
1,486 |
08-05-2019, 08:41 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
Why do you use -t 32 ? Do you know what that command line option means?
Also, the generated hashes must correspond to plains of length 7 (exactly).
the -i (or --increment*) doesn't hurt, but is usele... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 05:11 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
from help:
-t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains
so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 06:16 PM |
|
|
Thread: Noob question. Cracking single unsalted md5
Post: RE: Noob question. Cracking single unsalted md5
https://hashcat.net/faq/#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it |
|
philsmd |
hashcat
|
2 |
8,303 |
08-14-2016, 06:32 PM |
|
|
Thread: Noob: SHA1 problem
Post: RE: Noob: SHA1 problem
First, welcome to the hashcracking world!
You should be able to find the answer to your question both within the --help output or the hashcat wiki (especially https://hashcat.net/mask_attack ).
Hint... |
|
philsmd |
hashcat
|
2 |
3,687 |
02-05-2017, 02:18 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
you probably have a Intel CPU in addition to your GPU.
If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too.
Does cracking ... |
|
philsmd |
hashcat
|
15 |
47,098 |
02-01-2019, 12:14 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
In my opinion your are completely at the wrong track.
Just look at your clinfo output, it says:
Code:
--
Platform Vendor The pocl project
--
this is complete... |
|
philsmd |
hashcat
|
15 |
47,098 |
02-03-2019, 01:29 PM |
|
|
Thread: Not found hash Removing
Post: RE: Not found hash Removing
you are searching for this command line option:
Code:
--
--left | Compare hashlist with potfile; show uncracked hashes
--
and of course the opposite of --left is --show
btw: you are not all... |
|
philsmd |
General Talk
|
1 |
1,528 |
03-24-2019, 02:53 PM |
|
|
Thread: Not working after reverting catalyst drivers
Post: RE: Not working after reverting catalyst drivers
This really sound like a driver problem. Please use the suggested methods to cleanely uninstall previous drivers: i.e. use free version of driver fusion.
If it worked before on your system, it should... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
7,185 |
06-16-2013, 08:04 AM |
|
|
Thread: NTLM and Line Length
Post: RE: NTLM and Line Length
All formats are very well documented here: https://hashcat.net/wiki/doku.php?id=example_hashes
(with examples).
Did you try those? |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
41,191 |
06-13-2013, 06:51 PM |