Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Bitcoin Wallet Help...
Post: RE: Bitcoin Wallet Help...
You need to run it with python (I think you should run it with python 2.7).
Yes, after installing python (and setting it up correctly in your PATH variable), you just run
Code:
--
python bitcoi... |
|
philsmd |
General Talk
|
3 |
11,701 |
10-29-2017, 08:38 PM |
|
|
Thread: Why So Many Digests?
Post: RE: Why So Many Digests?
You have probably collected several full handshakes for the same network (all data for this set of handshakes is present in the hccapx file) and hashcat loads all of them.
This shouldn't make much sp... |
|
philsmd |
General Talk
|
2 |
3,533 |
11-03-2017, 09:39 PM |
|
|
Thread: what the hash is this?
Post: RE: what the hash is this?
-m 500 = md5crypt
see also https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
1 |
2,034 |
11-23-2017, 04:32 PM |
|
|
Thread: [SOLVED]What am i doing wrong? no commands work
Post: RE: What am i doing wrong? no commands work
The format of your hashes should be only like this:
Code:
--
$oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a
--
e.g. they should not ... |
|
philsmd |
General Talk
|
2 |
6,124 |
11-21-2017, 09:53 AM |
|
|
Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...
You do not need --hex-salt. This has nothing to do with salts.
If anything you would need --hex-charset, but that is not necessariy and only needed if you define a custom charset (-1, -2, -3 or -4)... |
|
philsmd |
General Talk
|
5 |
16,216 |
11-21-2017, 05:58 PM |
|
|
Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...
this of course depends on what the tool that you use to encrypt the pdf (acrobat reader etc) does with the input. It could use utf-8 by default. it could use utf16-le etc...
The linux echo tool wont ... |
|
philsmd |
General Talk
|
5 |
16,216 |
11-21-2017, 07:27 PM |
|
|
Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results
This problem was already reported several months ago (see https://github.com/iphelix/pack/issues/1), but it wasn't merged yet.
I think there are some forked versions that integrate the fix, like th... |
|
philsmd |
General Talk
|
3 |
3,370 |
12-01-2017, 09:09 AM |
|
|
Thread: Syntax Help
Post: RE: Syntax Help
You do not need the wallet.dat file directly for cracking (after you already extracted the information with bitcoin2john.py), you only need the file hash.txt for cracking (it already contains the "has... |
|
philsmd |
General Talk
|
3 |
3,164 |
12-02-2017, 09:01 AM |
|
|
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: Line-length exception?
Post: RE: Line-length exception?
you need to use -m 500 (or the long version of it: --hash-type 500):
Code:
--
hashcat64.exe -m 500 -a 0 -w 3 -o rs.txt rs.hash example.dict
--
|
|
philsmd |
General Talk
|
3 |
4,749 |
12-29-2017, 08:38 AM |
|
|
Thread: MD5($salt.$pass) hashcat syntax, help?
Post: RE: MD5($salt.$pass) hashcat syntax, help?
the hash must be formatted like this:
Code:
--
hash:salt
--
e.g.
531e89....:eWVzX3...
see https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
4 |
22,426 |
12-29-2017, 09:20 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: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
If you have an encrypted wallet.dat file, you should run bitcoin2john.py with it.
The resulting hash (without file names, remove the file names and colons from the output of bitcoin2john.py if any ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-04-2018, 01:27 PM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
That's actually really fast for such a huge keyspace.
For instance, if you have 10 GPUs, it would only take you a single year (if we assume the worst case. 6 month on average)!
Again, brute-force ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-05-2018, 10:28 AM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
no. You can't use the wallet.dat file directly. You need to download bitcoin2john.py (from https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) and run it w... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-04-2018, 09:05 PM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
no, I don't think that a mask attack with a charset of ?a in each position is a good strategy.
Since -m 11300 is a slow hashing algorithm I would recommend to remember as much as possible from the ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-05-2018, 09:37 AM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
Well, the best strategy depends on a couple of things like:
1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ?
2. how large is the number of constant strings. Is there only ... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-09-2018, 09:40 AM |
|
|
Thread: ssha help
Post: RE: ssha help
Example hashes can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes
... and yes only -m 111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA looks similar (has the, what we call, same ... |
|
philsmd |
General Talk
|
5 |
4,092 |
01-10-2018, 02:00 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-09-2018, 06:43 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack).
solace is currently using... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-15-2018, 11:49 PM |