Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: DES, Hex-Charset and Split/Limit??
Post: RE: DES, Hex-Charset and Split/Limit??
1. --keyspace doesn't expect any hash file. you cannot specify the hash file when computing the keyspace (remove deshash from you command line)
2. for -l (--limit) you specify the number of restore... |
|
philsmd |
hashcat
|
2 |
1,136 |
11-08-2019, 12:19 AM |
|
|
Thread: Unable to crack second half of LM hash
Post: RE: Unable to crack second half of LM hash
HASHCA is not 7 characters long (?1?1?1?1?1?1?1 cracks 7 char passwords) |
|
philsmd |
hashcat
|
2 |
1,339 |
11-13-2019, 02:00 PM |
|
|
Thread: Hashcat + LUKS + RTX 2080 (laptop)
Post: RE: Hashcat + LUKS + RTX 2080 (laptop)
maybe you use a notebook or a GPU without fan ?
luks/cryptosetup etc use a cost factor (think of iterations), it depends on how powerful the CPU on the system the disk was first encrypted (or passw... |
|
philsmd |
hashcat
|
2 |
1,389 |
11-14-2019, 10:45 PM |
|
|
Thread: Question regarding -m 20710 (hashcat beta).
Post: RE: Question regarding -m 20710 (hashcat beta).
hey,
you forgot to mention the most important information ! how long is your salt ?
-O stands for optimized and can only be used if some prequirements are meat... especially max salt length and ... |
|
philsmd |
hashcat
|
2 |
964 |
11-20-2019, 10:15 AM |
|
|
Thread: Huawei Backup
Post: RE: Huawei Backup
interesting. is this something used even in modern smartphones (or is this old "encryption" ?). Do modern smartphones use this ? Is this an alternative to the standard android encryption.... can you g... |
|
philsmd |
hashcat
|
2 |
1,948 |
11-22-2019, 07:47 PM |
|
|
Thread: 4 charsets limit (mask attack)
Post: RE: 4 charsets limit (mask attack)
our rule engine works on GPU to achieve full speed.
It's not a good idea to have dynamic buffers/memory/sizes which would reduce speed tremendously and make code much more complex. it's just a well-c... |
|
philsmd |
General Talk
|
2 |
1,213 |
11-29-2019, 09:29 AM |
|
|
Thread: rule creation with special characters (utf8 issue?)
Post: RE: rule creation with special characters (utf8 is...
Hashcat added support for hexadecimal notation in rules too (see https://github.com/hashcat/hashcat/commit/b88c956d9754a56a99f45ebfa95767b65f8bf4eb)
for instance if the utf 8 character £ (\xc2\xa3... |
|
philsmd |
hashcat
|
2 |
1,337 |
11-29-2019, 03:30 PM |
|
|
Thread: 1Password Master Password file location (MAC)?
Post: RE: 1Password Master Password file location (MAC)?
I'm sorry to hear that.
It might depend on the version of 1password that is being used, but some online resources say it's somewhere located in the ~/Library/ subfolders on macOS:
https://discus... |
|
philsmd |
hashcat
|
2 |
1,530 |
11-29-2019, 10:49 AM |
|
|
Thread: I need an explanation
Post: RE: I need an explanation
maybe the algorithm is like explained here:
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-3.1
and therefore you could use -m ... |
|
philsmd |
hashcat
|
2 |
1,065 |
12-15-2019, 07:34 PM |
|
|
Thread: 8 GPU GTX1080
Post: RE: 8 GPU GTX1080
this should work:
https://github.com/s3inlc/hashtopolis / https://hashtopolis.org |
|
philsmd |
Hardware
|
2 |
2,000 |
12-18-2019, 01:05 PM |
|
|
Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: RE: How can find a sha256 hash start with ***** wi...
have a look at -m 5100 = Half MD5 which does more or less exactly what you describe (just for MD5 instead of sha256)... the problem with too small prefixes is that there will be too many results/colli... |
|
philsmd |
hashcat
|
2 |
1,127 |
12-26-2019, 11:38 AM |
|
|
Thread: Hashcat DES restore file manual EDIT
Post: RE: Hashcat DES restore file manual EDIT
endianness !
If you do not understand the format, you could just use analyze_hc_restore.pl from https://github.com/philsmd/analyze_hc_restore instead (perl must be installed of course) |
|
philsmd |
hashcat
|
2 |
1,079 |
12-27-2019, 10:39 AM |
|
|
Thread: Wordlist + Bruteforce Attack
Post: RE: Wordlist + Bruteforce Attack
just read the output of
Code:
--
hashcat --help
--
it says
Code:
--
- [ Attack Modes ] -
...
6 | Hybrid Wordlist + Mask
--
therefore it is just:
Code:
--
hashcat -a 6 -m 1372... |
|
philsmd |
hashcat
|
2 |
2,079 |
12-27-2019, 07:55 PM |
|
|
Thread: hcmask file with custom charset usage
Post: RE: hcmask file with custom charset usage
everything must be defined within the hcmask file.
the format is very clear and also allows using hcchr files etc within the hcmask file directly.
You can't (and are NOT allowed) to define custo... |
|
philsmd |
hashcat
|
2 |
1,143 |
12-31-2019, 03:50 PM |
|
|
Thread: CL_INVALID_VALUE - yes, OpenCL is installed
Post: RE: CL_INVALID_VALUE - yes, OpenCL is installed
does the beta work for you https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
2 |
1,104 |
01-14-2020, 09:36 AM |
|
|
Thread: 15 char exactly
Post: RE: 15 char exactly
it is infeasible
the math is (26+10)^15 = 221073919720733357899776 (very huge number !)
which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616)
see https://hashcat.net/... |
|
philsmd |
hashcat
|
2 |
932 |
02-04-2020, 12:31 PM |
|
|
Thread: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow
the pipe (|) aka stdin mode only works with -a 0 in hashcat.
That means that you would need to use something like this:
Code:
--
-r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r... |
|
philsmd |
hashcat
|
2 |
922 |
01-18-2020, 09:55 AM |
|
|
Thread: Need help to identify encryption
Post: RE: Need help to identify encryption
I think this is not a good strategy to get a helpful answer:
1. breaking forum rules (https://hashcat.net/forum/announcement-2.html). Do NOT post hashes
2. it could be anything... I think you either... |
|
philsmd |
hashcat
|
2 |
1,120 |
02-08-2020, 11:19 PM |
|
|
Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x
it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used.
BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru... |
|
philsmd |
hashcat
|
2 |
1,283 |
02-19-2020, 10:37 PM |
|
|
Thread: Status description
Post: RE: Status description
for status updates every 30 seconds, you need to use:
--status --status-timer 30
1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau... |
|
philsmd |
hashcat
|
2 |
1,158 |
02-19-2020, 09:43 AM |