Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
best solution is to not use crunch:
Code:
--
hashcat -m 2500 -a 3 -o output_test -2 abc123 test.hccapx ?2?2?2?2?2?2?2?2
--
|
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:47 PM |
|
|
Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile
the name of the potfile depends on the session name:
if you use --session ses , then your file name of the potfile is: ses.potfile |
|
philsmd |
hashcat
|
14 |
1,236 |
09-08-2020, 12:50 PM |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
My suggestion still makes sense, hashcat has built-in support for masks:
https://hashcat.net/wiki/doku.php?id=mask_attack
you do not need to use crunch and you do not need to use any word list, ju... |
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:55 PM |
|
|
Thread: 1080 ti slow percent
Post: RE: 1080 ti slow percent
add this to your command:
Code:
--
-O
--
what do you mean by 30/35 % . Where do you see this ?
The output of hashcat says:
Temp is 64c
Fan is 37 %
Util is 100%
If you are talking abou... |
|
philsmd |
Hardware
|
2 |
503 |
09-09-2020, 09:32 PM |
|
|
Thread: email: pass after dehashed
Post: RE: email: pass after dehashed
after you crack the hashes (it's twofold) :
https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
4 |
510 |
09-11-2020, 08:02 AM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
this question has already been answered dozens of times:
https://hashcat.net/forum/thread-8456.html
https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/docs/limits.txt... |
|
philsmd |
hashcat
|
13 |
987 |
09-12-2020, 06:24 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
Code:
--
--encoding-to utf16le
--
and this of course only works in a dictionary attack (-a 0), if you want to use -a 3 you would need to use the correct bytes with --hex-charset
if you want ... |
|
philsmd |
hashcat
|
13 |
987 |
09-12-2020, 07:27 PM |
|
|
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: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
if you modify the kernel code such that it's not doing the same thing as it is supposed to do (among others, convert the passwords to utf16le within the kernel), then and only then you need to use thi... |
|
philsmd |
hashcat
|
13 |
987 |
09-13-2020, 02:32 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
encoding is difficult
and without understanding it, you probably shouldn't make these source code changes and do such advanced attacks. We have several confirmations of users that moved the encodin... |
|
philsmd |
hashcat
|
13 |
987 |
09-13-2020, 04:45 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
why don't you just explain what you did and how you run it. That might reveal the problem you are facing much faster:
Code:
--
hashcat.exe -a 3 -m 9600 --hex-charset --self-test-disable hash.txt 0... |
|
philsmd |
hashcat
|
13 |
987 |
09-14-2020, 02:50 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
unfortunately, there is no way to fully get it without trying to learn about character encoding and what utf16le means etc.
There is no shortcut. You need to understand the way characters are represe... |
|
philsmd |
hashcat
|
13 |
987 |
09-14-2020, 05:19 PM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
an independent checksum that is used to identify/find the correct hash, see https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/src/modules/module_02500.c#L756-L823
you... |
|
philsmd |
hashcat
|
6 |
414 |
09-15-2020, 07:50 AM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
To be honest, when I wrote that I believed that we had added a whole paragraph about the new -m 22000 format here: https://hashcat.net/forum/thread-9303.html (but we only mentioned that WPA-PBKDF2-PMK... |
|
philsmd |
hashcat
|
6 |
414 |
09-15-2020, 10:49 AM |
|
|
Thread: New to hashcat and unknown issue
Post: RE: New to hashcat and unknown issue
you always need to check if you use the latest version of the tools you use before reporting any problems:
https://hashcat.net/hashcat
hint: version 4.1.0 is several years old, why do you even t... |
|
philsmd |
hashcat
|
4 |
359 |
09-18-2020, 11:52 AM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
thanks for the first benchmark of the NVIDIA RTX 3080
It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ... |
|
philsmd |
Hardware
|
19 |
4,598 |
09-18-2020, 12:14 PM |
|
|
Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...
Code:
--
./hashcat
--
is different from
Code:
--
hashcat
--
if installed, the $HOME/.hashcat/ directory is used:
https://github.com/hashcat/hashcat/commit/0c65bc6ba3fd5c9068f751346d0533c... |
|
philsmd |
hashcat
|
10 |
657 |
09-19-2020, 10:56 PM |
|
|
Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...
did you copy the hashcat.restore file from another directory ?
The .restore file contains a path from which hashcat was originally launched (cwd, see https://hashcat.net/wiki/doku.php?id=restore#sc... |
|
philsmd |
hashcat
|
10 |
657 |
09-20-2020, 09:08 AM |
|
|
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: 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 |