Charset files don't behave as expected?
#9
@snoopy
Well, this was facepalm moment for me thanks much ! Smile))

I can combine char lists, duh Smile
Code:
?3 = ?1+?2

As the the Korean, some words are 2 some 3, some 6 characters long . (just one word).  also, the character changes and building up when you type, basically https://www.howtostudykorean.com/unit0/unit0lesson1/
I have no idea how they teach this to kids..

And as for wordlists.

There are about 2k characters:
Code:
cat Korean_utf8.txt |wc -l
1971

Combining those using combinator to get 3 characters long ls 72G already. 

Code:
>ls -lh Korean_combined_double.txt
-rw-r--r-- 1 xxx xxx 72G Apr 17 17:43 Korean_combined_3_char.txt

>tail Korean_combined_3_char.txt
ㆆㆆ히
ㆆㆆ힉
ㆆㆆ힌
ㆆㆆ힐

Will try using price, maybe piping prince to hashcat.

Is this still considered good attack?
Code:
pp64 < wordlist.dict | hashcat [options] target.hash -r prince_optimized.rule

My biggest complain about piping anything to hashcat is being unable to save progress with --session

Thanks
Reply


Messages In This Thread
RE: Charset files don't behave as expected? - by CATuGHTI - 04-24-2021, 04:22 PM