Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Help me identify encription type
Post: RE: Help me identify encription type
Could you provide the 3 numbers? Also a bit more context?
BTW, this question is not really hashcat support related, more like 'hashcat Forum › Misc › General Talk' or even https://www.reddit.co... |
|
DanielG |
hashcat
|
3 |
2,335 |
11-09-2018, 04:57 PM |
|
|
Thread: hashcat 5.0.0 with Token length exception with sha1
Post: RE: hashcat 5.0.0 with Token length exception with...
You are not using --username which tells hashcat to ignore the "foo:" part. Hashcat expects a list with just the hashes, no extra data before that. See https://hashcat.net/wiki/doku.php?id=example_has... |
|
DanielG |
hashcat
|
3 |
8,194 |
11-19-2018, 03:26 PM |
|
|
Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault
Did you add --force because of an online guide or because hashcat gave some errors? This usually indicates you are ignoring advice the hashcat program is giving you to solve your problem.
Can you... |
|
DanielG |
hashcat
|
3 |
2,478 |
05-30-2019, 09:53 AM |
|
|
Thread: Running Hashcat on SSH
Post: RE: Running Hashcat on SSH
On https://hashcat.net/wiki/ under "Patches, tips and tricks" there is 'SSH into running terminal (https://hashcat.net/wiki/doku.php?id=ssh_running_process)- using screen' |
|
DanielG |
hashcat
|
3 |
2,610 |
06-18-2019, 09:18 AM |
|
|
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,543 |
07-02-2019, 08:42 AM |
|
|
Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?
Looks like the CRC32 table and method, only on end it does XOR $68DBAF89.
So my guess is to use hashcat -m 11500 but first manually XOR the recovered data out of registry with 0x68DBAF89.
//edit... |
|
DanielG |
hashcat
|
3 |
2,236 |
04-11-2019, 11:11 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: 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,645 |
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 |
|
|
Thread: Question regarding brute forcing hex charsets
Post: RE: Question regarding brute forcing hex charsets
your calculation is wrong, -1 d8d9dadb -2 808182...etc...bebf in combination with ?1?2..etc does not mean 68^n possibilities because you can't just add ?1 and ?2, you are multiplying. For every char ... |
|
DanielG |
hashcat
|
2 |
2,492 |
05-09-2018, 09:46 AM |
|
|
Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14
This sucks, I run hashcat with wordlists a lot locally on my mac before sending it to our dedicated crackingstation at work. Would be a shame if this would no longer be possible.
I read on https://... |
|
DanielG |
hashcat
|
2 |
3,676 |
06-07-2018, 09:06 AM |
|
|
Thread: HashCat just doesn't crack my MD5 hash with brute force
Post: RE: HashCat just doesn't crack my MD5 hash with br...
Your hashes seem to be double MD5, so not just md5("abcd") but md5(md5("abcd")). 5259ee4a034fdeddd1b65be92debe731 is "asdf" for example.
If you look at https://hashcat.net/wiki/doku.php?id=hashcat... |
|
DanielG |
hashcat
|
2 |
5,742 |
10-23-2018, 05:16 PM |
|
|
Thread: word combinations with masks between
Post: RE: word combinations with masks between
I think the easiest way is to generate a wordlist on your own with the 2 passwords and every character or two between them (if you can't program, try making it in excel with the standard tables). Then... |
|
DanielG |
General Talk
|
2 |
2,118 |
11-14-2018, 04:32 PM |
|
|
Thread: About Winzip (13600) hash
Post: RE: About Winzip (13600) hash
Code:
--
filename:$zip2$*Ty*Mo*Ma*Sa*Va*Le*DF*Au*$/zip2$
Ty = type (0) and ignored.
Mo = mode (1 2 3 for 128/192/256 bit)
Ma = magic (file magic). This is reservered for now. See pkzip_fmt_p... |
|
DanielG |
General Talk
|
2 |
3,417 |
11-21-2018, 10:59 AM |
|
|
Thread: Help with lotus ID password
Post: RE: Help with lotus ID password
Looking for this online I mainly see posts on how to use the "Recover Password" (https://searchdomino.techtarget.com/tip/Resetting-a-Lotus-Notes-password) with a special token that a Notes administrat... |
|
DanielG |
hashcat
|
2 |
2,131 |
12-19-2018, 10:14 AM |
|
|
Thread: Help brute forcing a SHA512 7-character password
Post: RE: Hire someone to brute force a single SHA512 7-...
https://hashcat.net/forum/announcement-2.html
"Do not ask people to crack your hash. It does not matter if you are willing to pay." |
|
DanielG |
General Talk
|
2 |
2,075 |
01-11-2019, 01:52 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeForce 1060
Post: RE: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeF...
Glad you solved it, also thanks you took the time to report back with the solution. |
|
DanielG |
hashcat
|
2 |
2,174 |
03-21-2019, 12:23 PM |
|
|
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 |