Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Identifying 53-char hash type
Post: RE: Identifying 53-char hash type
Could be itoa64 (kind of base64 encoding), see https://gchq.github.io/CyberChef/#recipe=From_Base64('./0-9A-Za-z%3D',true)To_Hexdump(16,false,true)&input=Y3l6V1h3SFhaQlBueHRCYWxGcFFpT3NCdlo1a21RcFdSb... |
|
DanielG |
General Talk
|
1 |
2,328 |
02-22-2018, 02:18 PM |
|
|
Thread: where to buy a vps for hashcat?
Post: RE: where to buy a vps for hashcat?
Google cloud: https://hashcat.net/forum/thread-7439.html
AWS EC2: https://hashcat.net/forum/thread-4143.html
there are a few topics in the forum, you can use search to find more |
|
DanielG |
Hardware
|
1 |
2,773 |
07-05-2018, 09:12 AM |
|
|
Thread: SHA-256 Base-64 (?)
Post: RE: SHA-256 Base-64 (?)
You can just attack it as any other hash? I think you will need to be more specific on what isn't clear.
For example, to attack sha-256 you need mode 1400 (https://hashcat.net/wiki/doku.php?id=exam... |
|
DanielG |
hashcat
|
1 |
2,416 |
07-03-2018, 09:17 AM |
|
|
Thread: Configuration problem
Post: RE: Configuration problem
E3AAD692DB9443A8A694C9DD63DD2F9CF354F27D is not the SHA1 of 'kadi1830'. The SHA1 is 782D8C9077AE7989F7453B29392414C089879EA8. So that's why you are not cracking it.
How did you make this hash?
... |
|
DanielG |
hashcat
|
1 |
1,690 |
08-06-2018, 10:13 AM |
|
|
Thread: cryptomator
Post: RE: cryptomator
Looking at https://cryptomator.org/security/architecture/ it looks like it is scrypt which is supported by hashcat: https://hashcat.net/wiki/doku.php?id=example_hashes
You will need to figure out... |
|
DanielG |
hashcat
|
1 |
1,695 |
08-07-2018, 11:01 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: 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 |
|
|
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: Can external code used as a custom hash for hashcat?
Post: RE: Can external code used as a custom hash for ha...
You can code a new kernel, with functions seen here: https://github.com/hashcat/hashcat/tree/master/OpenCL for example https://github.com/hashcat/hashcat/blob/master/OpenCL/m11300-pure.cl is for the ... |
|
DanielG |
hashcat
|
1 |
2,031 |
12-23-2018, 08:24 PM |
|
|
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: 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: 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: 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: 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: 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: question about hccapx
Post: RE: question about hccapx
farhad_usa Wrote: (01-08-2018, 07:44 PM)
--
based on this page (https://hashcat.net/wiki/doku.php?id=hccapx)
this is my password/keymic in encrypted :9094e48390f2
--
No, based on that page it... |
|
DanielG |
hashcat
|
2 |
2,644 |
01-09-2018, 04:49 PM |
|
|
Thread: Which Hash modes should be chosen by NThash ciphertext?
Post: RE: Which Hash modes should be chosen by NThash ci...
Yes -m 1000 is for NTLM, see https://hashcat.net/wiki/doku.php?id=example_hashes for example hashes to check if your hash is in the correct format. |
|
DanielG |
hashcat
|
2 |
2,312 |
02-01-2018, 11:58 AM |
|
|
Thread: quick SBC opinon
Post: RE: quick SBC opinon
You need to specify in what they should be 'the best'.
I would say none? if you want crack speeds don't use these SBC's but desktops with big GPU's. |
|
DanielG |
General Talk
|
2 |
2,571 |
02-05-2018, 03:36 PM |
|
|
Thread: Crack this hash, win 2 Bitcoins!
Post: RE: Crack this hash, win 2 Bitcoins!
jackisme123 Wrote: (03-21-2018, 02:10 PM)
--
My password is not very long, less than 8 digits I believe.
--
1-7 digits = 11111110 possibilities, 400 hashes per second = 7,7 hours.
You want to pay... |
|
DanielG |
hashcat
|
2 |
2,806 |
03-21-2018, 02:25 PM |