Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: how do i use these unicode characters in my password
Post: RE: how do i use these unicode characters in my pa...
HI,
Please read the following articles:
https://miloserdov.org/?p=4016
https://www.nixu.com/blog/cracking-non-english-character-passwords-using-hashcat
Maybe it can guide you.
Regards |
|
TheAleph |
User Contributions
|
6 |
12,652 |
05-25-2023, 04:41 PM |
|
|
Thread: Newbie Question - Zip file with Images
Post: RE: Newbie Question - Zip file with Images
Mdd Wrote: (08-07-2021, 02:55 AM)
--
I have am encrypted Zip file containing 20 JPG files each in the 4-12 MB range. I know that the somewhere in the first 256 bytes of each of the original files is ... |
|
TheAleph |
hashcat
|
3 |
9,455 |
08-07-2021, 08:02 PM |
|
|
Thread: Using CUDA or not??
Post: RE: Using CUDA or not??
fadedmaple Wrote: (07-09-2021, 07:21 PM)
--
TheAleph Wrote: (07-09-2021, 07:11 PM)
--
fadedmaple Wrote: (07-09-2021, 05:38 PM)
--
atom Wrote: (07-07-2021, 06:09 PM)
--
Keep in mind that there's no... |
|
TheAleph |
hashcat
|
10 |
42,862 |
07-10-2021, 03:18 AM |
|
|
Thread: Using CUDA or not??
Post: RE: Using CUDA or not??
fadedmaple Wrote: (07-09-2021, 05:38 PM)
--
atom Wrote: (07-07-2021, 06:09 PM)
--
Keep in mind that there's no need to recompile anything from source, or even the need to change the source. If you h... |
|
TheAleph |
hashcat
|
10 |
42,862 |
07-09-2021, 07:11 PM |
|
|
Thread: Using CUDA or not??
Post: RE: Using CUDA or not??
Testing the CUDA installation is easy, you need only to run the cuda samples to verify if all is fine.
On the other hand on windows the cuda installation is straightforward, you just have to give the... |
|
TheAleph |
hashcat
|
10 |
42,862 |
07-07-2021, 07:47 PM |
|
|
Thread: Using CUDA or not??
Post: RE: Using CUDA or not??
fjastlo Wrote: (07-07-2021, 08:03 AM)
--
I'm running into issue with v6.2.2. Installed CUDA and getting mixed error messages and unsure if it is using NVIDIA GPU.
The Green seems to suggest it det... |
|
TheAleph |
hashcat
|
10 |
42,862 |
07-07-2021, 05:56 PM |
|
|
Thread: CUDA Error
Post: RE: CUDA Error
slawson Wrote: (05-26-2021, 05:51 PM)
--
I have recently installed a NVidia 2060 Super. Please see the attached image.
It says it is missing the CUDA toolkit, but I have placed this card in a bra... |
|
TheAleph |
hashcat
|
2 |
7,503 |
05-26-2021, 08:07 PM |
|
|
Thread: Custom hash implementation - looking for developer (paid)
Post: RE: Custom hash implementation - looking for devel...
Jack19001 Wrote: (04-24-2021, 07:03 PM)
--
Hi,
Iam not sure if this is the right place but iam looking for a developer who can implement a custom algorithm what's based on two already existing... |
|
TheAleph |
hashcat
|
3 |
12,991 |
05-24-2021, 04:51 AM |
|
|
Thread: my electrum wallet of 2016
Post: RE: my electrum wallet of 2016
Hi,
i don't know if this can help you but regarding the encoding i recomend you to read the following:
https://miloserdov.org/?p=4016
https://www.nixu.com/blog/cracking-non-english-characte... |
|
TheAleph |
hashcat
|
7 |
20,044 |
04-09-2021, 12:36 AM |
|
|
Thread: PBKDF2 double hash
Post: RE: PBKDF2 double hash
Hi again
the mode 14800 basically compute a similar hash than the one you need but instead of doing both with sha256 is doing the first one with sha256 and the second one with sha1.
For that reas... |
|
TheAleph |
hashcat
|
4 |
11,087 |
02-12-2021, 01:31 AM |
|
|
Thread: PBKDF2 double hash
Post: RE: PBKDF2 double hash
Hi,
If you know some c coding and you are interested on write your kernel i sugest you to use mode 14800 as strating point.
You will need to modify the init2 routine and use sha256 instead of ... |
|
TheAleph |
hashcat
|
4 |
11,087 |
02-08-2021, 03:07 AM |
|
|
Thread: CUDA SDK Toolkit NOT detected - Win 10
Post: RE: CUDA SDK Toolkit NOT detected - Win 10
Have you seen this?
Maybe you are experimenting the same issue with the nvrtc.dll name.
https://hashcat.net/forum/thread-9342.html
One fast and dirty thing you can try is to make a copy of:
... |
|
TheAleph |
hashcat
|
15 |
95,252 |
01-28-2021, 02:33 AM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
The problem you are having with the self test is because you have modified the kernel file (.cl file) and you have not corrected the hash used by hashcat to selftest the kernel which is located on the... |
|
TheAleph |
hashcat
|
13 |
26,703 |
09-14-2020, 03:08 AM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
Yes, in fact that was what i did.
The first test was with the dll name just to verify it was working.
At the end i have removed the branch
#elif defined (__CYGWIN__)
and have added the condi... |
|
TheAleph |
hashcat
|
15 |
53,128 |
06-29-2020, 02:17 PM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
Hi again!
Finally i was able to make hashcat to work with the CUDA SDK !!
The problem was related with the nvrtc.dll which was not loading and thus the if ((rc_cuda_init == 0) && (rc_nvrtc_init == 0... |
|
TheAleph |
hashcat
|
15 |
53,128 |
06-29-2020, 02:36 AM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
Thanks for your promt reply Phill
Yes, I had readed the /faq/wrongdriver page but I wasn't sure if I should install the driver because I had read on manufacturer forum that it could cause problems ... |
|
TheAleph |
hashcat
|
15 |
53,128 |
06-29-2020, 01:03 AM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: Question about --force option and CUDA Toolkit SDK
Hi all on the community!
First i want to say thanks to hashcat team for this great tool!
This si my first post, I usually try to solve the problems by my own but at this point i think i need a bit... |
|
TheAleph |
hashcat
|
15 |
53,128 |
06-28-2020, 07:11 AM |