Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Statsprocessor specific characters
Post: RE: Statsprocessor specific characters
Why do you want to write this to a file ?
Hashcat has in-built support for markov chains and mask attack (-a 3).
Anyways, if you really, really want to write it to a disk (I don't know why), you n... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
4,974 |
12-23-2017, 07:28 PM |
|
|
Thread: correct command line
Post: RE: correct command line
That's not a contradiction.
Both statements are true:
1. 3 dashes are 1 too much
2. 1 dash is 1 dash missing
The only correct number of minus symbols (dashes) before the name of the (long) arg... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 03:15 PM |
|
|
Thread: correct command line
Post: RE: correct command line
Do not use "-p".
use --veracrypt-pim.
Code:
--
hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt
--
I do not understand what you mean by "running against ... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 02:32 PM |
|
|
Thread: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words
you could use someting like this (a perl script) and change the words if you need:
Code:
--
#!/usr/bin/env perl
use strict;
use warnings;
my @words = (
'fruit',
'apple',
'pear',
... |
|
philsmd |
General Talk
|
4 |
4,206 |
12-23-2017, 02:22 PM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
update for ethereum modes supported by hashcat:
we recently also added -m 16300 = Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256 (https://github.com/hashcat/hashcat/pull/1476) which is currently suppor... |
|
philsmd |
hashcat
|
26 |
24,603 |
12-20-2017, 02:20 PM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
Hmm, you should be a little bit more specific about which "perl script" your are speaking about.
I probably posted too many perl scripts on the hashcat forum already so it's not easy enough for me to... |
|
philsmd |
hashcat
|
26 |
24,603 |
12-17-2017, 11:27 PM |
|
|
Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash
Do you use powershell? or just cmd (without powershell)?
I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o... |
|
philsmd |
hashcat
|
6 |
7,526 |
12-17-2017, 10:24 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Let's start with this:
Code:
--
Hash 'manifest.txt': Line-length exception
--
This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo... |
|
philsmd |
hashcat
|
6 |
4,626 |
12-14-2017, 10:12 AM |
|
|
Thread: TrueCrypt 7.1a Decrypt
Post: RE: TrueCrypt 7.1a Decrypt
Since you used the offset 31744 from the start, I assume that you are trying to crack a TrueCrypt boot volume (see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_... |
|
philsmd |
hashcat
|
1 |
3,693 |
12-12-2017, 10:24 AM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I quickly searched on the web and it seems the obfuscation is just that the algorithm adds " 8 6 4 3 2 6 d b 2 f e 3 b e 4 0 c c 2 4 1 8 7 7 f 6 a 2 c 9 0 b" to the hash (from the start of the hash ev... |
|
philsmd |
hashcat
|
4 |
4,539 |
12-09-2017, 11:24 AM |
|
|
Thread: ETH wallet - Salt-length exception
Post: RE: ETH wallet - Salt-length exception
As far as I know all these three fields: salt, ciphertext, mac
should be 32 bytes (and therefore 64 hexadecimal characters) long.
Maybe the fields need to be prefixed with zeros if they are shorte... |
|
philsmd |
hashcat
|
2 |
2,498 |
12-08-2017, 08:49 PM |
|
|
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: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?
@nazgulnarsil told me that he/she was able to load the hash successfully with the latest version from github (it seems that the only problem was the hashcat version, 7z2hashcat wasn't the problem at a... |
|
philsmd |
hashcat
|
7 |
14,268 |
12-06-2017, 02:54 PM |
|
|
Thread: CMIYC2017 - Challenge8 vBulletin
Post: RE: CMIYC2017 - Challenge8 vBulletin
You just generate all possible "hashes" (with all possible salts, the characters that are normally used is well-defined) and try to crack them. Of course not all hashes will be cracked, but the number... |
|
philsmd |
General Talk
|
2 |
2,516 |
12-06-2017, 08:48 AM |
|
|
Thread: crc32 hash format, No hashes loaded, line length exception?
Post: RE: crc32 hash format, No hashes loaded, line leng...
This is not the correct hash format that you use.
The correct hash format can always be determined by looking at the example hashes here https://hashcat.net/wiki/doku.php?id=example_hashes (or using ... |
|
philsmd |
hashcat
|
2 |
2,586 |
12-05-2017, 04:29 PM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell.
That said, you can extend the idea to any other environment or tool (yes you could also do it all wit... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-05-2017, 01:57 PM |
|
|
Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?
If it is a non-sensitive archive, just open a issue here, explain the issue again and attach the file to the guthub issue: https://github.com/philsmd/7z2hashcat
Otherwise, I might give it a glance ... |
|
philsmd |
hashcat
|
7 |
14,268 |
12-05-2017, 08:44 AM |
|
|
Thread: correct command line
Post: RE: correct command line
your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator)
I'... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-04-2017, 08:51 PM |
|
|
Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?
I think there is some special byte in there, like the windows BOM etc.
Hashcat doesn't expect that there is any other bytes within the hash file except the bytes that are required ("the hash").
... |
|
philsmd |
hashcat
|
7 |
14,268 |
12-03-2017, 10:28 AM |
|
|
Thread: merge dictionary or not?
Post: RE: merge dictionary or not?
It makes sense if there are a lot of duplicates.
On linux you would just sort and unique the words with "sort -u"
Code:
--
sort -u wordlist_folder/* -o sort_and_uniqued.txt
--
|
|
philsmd |
hashcat
|
2 |
2,687 |
12-03-2017, 10:27 AM |