Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
try testing only 1 device, -d 1
are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ?
are you using the beta version from https://hashcat.net/beta ?... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 01:31 PM |
|
|
Thread: getcernelarginfo procedure entry point not found in library
Post: RE: getcernelarginfo procedure entry point not fou...
it's probably kernel with "k" (clGetKernelArgInfo () )
for the problem itself, it's probably a setup/driver issue. Your explanation is also very misleading and missing some crucial facts. I think y... |
|
philsmd |
hashcat
|
1 |
746 |
12-08-2019, 01:36 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
you could also test with multiple devices, like this:
hashcat -b -m 100 -d 1,2,3,4
hashcat -b -m 100 -d 1,2,3,4,5
hashcat -b -m 100 -d 1,2,3,4,5,6
and see how many devices work and w... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 02:23 PM |
|
|
Thread: hashcat in VM
Post: RE: hashcat in VM
the GPU is probably not exposed to the VM.
only few virtualization software support PCI passthrough and even with those are some restrictions (for instance what if the host also wants to get hold o... |
|
philsmd |
hashcat
|
12 |
4,959 |
12-08-2019, 04:37 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 04:44 PM |
|
|
Thread: hashcat in VM
Post: RE: hashcat in VM
but why do you not simply use hashcat on W10 then ? hashcat works under windows 10 perfectly fine (same as on linux or macOS etc) |
|
philsmd |
hashcat
|
12 |
4,959 |
12-08-2019, 04:46 PM |
|
|
Thread: hashcat in VM
Post: RE: hashcat in VM
triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org... |
|
philsmd |
hashcat
|
12 |
4,959 |
12-08-2019, 05:55 PM |
|
|
Thread: hashcat in VM
Post: RE: hashcat in VM
option 1 is basically the most flexible one that can accomodate for all other modes (the user can just pass the correct password candidates according to keying options).
The main other problem is h... |
|
philsmd |
hashcat
|
12 |
4,959 |
12-08-2019, 09:07 PM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta ) |
|
philsmd |
hashcat
|
8 |
3,432 |
12-09-2019, 09:42 AM |
|
|
Thread: Stuck while Dictionary chache building
Post: RE: Stuck while Dictionary chache building
what happens if you just read the file with something like:
Code:
--
type crackstation.txt > nul
--
|
|
philsmd |
hashcat
|
3 |
1,310 |
12-09-2019, 04:51 PM |
|
|
Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?
001?d?d?d?d?d?d?d
all the details are here:
- wiki: https://hashcat.net/wiki/doku.php?id=mask_attack
- or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m... |
|
philsmd |
hashcat
|
4 |
1,409 |
12-11-2019, 06:43 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
maybe it has something to do with this: https://github.com/hashcat/hashcat/commit/a9bafb7edb49bbf40d097fecf19a5c4ee0620076
The validation check is only searching for some specific pattern... we wou... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-11-2019, 10:15 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
are you able to share the wallet file or hash in private (after of course all funds are moved out etc) ?
it would be interesting to see if this is some hashcat bug/problem or not
of course we wo... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-12-2019, 09:47 AM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
I think by looking at this source code files:
1. https://github.com/blockchain/My-Wallet-V3/blob/c0bf5615c862fb8d7ec5e3f5031c2998b8ddc690/tests/__data__/wallet-data.json#L8-L22
2. https://github.c... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-12-2019, 03:27 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
@jennifer4682 We did some changes on the code: https://github.com/hashcat/hashcat/pull/2249
we would really need that you tests it to make sure that this fixed your problems (you can use the beta htt... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-13-2019, 12:34 PM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
if you use usernames and sort the file, the hashes can still be non-unique.
there could be multiple users having the same password and hash. so the sort -u might not do what you think it does (beca... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 05:33 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
Code:
--
$_ $0 $1
--
[hr]
explanation:
to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack) |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 06:54 PM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
--show is not for cracking, it is used to show the already cracked passwords (AFTER cracking)
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passw... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 06:56 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
yeah, you are completely wrong.
there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to... |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 07:22 PM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
why would you need to unique the hashes ? just for testing ?
again, it depends on if you have usernames within the hash file... a line is not unique unless both the username:hash is unique , but fo... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 09:43 PM |