Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Syntax Help
Post: RE: Syntax Help
|
undeath |
General Talk
|
3 |
3,165 |
12-03-2017, 01:47 PM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
but he wants to lower it! |
|
undeath |
hashcat
|
7 |
5,996 |
12-01-2017, 12:49 PM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
What's the actual problem? Does hashcat not load the hash? |
|
undeath |
User Contributions
|
28 |
70,369 |
12-01-2017, 12:17 AM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
rico Wrote: (12-01-2017, 12:01 AM)
--
A form of transliteration! I'd suggest that you make your own transliterate.rule file like so (using your own example)
--
note this can get pretty messy with m... |
|
undeath |
hashcat
|
7 |
6,889 |
12-01-2017, 12:04 AM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
the table lookup attack from hashcat-legacy can do that, assuming you create a corresponding lookup table: https://hashcat.net/wiki/doku.php?id=table_lookup_attack |
|
undeath |
hashcat
|
7 |
6,889 |
11-30-2017, 11:52 PM |
|
|
Thread: Help with cracking a zip Password
Post: RE: Help with cracking a zip Password
|
undeath |
hashcat
|
5 |
24,597 |
11-30-2017, 10:38 PM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
|
undeath |
hashcat
|
7 |
5,996 |
11-30-2017, 09:43 PM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
Code:
--
OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce GTX 1060 6GB, 1518/6072 MB allocatable, 10MCU
Hash.Type........: descrypt, DES (Unix), Tra... |
|
undeath |
General Talk
|
10 |
8,115 |
11-30-2017, 01:01 AM |
|
|
Thread: [itunes backup 9] Password empty although cracked
Post: RE: [itunes backup 9] Password empty although crac...
Just to make sure: it displays
Code:
--
[yourhash]:
--
right?
Do you know the correct password? |
|
undeath |
hashcat
|
4 |
3,862 |
11-29-2017, 04:52 PM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
royce Wrote: (11-25-2017, 10:38 PM)
--
Yeah, the naming cat is probably already out of the bag.
--
The old options could stay but be left undocumented in --help and a differently named switch with t... |
|
undeath |
hashcat
|
15 |
20,288 |
11-27-2017, 12:43 PM |
|
|
Thread: Wildcard in hash
Post: RE: Wildcard in hash
no. generate a hash list with all possible hashes. |
|
undeath |
hashcat
|
1 |
1,943 |
11-26-2017, 12:39 AM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
"keyspace" in itself seems to be a pretty well-defined word but does not match what hashcat considers "keyspace". Maybe this option should be renamed to something more fitting. |
|
undeath |
hashcat
|
15 |
20,288 |
11-24-2017, 10:58 AM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
hex-encoded words are raw binary data. No guesses about encoding are done. That's up to the user (you). |
|
undeath |
hashcat
|
10 |
9,897 |
11-23-2017, 07:48 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
undeath Wrote: (11-23-2017, 01:42 PM)
--
generate a rule file
--
|
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 07:46 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
note about your python script: specify the command as list of strings and you don't have to worry about any kind of escaping.
but anyway, just generate a rule file with pattern ^?a and one with $?a... |
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 01:42 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
you could just generate a file for ^?a and $?a and use rule file chaining in hashcat by using multiple -r switches |
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 12:28 AM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
|
undeath |
hashcat
|
10 |
8,457 |
11-22-2017, 08:05 PM |
|
|
Thread: Use dictionary word anywhere in the mask
Post: RE: Use dictionary word anywhere in the mask
There is no such attack mode. You need to emulate it using masks or generated rules. The hybrid attack modes would work, but only for mask + word or word + mask but not mask + word + mask. |
|
undeath |
hashcat
|
10 |
8,457 |
11-22-2017, 05:39 PM |
|
|
Thread: Correct cmd for 7z file using brute force
Post: RE: Correct cmd for 7z file using brute force
jillbrooke Wrote: (11-22-2017, 06:19 AM)
--
The password might be 9 characters long and I can't remember any parts of it.
--
You're not going to recover it during your lifetime. |
|
undeath |
hashcat
|
1 |
2,895 |
11-22-2017, 01:23 PM |
|
|
Thread: rule? not less than 3 or more than 5
Post: RE: rule? not less than 3 or more than 5
https://www.thesprawl.org/projects/pack/#policygen |
|
undeath |
hashcat
|
2 |
3,153 |
11-18-2017, 12:12 AM |