Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types Mask Attack Unable to cra...
Are you able to share this hash in a private message (PM) with us ?
Alternatively, could you generate an example hash that also is uncrackable (for which you know the password and are able to share... |
|
philsmd |
hashcat
|
6 |
2,313 |
03-13-2020, 02:39 PM |
|
|
Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.
uninstall pocl, mesa, beignet and install the vendor drivers as recommended on https://hashcat.net/hashcat/
OpenCL Runtime for Intel Core or Xeon processors: https://software.intel.com/en-us/articl... |
|
philsmd |
hashcat
|
6 |
1,890 |
04-27-2020, 11:28 AM |
|
|
Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.
I just tested it (again) just to make sure it would work.
... and as expected, your claim does not hold (for me it works on any ubuntu > 16.04):
Code:
--
Prerequisites > Missing Prerequisite(s)
---... |
|
philsmd |
hashcat
|
6 |
1,890 |
04-27-2020, 02:34 PM |
|
|
Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test
It's in your output:
Code:
--
Skipping unstable hash-mode 15700 for this device.
--
It's literally saying that there is a driver problem with your specific device (Apple driver for AMD GPU a... |
|
philsmd |
hashcat
|
6 |
1,213 |
05-20-2020, 07:32 AM |
|
|
Thread: markov mode
Post: RE: markov mode
maybe you are looking for the command line argument:
Code:
--
--markov-threshold
--
see --help output of hashcat.
normally the length of the password candidates is determined by the mask le... |
|
philsmd |
hashcat
|
6 |
1,079 |
05-22-2020, 12:33 PM |
|
|
Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test
did you try to test with the beta version from https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
6 |
1,213 |
05-22-2020, 12:34 PM |
|
|
Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256
also note that you can't use decrypt with hashes: https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
something that isn't encrypted, can't in general be decrypted
-m 1400 = S... |
|
philsmd |
hashcat
|
6 |
1,263 |
05-29-2020, 09:15 PM |
|
|
Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)
try latest beta version of hashcat from https://hashcat.net/beta/
if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/us/en/develop... |
|
philsmd |
hashcat
|
6 |
1,842 |
06-12-2020, 09:44 AM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
my guess is that you already should have a backup of your JSON file downloaded beforehand, ready to be used for recovery and saved to your disk ?
If you didn't make any backups and don't have any fil... |
|
philsmd |
hashcat
|
6 |
1,279 |
06-17-2020, 01:00 PM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
oh, this is actually interesting that the support team is offering you to kind of spam them with login requests. My guess is that there will still be a limit, it might just be a little bit larger (for... |
|
philsmd |
hashcat
|
6 |
1,279 |
06-19-2020, 09:12 AM |
|
|
Thread: Hashcat / rig troubleshooting
Post: RE: Hashcat / rig troubleshooting
I would rather try testing with only a few cards to troubleshoot it.
could be power problem and/or temperature problem. Is the system motherboard (using risers ?) etc even compatible with that powe... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
1,118 |
07-11-2020, 12:32 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
1. why do you use crunch ?
2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ?
3. what is your command ?
4. why don't you give your full specs ? if the er... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:00 PM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
Code:
--
-D 1,2
--
can be used to enable both CPU and GPU (the Intel OpenCL Runtime for Core or Xeon processors need to be installed, in general), but note that it doesn't always increase speed... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 06:49 AM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
--
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt
--
where... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:22 PM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
That statement doesn't make sense without the full context.
Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 10:48 PM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
is this some kind of cloud provider ?
what is the output of hashcat -I ?
what is the output of clinfo ? |
|
philsmd |
Hardware
|
6 |
722 |
08-26-2020, 06:23 PM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:13 AM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA.
I'm not sure if your "professional" GPU supports it (I pretty much ... |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:19 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ?
Which version of hashcat do you use ? do yo... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 07:55 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
you could try with --keep-guessing and see how many false positives you get.
Since it's a crc32 checksum it's not impossible (the decompression errors in case of compression of course would prevent... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 02:07 PM |