Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Candidate definition
Post: RE: Candidate definition
Add them into a textfile and use that as wordlist |
|
atom |
hashcat
|
9 |
13,199 |
06-25-2017, 02:37 PM |
|
|
Thread: AES encrypted password
Post: RE: AES encrypted password
What you mean with AES encrypted. Which KDF was used and which blockmode? |
|
atom |
hashcat
|
1 |
2,410 |
06-27-2017, 11:34 AM |
|
|
Thread: Candidate definition
Post: RE: Candidate definition
In DES cracking, parity doesn't matter |
|
atom |
hashcat
|
9 |
13,199 |
06-27-2017, 11:25 AM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...
Please create the github issue and follow the descriptions in the link from the wiki. Is this something useful for other people too? How many people use this wallet? |
|
atom |
hashcat
|
32 |
25,733 |
06-27-2017, 11:32 AM |
|
|
Thread: creating a mask
Post: RE: creating a mask
https://github.com/hashcat/maskprocessor/releases/download/v0.73/maskprocessor-0.73.7z |
|
atom |
General Talk
|
4 |
4,602 |
06-29-2017, 10:58 AM |
|
|
Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60
I've just tested it (on Ubuntu 16.4):
Positive: Installation still works good.
Positive: The most important problem with the huge slowdown on rule-based cracking was resolved! Speed actually incre... |
|
atom |
hashcat
|
8 |
9,513 |
06-29-2017, 02:16 PM |
|
|
Thread: is anyone run a benchmark with gtx1060 in hashcat v3.0?
Post: RE: is anyone run a benchmark with gtx1060 in hash...
No, except for SCRYPT based algorithms, the gpu ram doesn't matter when it comes to raw performance. |
|
atom |
Hardware
|
12 |
46,632 |
06-30-2017, 09:06 AM |
|
|
Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60
I've tried on my RX480, it's possible they fixed it only for newer GPU generations. Also make sure to use latest beta for testing from https://hashcat.net/beta/ or github master version. |
|
atom |
hashcat
|
8 |
9,513 |
06-30-2017, 04:24 PM |
|
|
Thread: HC do not recognize pass
Post: RE: HC do not recognize pass
Using --force is always a bad idea. Please provide the original .cap file so we can reproduce locally. |
|
atom |
hashcat
|
5 |
4,833 |
07-03-2017, 09:23 AM |
|
|
Thread: HC do not recognize pass
Post: RE: HC do not recognize pass
I've debugged this with the .cap file you've provided and found the root of the problem. The problem was the ESSID. In the .cap the ESSID changed several times from 'testserv' to 'TEST_SERVER' for the... |
|
atom |
hashcat
|
5 |
4,833 |
07-04-2017, 10:39 AM |
|
|
Thread: Problems with prince processor
Post: RE: Problems with prince processor
https://github.com/hashcat/princeprocessor/releases/download/v0.21/princeprocessor-0.21.7z |
|
atom |
hashcat
|
1 |
2,172 |
07-04-2017, 10:40 AM |
|
|
Thread: markprocessor question password custom charset
Post: RE: markprocessor question password custom charset
You need to combine several tools to make this possible. Use maskprocessor to generate the dsa and ",$,^ and save them to separate files. Then use combinator.bin to join them and to create the final w... |
|
atom |
General Talk
|
2 |
3,139 |
07-04-2017, 10:44 AM |
|
|
Thread: markprocessor question
Post: RE: markprocessor question
You can't do that with maskprocessor. I've written a small perl script for you.
Code:
--
for (my $i = 0; $i < 256; $i++)
{
my $ones = 0;
for (my $j = 0; $j < 8; $j++)
{
nex... |
|
atom |
hashcat
|
1 |
2,149 |
07-04-2017, 10:51 AM |
|
|
Thread: markprocessor question error
Post: RE: markprocessor question error
The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead. |
|
atom |
hashcat
|
1 |
2,687 |
07-04-2017, 10:53 AM |
|
|
Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?
Maybe it does not have the length 8. I'd try wordlists first. |
|
atom |
General Talk
|
6 |
23,546 |
07-04-2017, 10:55 AM |
|
|
Thread: Office 2016?
Post: RE: Office 2016?
Good question, are they different to Office 2013? |
|
atom |
General Talk
|
2 |
4,297 |
07-05-2017, 06:16 AM |
|
|
Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes TrueCrypt and VeraCrypt extraction is the same |
|
atom |
hashcat
|
10 |
26,762 |
07-06-2017, 09:40 AM |
|
|
Thread: H/s clarification
Post: RE: H/s clarification
So far so good, except this:
Quote:
--
At least to me, this seems to translate to the number of hashes generated per second. If this is the case, the time required for comparison (step 3) will t... |
|
atom |
hashcat
|
2 |
2,830 |
07-06-2017, 09:52 AM |
|
|
Thread: Merge wordlists
Post: RE: Merge wordlists
combinator.bin is part of hashcat-utils. Use it as described. First combine two lists into one, then use the result with the third, etc. You can chain this as long as you want, but probably your hdd w... |
|
atom |
hashcat
|
10 |
13,146 |
07-06-2017, 09:54 AM |
|
|
Thread: Merge wordlists
Post: RE: Merge wordlists
https://github.com/hashcat/hashcat-utils/releases/download/v1.8/hashcat-utils-1.8.7z |
|
atom |
hashcat
|
10 |
13,146 |
07-06-2017, 03:05 PM |