Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
as said, for the basic testing and checking the (hexadecimal) digest, you could just add a printf ():
Code:
--
diff --git a/OpenCL/m03200-pure.cl b/OpenCL/m03200-pure.cl
index d4eaac06..bd0afdc2 ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-02-2020, 03:49 PM |
|
|
Thread: Precomputing salt / debugging module files
Post: RE: Precomputing salt / debugging module files
Thank you very much for the hint about -m 21200 (which wasn't optimized to compute sha1($salt) within the host code once and only once per hash). I've suggested the change here and it was merged: http... |
|
philsmd |
hashcat
|
2 |
713 |
07-29-2020, 09:27 PM |
|
|
Thread: preppend number to dictionary
Post: RE: preppend number to dictionary
Think about it one more time!
If you first prepend 1
then prepend 2
then prepend 3
then prepend 4
then prepend 5
you end up prepending "54321"
so you need to reverse it to ^5^4^3^2^1 if you want to ... |
|
philsmd |
Old hashcat Support
|
2 |
4,398 |
01-15-2016, 12:27 AM |
|
|
Thread: PrestaShop Password
Post: RE: PrestaShop Password
you could just generate a new one and replace the old hash that you have within your database with the newly generated one.
The algorithm is
md5 ($salt . $pass)
salt concatenated with the password ... |
|
philsmd |
hashcat
|
2 |
2,949 |
12-06-2017, 10:32 PM |
|
|
Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type
while you are on that learning trip, I think it wouldn't hurt to read this about "encrypted passwords":
https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/ |
|
philsmd |
hashcat
|
7 |
2,040 |
11-08-2019, 12:39 AM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
why do you not use a hash file, i.e. a file that contains the hash.
The shells (cmd/bash) have various special symbols that need to be escaped, it's always safer to use a file. |
|
philsmd |
hashcat
|
11 |
2,040 |
06-11-2020, 07:08 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
test with the example hash from https://hashcat.net/wiki/example_hashes (search from 15700 and copy the hash into a file).
If the example hash is loading correctly without any errors, try to change... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 12:09 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
you can't post hashes here... if you are really sure that you already tried everything and it still isn't working, not even with the latest beta version from https://hashcat.net/beta/ , we could proba... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 12:46 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
I've now spend (wasted ? ) some minutes investigating this and it seems that already the input file (the UTC file that you would normally use for the ethereum2john.py conversion to a hash) is complete... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 01:48 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
The file was obviously manipulated by a human (or malware ?) and is not valid.
No ethereum client would generate a UTC file with a
Code:
--
ciphertext
--
and
Code:
--
mac
--
within the ... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 02:33 PM |
|
|
Thread: problem cracking fortigate hash
Post: RE: problem cracking fortigate hash
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
14,020 |
01-29-2014, 02:09 PM |
|
|
Thread: Problem cracking sample WPA hccap
Post: RE: Problem cracking sample WPA hccap
It is 'hashcat!' since the minimum length is 8 |
|
philsmd |
General Help
|
4 |
11,187 |
05-27-2013, 10:33 AM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
This is not the correct way to generate hashes.
echo always outputs a string with newlines.
BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-01-2017, 05:44 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make)
This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-03-2017, 12:06 AM |
|
|
Thread: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian
@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will d... |
|
philsmd |
General Help
|
17 |
69,307 |
04-13-2013, 05:01 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
Do the example hashes also crash? https://hashcat.net/wiki/doku.php?id=example_hashes
You both are using windows, right?
[hr]
Can somebody of you test the same cmd with same setup w/ linux running? |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 05:50 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
I am currently testing the example hashes on windows.... looks good: recovered + no freeze.
Just to make sure, do you have this patch for instance: https://hashcat.net/wiki/doku.php?id=timeout_patch
... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 06:45 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
Unfortunately, I have only one win32 system w/ windows7 currently running here - gtx 580.
Therefore, neither the bitness nor the GPU vendor fit ...
Maybe I can later on reboot another system into wind... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 07:13 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
You are right, but anyway any problem should be investigated... we just need to be able to reproduce.
Good news: Rolf told me that he will also test on win7x64 with similar/same setup.... so we will ... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 07:22 PM |
|
|
Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...
It would be great if you can also mention GPU models and number of devices (please also test with -d 1 for multi-GPU systems) and the exact driver version.
Please also test with a mask like -a 3 'h... |
|
philsmd |
Old oclHashcat Support
|
6 |
8,358 |
05-29-2015, 12:18 AM |