Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
first of all, most of the extraction tools now require python 3 as you can see also here:
Code:
--
#!/usr/bin/env python3
--
(from https://github.com/openwall/john/blob/bleeding-jumbo/run/telegr... |
|
philsmd |
hashcat
|
3 |
338 |
09-29-2020, 11:41 AM |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
I would suggest that if you are 100% sure that you are doing everything correctly, you should report the problem to John The Ripper (which develop the telegram2john.py tool) and try to investigate mor... |
|
philsmd |
hashcat
|
3 |
338 |
09-30-2020, 11:41 AM |
|
|
Thread: Ruijie Networks (Router) Hashes Help!
Post: RE: Ruijie Networks (Router) Hashes Help!
what do you mean by reverse ?
what is the password ?
it's actually not allowed to post any hashes here, see forum rules
did you try to use a much longer password to see if the ouput is always... |
|
philsmd |
hashcat
|
2 |
333 |
09-13-2020, 11:50 AM |
|
|
Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.
where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ?
Also, I guess that you need to remove "-notreal" right ?
just compare with the exa... |
|
philsmd |
hashcat
|
1 |
323 |
08-23-2020, 12:50 PM |
|
|
Thread: cuCtxCreate(): unknown error
Post: RE: cuCtxCreate(): unknown error
try this: https://hashcat.net/faq/wrongdriver
which version of hashcat do you use ? does it work with --backend-ignore-cuda or without CUDA installed ? |
|
philsmd |
hashcat
|
3 |
302 |
09-23-2020, 05:56 PM |
|
|
Thread: Problems with the program after compilation
Post: RE: Problems with the program after compilation
try with -D 1
and https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
2 |
294 |
09-23-2020, 10:38 PM |
|
|
Thread: Continue cracking on success?
Post: RE: Continue cracking on success?
this makes no sense with your example, because -m 5100 checks for 16 hex characters (or 8 bytes).
... but the general answer would be to just use
Code:
--
--keep-guessing
--
|
|
philsmd |
hashcat
|
2 |
290 |
09-20-2020, 05:06 PM |
|
|
Thread: Mode 11300
Post: RE: Mode 11300
the padding is known, we exploit this (padding attack, last few bytes 16 or 8 depending on the wallet type):
https://github.com/hashcat/hashcat/blob/3dd89bc63c2614b57db58bd7b05d2d61dcc5ab75/OpenCL/... |
|
philsmd |
hashcat
|
1 |
251 |
09-24-2020, 10:17 PM |
|
|
Thread: cuMemAlloc(): out of memory
Post: RE: cuMemAlloc(): out of memory
.... (what chick3nman said) and it of course has nothing to do with 32-bit binaries... hashcat doesn't ship with 32-bit executables anymore (you could still compile them yourself if somebody really ne... |
|
philsmd |
hashcat
|
3 |
239 |
09-23-2020, 05:53 PM |
|
|
Thread: lower performance with CUDA toolkit
Post: RE: lower performance with CUDA toolkit
probably depends on the driver not on the CUDA toolkit.
hint: you can install CUDA without replacing the driver... that's also what most users/devs do... just install the CUDA toolkit and keep the ... |
|
philsmd |
hashcat
|
2 |
237 |
09-22-2020, 10:33 AM |
|
|
Thread: Hashcat exhausted
Post: RE: Hashcat exhausted
The word list "rockyou.txt" doesn't contain the password "hashcat" (without quotes).
I don't see any evidence that your claim about a problem and that the password is within the dictionary file is ... |
|
philsmd |
hashcat
|
2 |
208 |
10-06-2020, 08:36 AM |
|
|
Thread: format username:password?
Post: RE: format username:password?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
btw: https://www.techsolvency.com/p... |
|
philsmd |
hashcat
|
3 |
148 |
Yesterday, 12:31 PM |
|
|
Thread: format username:password?
Post: RE: format username:password?
just make sure that the input is correct and also remember that the way to do it is 2-fold (2 steps are needed ), i.e. first crack such that the cracked hashes with password end up in the .potfile, on... |
|
philsmd |
hashcat
|
3 |
148 |
9 hours ago |