Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Intercept zip decryption key or files from an application
Post: RE: Intercept zip decryption key or files from an ...
Yes but it heavily depends on the application and how you have access to it. You can decompile the application and look for the password, debug the running application, run a trace on calls that are b... |
|
DanielG |
General Talk
|
1 |
719 |
03-12-2020, 05:33 PM |
|
|
Thread: Installed it but doesn't work when i try to open it in cmd
Post: RE: Installed it but doesn't work when i try to op...
and if you just run "hashcat64.exe -b" what do you see |
|
DanielG |
hashcat
|
1 |
938 |
09-04-2019, 04:27 PM |
|
|
Thread: problems with —show
Post: RE: problems with —show
"until the process is finished", well after it finishes it shows some statistics you need to read:
Code:
--
Status...........: Exhausted
Hash.Type........: MD5
Hash.Target......: 0000000000000000000... |
|
DanielG |
hashcat
|
1 |
981 |
09-09-2019, 03:59 PM |
|
|
Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt
First step is to have a test password that you know so you can test your hypothesis.
Mine is: The password base-64 decodes to 160 bit of data, the same length as a SHA1 hash. The salt looks like hex... |
|
DanielG |
hashcat
|
4 |
1,105 |
03-19-2020, 04:14 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
extracting hash from MS Excel file can be done by reading this part of the wiki: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_... |
|
DanielG |
hashcat
|
1 |
1,113 |
09-17-2019, 04:11 PM |
|
|
Thread: Need help to identify encryption
Post: RE: Need help to identify encryption
On a lot of "Default Usernames & Passwords" lists for routers Huawei devices seem to have the password 'admin' or '[email protected]' as the password. Perhaps try that before trying to break the config... |
|
DanielG |
hashcat
|
2 |
1,119 |
02-10-2020, 11:52 AM |
|
|
Thread: Proper mask
Post: RE: Proper mask
if you calculate how many passwords you are trying you will see that you are getting 16 to the power 16 or 18446744073709551616 passwords (18 billion billion).
On this post https://hashcat.net/foru... |
|
DanielG |
hashcat
|
1 |
1,126 |
07-10-2019, 09:48 AM |
|
|
Thread: Masking question
Post: RE: Masking question
https://hashcat.net/wiki/doku.php?id=mask_attack
Quote:
--
A placeholder can be either a custom charset variable, a built-in charset variable or a static letter
--
so yeah, just a?a?a?a?a?a?a?... |
|
DanielG |
hashcat
|
2 |
1,142 |
11-01-2019, 04:03 PM |
|
|
Thread: DECRYPTUM
Post: RE: DECRYPTUM
Very cool, what are you using this beast of a machine for?
Ah I see it's a commercial device on https://www.decryptum.com/ (https://www.decryptum.com/) |
|
DanielG |
Hardware
|
12 |
1,219 |
09-16-2020, 10:07 AM |
|
|
Thread: Not sure if hashcat is calculating my desired parameters
Post: RE: Not sure if hashcat is calculating my desired ...
Quote:
--
-1 charsets/dash1.hcchr, -2 charsets/dash2.hcchr
--
Hashcat is using the exact letters there, not the contents of those files.
"Candidates.#1....: haggi chrheer %%* -> haggi /sd1ach %... |
|
DanielG |
hashcat
|
1 |
1,294 |
01-03-2019, 10:21 AM |
|
|
Thread: Attack 10 char password known to start with 3 digits
Post: RE: Attack 10 char password known to start with 3 ...
you were very close, you don't need to define the -1.
Code:
--
-2 ?l?u?d ?d?d?d?2?2?2?2?2?2?2
--
|
|
DanielG |
hashcat
|
1 |
1,435 |
10-26-2018, 02:26 PM |
|
|
Thread: How to find a particular string whose MD5-hash is known?
Post: RE: How to find a particular string whose MD5-hash...
That is really weird because that is the same hash as requested in 2017 in thread https://hashcat.net/forum/thread-6822.html and at yahoo 6 years ago https://answers.yahoo.com/question/index?qid=2013... |
|
DanielG |
hashcat
|
3 |
1,541 |
07-02-2019, 08:42 AM |
|
|
Thread: Help me with md5(md5($pass).$pass)
Post: RE: Help me with md5(md5($pass).$pass)
|
DanielG |
hashcat
|
1 |
1,619 |
08-29-2018, 09:09 AM |
|
|
Thread: Advice for Reviving Old Machine for Hashcat
Post: RE: Advice for Reviving Old Machine for Hashcat
Before buying hardware make sure cracking is feasible. What do you know about the password for the truecrypt container? If you only know it is 20 characters for example you will never crack it. But if... |
|
DanielG |
hashcat
|
5 |
1,621 |
12-12-2019, 10:33 AM |
|
|
Thread: Best approach using hashcat
Post: RE: Best approach using hashcat
On https://hashcat.net/wiki/doku.php?id=example_hashes you'll see the option "5100 Half MD5" which checks the first half of MD5 as you described. So just use that option? |
|
DanielG |
General Talk
|
1 |
1,633 |
01-10-2019, 10:29 AM |
|
|
Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...
"I figured to do this I would give hashcat a custom charset of a-z2-7 and a 16 character mask."
Like philsmd said, that would be 1,208,925,819,614,629,174,706,176 possibilities. Even if you were ab... |
|
DanielG |
hashcat
|
3 |
1,651 |
08-30-2019, 08:57 AM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Just forget about even trying is a good strategy if you only have a hash and know the plaintext is 16^32 (340282366920938463463374607431768211456) possibilities.
These guys at www.onlinehashcrack.c... |
|
DanielG |
hashcat
|
4 |
1,655 |
10-21-2019, 08:51 AM |
|
|
Thread: Pantagrule, a really large last-resort ruleset
Post: RE: Pantagrule, a really large last-resort ruleset
Cool, thanks for your contribution. I added it to my rules/ folder. Always nice to have different rulesets based on real world data. |
|
DanielG |
User Contributions
|
2 |
1,659 |
01-14-2020, 01:34 PM |
|
|
Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $
Cool, nice way you found that out too |
|
DanielG |
General Talk
|
4 |
1,671 |
09-25-2019, 09:17 AM |
|
|
Thread: ITunes Backup encryption
Post: RE: ITunes Backup encryption
If you use the search functionality of the Forum and search for "iTunes" you get a few topics with the same question. One of the tools you will find is https://github.com/philsmd/itunes_backup2hashcat... |
|
DanielG |
hashcat
|
1 |
1,674 |
10-19-2018, 12:21 PM |