Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Hashcat rule help.
Post: RE: Hashcat rule help.
Code:
--
hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d
--
and
Code:
--
hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt
--
|
|
philsmd |
hashcat
|
6 |
5,416 |
11-06-2017, 01:19 PM |
|
|
Thread: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...
I don't understand what the problem is.
This is perfectly expected behaviour. -m 14800 is a hard/slow hash type.
Everything that you just described seems to be expected.
The only way to fix it ... |
|
philsmd |
hashcat
|
6 |
4,996 |
11-10-2017, 12:08 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
My guess is that there might be a lot of tools around or you just slightly modify a popular tool like libreoffice. We only need to replace the actual key that was generated from a "fake" password with... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:23 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
?b means that hashcat should try all possible values a byte can have, i.e.
from 0x00 to 0xff, this means that each byte has 256 possibilities
256^5 = 256*256*256*256*256 = 1099511627776 combinations
... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:05 PM |
|
|
Thread: proper use of increment option
Post: RE: proper use of increment option
We need to distinguish between the minimum and maximum password length supported by the algorithm and OpenCL kernels ... and the settings the user sets (with --increment-max for instance).
What you ... |
|
philsmd |
hashcat
|
6 |
17,940 |
11-26-2017, 10:03 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Let's start with this:
Code:
--
Hash 'manifest.txt': Line-length exception
--
This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo... |
|
philsmd |
hashcat
|
6 |
4,626 |
12-14-2017, 10:12 AM |
|
|
Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash
Do you use powershell? or just cmd (without powershell)?
I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o... |
|
philsmd |
hashcat
|
6 |
7,526 |
12-17-2017, 10:24 AM |
|
|
Thread: minimum password length with mask
Post: RE: minimum password length with mask
This problem was fixed very quickly with these changes: https://github.com/hashcat/hashcat/pull/1485
You can already download a fixed (beta) version of hashcat from: https://hashcat.net/beta/
Th... |
|
philsmd |
hashcat
|
6 |
8,088 |
01-03-2018, 05:57 PM |
|
|
Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...
I think I read somewhere (a while ago) that the new file where the data is stored is just called profile.js
Are you able to locate a file file called profile.js ?
Update: I think this is just th... |
|
philsmd |
hashcat
|
6 |
8,077 |
12-28-2017, 10:25 AM |
|
|
Thread: minimum password length with mask
Post: RE: minimum password length with mask
Yes this seems to be a bug:
see
Code:
--
Skipping mask '?u?l?l' because it is smaller than the minimum password length.
[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit =>
Session......... |
|
philsmd |
hashcat
|
6 |
8,088 |
01-03-2018, 03:04 PM |
|
|
Thread: Should I buy a GTX 1070 in place of my GTX 980M
Post: RE: Should I buy a GTX 1070 in place of my GTX 980...
mobile GPUS (like the 980M, or in general GPUs for notebooks) could and do throttle a lot and therefore do not reach the same speed as a non-mobile version.
I think 1070, 1070ti, 1080 or 1080ti are... |
|
philsmd |
hashcat
|
6 |
5,091 |
01-15-2018, 11:34 PM |
|
|
Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3
If the keyspace of the mask that you want to duplicate is very slow (as in your case just 10000 password candidates), you could just store these password candidates to a dictionary file and use the di... |
|
philsmd |
hashcat
|
6 |
5,814 |
02-15-2018, 10:30 AM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Are you sure that you are comparing the correct values?
Did you ran a benchmark (-b) with both versions?
There are a lot of people making the mistake to compare apples with oranges, for instance... |
|
philsmd |
hashcat
|
6 |
3,903 |
05-11-2018, 09:12 PM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes)
BTW: it is not allowed to post hashes on this forum |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:03 AM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the... |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:54 AM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
it depends mainly on the size of the hashcat.potfile and of course also to some extend on the hashes.txt file (note there can be cracks assigned to several users, especially if unsalted hashes are use... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-21-2018, 10:33 PM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
what's your memory usage and CPU usage during the --show --username run ? High memory, high CPU?
We might need to troubleshoot this in detail but I guess we need to have the files (or similar files... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-22-2018, 05:07 PM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
I just tested with a hash file and potfile with 1000000 entries and it's very fast on my system.
Maybe you can do the same and report back.
This is how I generated the lists:
Code:
--
#!/usr/b... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-23-2018, 01:33 PM |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation). |
|
philsmd |
hashcat
|
6 |
3,629 |
01-20-2019, 09:52 PM |
|
|
Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...
Well, there are a lot of tutorials on how to use "dd.exe" or something like this.
of course with dd you need to use the command line (cmd).
I would say that the hashcat FAQ that I linked above i... |
|
philsmd |
hashcat
|
6 |
3,235 |
01-25-2019, 12:04 PM |