Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work
Beta: https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
16 |
18,207 |
02-27-2017, 09:17 AM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
if you use --hex-charset every character you specify must be specified in hexadecimal.
Therefore you must use:
Code:
--
hashcat64 -a 3 -m 0 -O --hex-charset -1 0a hash.txt 757365726e616d65?1?a?... |
|
philsmd |
hashcat
|
16 |
9,677 |
04-22-2018, 07:11 AM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to... |
|
philsmd |
hashcat
|
16 |
3,271 |
03-29-2020, 12:50 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
Every serious attempt to crack a hash should be accompanied with testing a real-world example.
That means in very easy terms: please first verify if you are able to crack an example for which you h... |
|
philsmd |
hashcat
|
16 |
3,271 |
03-29-2020, 01:19 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
unfortunately, I am not interested in trying to crack your wallet/hash. If you really have don't want to investigate the time to test with the tool above or research the algorithm and create a github ... |
|
philsmd |
hashcat
|
16 |
3,271 |
03-29-2020, 01:35 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC:
Code:
--
#!/usr/bin/env perl
# Author: philsmd
# Date: April 2020
# License: public domain, cred... |
|
philsmd |
hashcat
|
16 |
3,271 |
04-02-2020, 05:56 PM |
|
|
Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?
I would suggest you reduce your rule file to the bare minimum needed to reproduce this behaviour and post the few lines here.
As far as I understood, it could be a "bug" regarding the rules !? |
|
philsmd |
General Help
|
15 |
33,317 |
04-14-2013, 11:05 AM |
|
|
Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?
Mystery solved!
Try:
Code:
--
echo -en "elec@\00"|md5sum
9a214e678ed4e501d1576326ce84b41c *-
--
So the string terminator \0 is included into the "search string" when the 'x rule has a lengt... |
|
philsmd |
General Help
|
15 |
33,317 |
04-14-2013, 12:27 PM |
|
|
Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?
Trac ticket and further discussion about possible solutions are located here: https://hashcat.net/trac/ticket/154 |
|
philsmd |
General Help
|
15 |
33,317 |
06-01-2013, 03:50 PM |
|
|
Thread: Hashes.org Script
Post: RE: Hashes.org Script
guys please...
if the error is (simplified) "command line argument 1 is missing, please provide it", we don't need to discuss this issue in 5+ posts, do we? Just provide the argument that is requested... |
|
philsmd |
General Talk
|
15 |
30,804 |
11-20-2013, 08:38 PM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
First of all, the topic of this thread is really disgusting.
The problem at the other hand, is very easy and you should probably easy understand it (indeed here: https://hashcat.net/forum/thread-3518... |
|
philsmd |
Old oclHashcat Support
|
15 |
29,451 |
07-03-2014, 08:00 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
Seems you didn't get it.
Therefore I will explain it again with an example:
sha1_hex (sha1 ($pass)) == the one you NEED
Code:
--
$ echo -en "A\x00B\x00C\x00" | sha1sum # first 'iteration'
... |
|
philsmd |
Old oclHashcat Support
|
15 |
29,451 |
07-03-2014, 10:29 AM |
|
|
Thread: oclHashcat v1.30
Post: RE: oclHashcat v1.30
@forumhero,
what exactly is terrible about 130 MH/s @ descrypt for a R9 290x ?
You might have already noticed that there are no k (kilo), M (mega), G (giga) etc indications in all of the above cha... |
|
philsmd |
Old oclHashcat Announcements
|
15 |
59,504 |
09-02-2014, 10:43 PM |
|
|
Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?
mask work position-wise, you need to specify the built-in or custom charset (or hardcoded char) for each and every position
so this should work:
cudaHashcat64.exe -a 3 -m 400 hascc.hash hashca?l
... |
|
philsmd |
Old oclHashcat Support
|
15 |
18,779 |
08-13-2015, 02:35 PM |
|
|
Thread: Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
Post: RE: Warnings in hashcat v3 not present in cudaHash...
Afaik, you also need to set the coolbits to 12, as mentioned in several tuning "howtos" on the forum: e.g. https://hashcat.net/forum/thread-3717-post-23470.html#pid23470 (not sure if that specific how... |
|
philsmd |
hashcat
|
15 |
20,487 |
07-26-2016, 10:01 AM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
you need to use -m 11600 for 7-zip
If you see the message "No hashes loaded" it is not the actual message we are interested in here.
The error message that is responsible for letting you know what... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 09:29 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
somehow you managed to again not post the actual error message.
The error message should be shown/explained after the hash within the line:
Hashfile '../john.hash' on line 1 (hash): ERROR_MESSAGE
... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 10:34 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
are you sure that you are using the latest version of 7z2hashcat from https://github.com/philsmd/7z2hashcat/ ? |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 11:36 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
I think to understand this problem we might first need to get rid of that long hash within the error message.
A patch like this might help for the time being:
Code:
--
diff --git a/src/hashes.c b... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-14-2017, 12:19 AM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
damn. salt-value exception could happen in several situations. It seems there is either something wrong with your hash or the hashcat parser for some strange reason (mistakenly?) rejects it.
If you... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-14-2017, 10:40 AM |