Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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
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
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
undeath Wrote: (11-23-2017, 01:42 PM)
--
generate a rule file
--
|
|
undeath |
hashcat
|
10 |
8,457 |
11-23-2017, 07:46 PM |
|
|
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: 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: 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
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: [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: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
|
undeath |
hashcat
|
7 |
5,996 |
11-30-2017, 09:43 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: 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: 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: 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: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?
use a proper text editor like Notepad++ |
|
undeath |
hashcat
|
7 |
14,268 |
12-03-2017, 10:39 PM |
|
|
Thread: Help generating list
Post: RE: Help generating list
Code:
--
mp64.bin -1 678 -2 012 'MNOPQ,ABCDEFGHIJKLMNO,QRSTUVXYZ0123,567,BP??1?1??2??3??40?2??d??d??d' > masks.hcmask
--
|
|
undeath |
hashcat
|
2 |
2,486 |
12-05-2017, 04:40 PM |
|
|
Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5
hashcat cannot find your "hash.txt" file |
|
undeath |
hashcat
|
4 |
3,156 |
12-07-2017, 01:32 PM |
|
|
Thread: No Device Found Error
Post: RE: No Device Found Error
use windows. performance is the same. |
|
undeath |
hashcat
|
4 |
3,683 |
12-08-2017, 01:27 AM |
|
|
Thread: Cisco ASA hash type
Post: RE: Cisco ASA hash type
that's now binary. you need base64 -> binary -> hex |
|
undeath |
hashcat
|
6 |
8,034 |
12-08-2017, 02:26 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
Thanks for uncovering that, philsmd. Why are people so stupid? Security by obscurity ftw
edit: looks like this is from a leaked database |
|
undeath |
hashcat
|
4 |
4,539 |
12-09-2017, 12:20 PM |