Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...
c'mon this should be really obvious.
The error message says that you do not have the required perl modules installed
This thread is getting a little bit weird (the strange command line options, ... |
|
philsmd |
hashcat
|
9 |
3,421 |
07-13-2019, 03:21 PM |
|
|
Thread: Office international character problem
Post: RE: Office international character problem
I'm pretty sure this is a known problem with how the OpenCL kernels use utf16 chars.
As far as I know, the kernel code (also for performance reasons) for utf16le encoding is very "elementary" and j... |
|
philsmd |
hashcat
|
10 |
4,102 |
07-13-2019, 09:54 PM |
|
|
Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...
sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067 |
|
philsmd |
hashcat
|
2 |
1,556 |
07-16-2019, 12:05 PM |
|
|
Thread: mozilla
Post: RE: mozilla
-1 0x01
^ this is wrong syntax. where did you read about this 0x notation ? did you just guess this?
hashcat has an option called --hex-charset and you can use it like this
--hex-charset ?a?a?a... |
|
philsmd |
hashcat
|
2 |
1,306 |
07-16-2019, 02:24 PM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-16-2019, 08:31 PM |
|
|
Thread: maskprocessor - how to combine letters and numbers?
Post: RE: maskprocessor - how to combine letters and num...
-1 ?l?u?d -q 4 -r 5 ?1?1?1?1?1?1?1 |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
2,084 |
07-17-2019, 11:05 AM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-17-2019, 01:10 PM |
|
|
Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix
|
philsmd |
hashcat
|
5 |
2,669 |
07-18-2019, 06:56 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
--username
please do not post hashes. you will be banned |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 06:58 AM |
|
|
Thread: Office international character problem
Post: RE: Office international character problem
yep yep yep
that's how the algorithm works (and actually most of the microsoft-invented algos),
also see this perl module to understand the algo: https://github.com/hashcat/hashcat/blob/d1f473d6... |
|
philsmd |
hashcat
|
10 |
4,102 |
07-18-2019, 12:01 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 05:31 PM |
|
|
Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix
can you run the example hash from https://hashcat.net/wiki/example_hashes correctly?
there is no ending : (colon) after the hash for this hash type (-m 2400) |
|
philsmd |
hashcat
|
5 |
2,669 |
07-19-2019, 02:58 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional |
|
philsmd |
hashcat
|
6 |
3,092 |
07-20-2019, 05:21 PM |
|
|
Thread: Android encrypted partition dump
Post: RE: Android encrypted partition dump
hey
as far as I know hashcat is able to crack the backups generated by "adb backup"
see https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/ and https://gith... |
|
philsmd |
hashcat
|
1 |
1,501 |
07-21-2019, 09:52 AM |
|
|
Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...
https://hashcat.net/faq#can_i_restore_a_hashcat_session
"The only parameters allowed when restoring a session are --restore and --session (optional)" |
|
philsmd |
hashcat
|
5 |
2,167 |
07-21-2019, 03:35 PM |
|
|
Thread: Office international character problem
Post: RE: Office international character problem
you can try it yourself
create a clean directory with the hashcat download/binaries (e.g. from https://hashcat.net/beta or github or even release should work). make sure that the "kernels/" directo... |
|
philsmd |
hashcat
|
10 |
4,102 |
07-21-2019, 11:08 PM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
Code:
--
sed 's/^[^:]*://' user_word.txt > word.txt
--
|
|
philsmd |
hashcat
|
5 |
1,914 |
07-23-2019, 01:09 PM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
if you really need both, you could just replace the : with new lines:
Code:
--
sed 's/:/\n/' user_word.txt > all.txt
--
undeath edit: ok, you win |
|
philsmd |
hashcat
|
5 |
1,914 |
07-23-2019, 08:07 PM |
|
|
Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type
The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes
Quote:... |
|
philsmd |
hashcat
|
2 |
1,411 |
07-26-2019, 04:27 AM |
|
|
Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script
Thanks !
this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;)
In theory we could add a "module" (that just does the parsing and ... |
|
philsmd |
User Contributions
|
1 |
2,171 |
07-26-2019, 04:37 AM |