Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: I lost my second password blockchain.com.
Post: RE: I lost my second password blockchain.com.
Well, as you should already know by registering to this forum, it is not allowed to post hashes (https://hashcat.net/forum/announcement-2.html). It's a reason to ban you. In this case it's even worse ... |
|
philsmd |
hashcat
|
8 |
4,091 |
02-23-2019, 10:51 AM |
|
|
Thread: I lost my second password blockchain.com.
Post: RE: I lost my second password blockchain.com.
I close this thread because it's getting ridiculous.
private mail addresses and advertisement of scammy (sounding) cryptocurrency wallet recovery services. This is not a forum where you post ads like... |
|
philsmd |
hashcat
|
8 |
4,091 |
02-28-2019, 04:27 PM |
|
|
Thread: I have no idea how to crack these hashes?
Post: RE: I have no idea how to crack these hashes?
You are *NOT* allowed to post the hashes here, see: https://hashcat.net/forum/announcement-2.html
BTW: try to base64 decode them, i.e. echo -n "xyz"|base64 -d |
|
philsmd |
General Help
|
2 |
6,506 |
04-04-2013, 06:48 PM |
|
|
Thread: i got this error
Post: RE: i got this error
see https://hashcat.net/faq/#line-length_exception_wait_what
In your case it is variant/case 2 of the error message and the reason for the error is the reason number 4: hash file was not found
Note... |
|
philsmd |
General Help
|
6 |
7,212 |
06-01-2015, 06:02 PM |
|
|
Thread: I get CL_OUT_OF_RESOURCES with -m 15700/ethereum
Post: RE: I get CL_OUT_OF_RESOURCES with -m 15700/ethere...
The cost factor (and memory needed) for ethereum/scrypt is too high for your GPU.
Try to use -D 1 and therefore run hashcat with your CPU. |
|
philsmd |
hashcat
|
9 |
8,109 |
10-29-2017, 07:32 PM |
|
|
Thread: I get CL_OUT_OF_RESOURCES with -m 15700/ethereum
Post: RE: I get CL_OUT_OF_RESOURCES with -m 15700/ethere...
please also apply the timeout patch (https://hashcat.net/wiki/doku.php?id=timeout_patch) like the warning says.
For intel CPUs you need to install the OpenCL driver (not the SDK). |
|
philsmd |
hashcat
|
9 |
8,109 |
10-29-2017, 07:37 PM |
|
|
Thread: I get CL_OUT_OF_RESOURCES with -m 15700/ethereum
Post: RE: I get CL_OUT_OF_RESOURCES with -m 15700/ethere...
do not install the cuda sdk.
For the intel OpenCL driver, follow this link: https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime (and as already said, you do not need the SDK... |
|
philsmd |
hashcat
|
9 |
8,109 |
10-29-2017, 07:49 PM |
|
|
Thread: I cant Run hashcat in Linux
Post: RE: I cant Run hashcat in Linux
do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***
ht... |
|
philsmd |
hashcat
|
6 |
8,436 |
09-14-2017, 04:14 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
why do you use POCL ?
see https://hashcat.net/hashcat/ for the recommended drivers |
|
philsmd |
hashcat
|
4 |
536 |
08-24-2020, 07:09 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
depends on your hardware make and model
What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ?
For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ... |
|
philsmd |
hashcat
|
4 |
536 |
08-25-2020, 08:20 AM |
|
|
Thread: I can not determine the number in the hashcat
Post: RE: I can not determine the number in the hashcat
does the example hash work for you?
are you sure you are using the correct hash type? you need to use -m 12700 |
|
philsmd |
hashcat
|
10 |
8,863 |
02-11-2018, 09:35 AM |
|
|
Thread: I can not determine the number in the hashcat
Post: RE: I can not determine the number in the hashcat
See this issue https://github.com/hashcat/hashcat/issues/112 . I think it might be possible to just truncate the long encrypted data for -m 12700 = Blockchain, My Wallet .
You could for instance tr... |
|
philsmd |
hashcat
|
10 |
8,863 |
02-17-2018, 01:53 PM |
|
|
Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting
the only ways to reduce the time needed for one chunck even further than -l 1 is to use lower -n/-u values (which affects the speed) or to reduce the number of hashes (which is also counter-productive... |
|
philsmd |
hashcat
|
4 |
4,187 |
09-24-2017, 02:48 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
this sounds very strange and I'm pretty sure that it doesn't behave like you think it behaves.
How would the second process even know when the "second" word from possibilities.txt begins. It has no... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 09:12 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
just for testing:
Code:
--
hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1
--
Code:
--
hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 10:44 PM |
|
|
Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency
thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ... |
|
philsmd |
hashcat
|
3 |
1,317 |
03-07-2020, 04:03 PM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
did you try comparing it with a run with the --slow-candidates command line argument ? |
|
philsmd |
hashcat
|
5 |
1,885 |
08-15-2019, 12:55 PM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework |
|
philsmd |
hashcat
|
5 |
1,885 |
08-16-2019, 01:46 PM |
|
|
Thread: Hybrid attack
Post: RE: Hybrid attack
You could use a hcmask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files):
file my.hcmask:
Code:
--
?l?u?d,key?1
?l?u?d,?1key
?l?u?d,key?1?1
?l?u?d,?1?1key
?l?u?... |
|
philsmd |
hashcat
|
4 |
6,069 |
10-04-2017, 08:27 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
This is a warning. It is not an error message.
With a larger wordlist and/or mask you will reach full speed. With a too small wordlist/mask hashcat can't use the full acceleration. |
|
philsmd |
hashcat
|
3 |
3,011 |
02-12-2018, 10:48 PM |