Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk
I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h... |
|
philsmd |
hashcat
|
5 |
6,174 |
04-01-2017, 08:11 AM |
|
|
Thread: Encoding problem?
Post: RE: Encoding problem?
known limitation of utf16le conversion in kernel, use this:
Code:
--
hashcat -m 900 --encoding-to utf16le /tmp/my.hashes /tmp//test.wordlist
--
|
|
philsmd |
hashcat
|
1 |
1,485 |
06-11-2019, 07:31 AM |
|
|
Thread: Empty hash? "Disk error"
Post: RE: Empty hash? "Disk error"
I think the problem is that you are trying to extract the data from a specific partition (e.g. /dev/sda1) while the guide here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_... |
|
philsmd |
hashcat
|
2 |
2,384 |
12-29-2017, 08:51 AM |
|
|
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: Electrum-3.3.4
Post: RE: Electrum-3.3.4
please read this: https://github.com/hashcat/hashcat/issues/1806 |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 06:40 AM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
I don't think anybody has started working on implementing this algo in hashcat.
The details are kind of clear now given the proof of concept in perl.
It should be also doable to use that ellipti... |
|
philsmd |
hashcat
|
8 |
3,432 |
09-13-2019, 11:26 AM |
|
|
Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4
Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta ) |
|
philsmd |
hashcat
|
8 |
3,432 |
12-09-2019, 09:42 AM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line.
The hash must look similar to the one that is mentioned here: https://hashcat.... |
|
philsmd |
hashcat
|
32 |
25,733 |
01-30-2018, 01:24 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
different salt type implies ("slightly") different algorithm (as far as I know)
The output of electrum2john will be different for different salt types.
I.e. $electrum$1 means that salt-type 1 is b... |
|
philsmd |
hashcat
|
32 |
25,733 |
02-03-2018, 01:34 PM |
|
|
Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...
yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ... |
|
philsmd |
Beta Tester
|
4 |
1,400 |
03-09-2020, 09:25 AM |
|
|
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,453 |
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,453 |
07-03-2014, 10:29 AM |
|
|
Thread: Duplicated hashes
Post: RE: Duplicated hashes
Just use the --show option *after* you cracked the hashes.
Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us... |
|
philsmd |
hashcat
|
2 |
4,587 |
05-23-2016, 08:30 PM |
|
|
Thread: Dreaded 209 error
Post: RE: Dreaded 209 error
Afaik this error could also occur if you did not extract the oclHashcat .7z archive correctly.
You should use something like 7zip on windows and unzip the .7z with this software.
After that you ne... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,875 |
02-18-2015, 12:02 PM |
|
|
Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...
I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the... |
|
philsmd |
hashcat
|
1 |
2,635 |
05-13-2018, 06:18 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
why do you use old versions in the first place ?
to run a command on any *nix based system (including macos and linux), you need to run it like this:
Code:
--
./hashcat --help
--
i.e. t... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 05:04 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
try to use the latest beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 07:35 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
well, I must admit that I forgot that we talked about macOS executable here.
Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-31-2019, 11:50 AM |
|
|
Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console
The options are all listed in the output of "oclHashcat --help" :
- you can use the -o cracked.txt (or --outfile=cracked.txt ) option to change the output file handle
- you can use the --output-fo... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
17,492 |
10-29-2013, 01:28 PM |
|
|
Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile
how large is your hash file ? How many hashes do you have ?
Did you try to test with a subset of the whole hashes (a much smaller hash file) ?
As far as I know, the combining of hashes and usern... |
|
philsmd |
hashcat
|
3 |
1,855 |
03-06-2019, 03:08 PM |