Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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 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 - 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: 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: 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: 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: 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: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
so you are trying to build some kind of a rainbow table in 2k20 ?
the problem that you might be also completely ignoring is that I/O (disk etc) is very slow (https://en.wikipedia.org/wiki/File:Comp... |
|
philsmd |
hashcat
|
13 |
3,106 |
01-31-2020, 11:46 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
if you really think that the time (printing etc) is no problem, you could just easily add a printf () statement in the comp () kernel to print the computed digest and call it a day. no need to do any ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-01-2020, 08:19 AM |
|
|
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: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...
There is no more need to use a named pipe for cpu hashcat to use the PRINCE attack mode (Note: with oclHashcat you can simply pipe it, no named pipe needed at all) because version 0.49 of hashcat has ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
22 |
74,889 |
01-09-2015, 02:13 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: Potfile entries and output file
Post: RE: Potfile entries and output file
yeah, it's exactly how it was designed.
If the hashes are already present within the pot file it means that they were also already outputted somehow, therefore there is no need to do it again and aga... |
|
philsmd |
hashcat
|
5 |
9,401 |
03-12-2018, 10:44 PM |
|
|
Thread: Potfile entries and output file
Post: RE: Potfile entries and output file
In some cases you could just extract some lines from the potfile itself (like "cat hashcat.potfile"), but this is not a good idea in general.
It's always advisable to keep all the original files |
|
philsmd |
hashcat
|
5 |
9,401 |
03-12-2018, 10:50 PM |