Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!
No, the parameters N, r, p are only used with scrypt. Therefore it can't be -m 15600
Did you even do what I told you ? Did you run the python interpreter with the ethereum2john.py file and the json... |
|
philsmd |
hashcat
|
9 |
7,903 |
01-03-2018, 12:58 PM |
|
|
Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!
You need to download this file: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/ethereum2john.py (Save as "ethereum2john.py" without quotes).
then run it with python... |
|
philsmd |
hashcat
|
9 |
7,903 |
01-03-2018, 11:48 AM |
|
|
Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume
Ha. This is an interesting discussion.
We actually already had a couple of similar topics and discussions on this forum.
It's interesting that some people do not realize how many possibilities o... |
|
philsmd |
hashcat
|
9 |
5,424 |
01-11-2018, 01:12 PM |
|
|
Thread: PDF Hash
Post: RE: PDF Hash
the file named test.hash must exist within your file system and the path to that file must be correct.
Hashcat can't find your file |
|
philsmd |
hashcat
|
9 |
6,365 |
08-08-2018, 11:46 AM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
your clinfo doesn't show any Nvidia GPU at all.
what physical hardware do you have?
if you do not have a nvidia GPU, you shouldn't install the nvidia drivers.
You need to install the drivers for ... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:12 PM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
maybe the problem is that you installed the drivers via package manager and the package you installed didn't setup up everything, like the ICD etc...
Did you try to install the driver from nvidia.c... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:19 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
I think you are confusing something.
why do you need to use -d if you have only 1 GPU ?
if you want to enable and/or crack with your CPU, you need to use -D instead.
see this --help output sni... |
|
philsmd |
hashcat
|
9 |
7,548 |
01-25-2019, 11:19 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
Please follow this guide: https://hashcat.net/faq/wrongdriver)
also always mention what your GPUs / CPUs / operating system / drivers are.
if you want to start a mask attack, you should also a... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 08:33 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat
I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:18 AM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
you should follow these instructions: https://hashcat.net/faq/wrongdriver
and install the driver from your vendor page (https://www.nvidia.com)
only if you are very comfortable with your operating... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:34 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try running these commands:
Code:
--
hashcat -I
--
and
Code:
--
hashcat -b
--
if not, please try with the above hashcat test/benchmark/troubleshooting commands. |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:26 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try without using powershell, but cmd instead ?
[hr]
update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:27 AM |
|
|
Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...
with "only" 28KB you shouldn't reach the limits.
yeah, my guess is that hashcat doesn't accept one of the fields/values (there are a lot of them see the 7z2hashcat github page for the details).
... |
|
philsmd |
hashcat
|
9 |
4,737 |
02-14-2019, 11:14 AM |
|
|
Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...
update: we verified that it's a too strict parser problem in seven_zip_parse_hash (), not the whole lengths are currently allowed because of token.len_max[8] and token.len_max[9] only allowing a lengh... |
|
philsmd |
hashcat
|
9 |
4,737 |
02-14-2019, 12:49 PM |
|
|
Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help
btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help:
Code:
--
- [ Built-in Charsets ] -
...
H | 0123456789ABCDEF
--
... |
|
philsmd |
hashcat
|
9 |
4,754 |
02-21-2019, 09:01 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try to follow the wrongdriver guide ?
Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ?
For the system that isn't working yet, did you have any (wo... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 12:05 PM |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
you could try to think about alternatives, like rule based attacks (https://hashcat.net/wiki/?id=rule_based_attack)
Code:
--
hashcat64.exe --stdout -a 3 -o my.rules ^^?a
--
note: here I assume... |
|
philsmd |
hashcat
|
9 |
3,546 |
02-11-2019, 03:11 PM |
|
|
Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...
for macOS you need to compile the executable/binaries first.
You can use git and compile it with make:
Code:
--
git clone https://github.com/hashcat/hashcat
--
Code:
--
cd hashcat/
-... |
|
philsmd |
hashcat
|
9 |
7,472 |
02-26-2019, 08:42 AM |
|
|
Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...
well, you probably shouldn't run that specific mask.... and probably you shouldn't run a mask attack (see https://hashcat.net/wiki/?id=mask_attack , -a 3 ) at all for itunes backups.
I would sugges... |
|
philsmd |
hashcat
|
9 |
7,472 |
02-26-2019, 04:47 PM |