Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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: hashcat in VM
Post: RE: hashcat in VM
The problem here might be that you probably need to use -S or pipe or otherwise the plains will be rejected already on host (you may be able to work around it, by always providing 24 bytes, but that's... |
|
philsmd |
hashcat
|
12 |
4,959 |
12-21-2019, 06:51 PM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
if I generate a md5 hash with your input $HEX[706f657a6965] I get a completely separate result:
Code:
--
printf "po\xebzie" |iconv -f "iso8859-1" -t "ASCII//TRANSLIT" | md5sum
5453454a253f8840811... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 01:25 PM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
well, I'm still not sure if 278fbfac8b69dda968b190e6bb1f4ac9 is the correct hash for your plain. I guess you do not know the password at all (which is bad since it would be a reason to ban you, but I'... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 06:40 PM |
|
|
Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.
short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked)
see: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_the... |
|
philsmd |
hashcat
|
3 |
971 |
04-02-2020, 12:17 PM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I think this is related: https://github.com/hashcat/hashcat/issues/1644
it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 10:52 AM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I was thinking about this now a little bit and I found another problem...
if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 03:22 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes.
Did you try ... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-29-2020, 01:18 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
Can you please test if this also happens with the example hash from: https://hashcat.net/wiki/example_hashes
I think that it could easily be that if there is some problem it has to do with the comb... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-30-2020, 07:34 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
interesting. good to know how to reproduce this. I think I'm now also able to reproduce this (and therefore also this: https://github.com/hashcat/hashcat/issues/2341) problem...
I'm currently testi... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-30-2020, 09:07 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
in general a patch can be applied by just using
Code:
--
git apply the_patch.diff
--
the "patch" utility on linux etc will work the same way.
The pull request was already opened on github: ... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-31-2020, 11:24 AM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
how do you test this ?
it's not enough to clone it you need to "make clean" and "make".
What exactly fails ? the same password ? |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-31-2020, 09:36 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
I can't reproduce this problem. For me the new version work like this:
Code:
--
git clone https://github.com/hashcat/hashcat
cd hashcat
make clean
make
./hashcat -m 21700 --example-hashes ... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-31-2020, 10:43 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs.
I can't reproduce this (new) problem |
|
philsmd |
Beta Tester
|
18 |
4,196 |
04-02-2020, 12:20 PM |
|
|
Thread: hashcat found MD5 plaintext but it is not correct not sure why
Post: RE: hashcat found MD5 plaintext but it is not corr...
first of all, it's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html
You will get banned for this action from this forum. There is kind of a zero tolerance policy,... |
|
philsmd |
hashcat
|
2 |
474 |
08-01-2020, 09:22 AM |
|
|
Thread: Hashcat fails on MacBook hardware. Any cloud suggestions?
Post: RE: Hashcat fails on MacBook hardware. Any cloud s...
you could try to use the git version from https://github.com/hashcat/hashcat
install git, make, gcc, sed and all the other common build tools and run
Code:
--
git clone https://github.com/hashc... |
|
philsmd |
Hardware
|
1 |
620 |
05-26-2020, 09:50 PM |
|
|
Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set
do not post hashes, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
516 |
04-03-2020, 05:43 PM |