PNG-IDAT-Payload-Generator icon indicating copy to clipboard operation
PNG-IDAT-Payload-Generator copied to clipboard

Four character domains support

Open dev6 opened this issue 8 years ago • 2 comments

Any idea to how to go about for four characters domain support? How to go about adding that extra byte for the extra character in the domain name?

dev6 avatar Aug 16 '16 08:08 dev6

You will need to bruteforce a 4 character domain completely, Once you get one cracked you will be able to use that template to crack other 4 letter domains quicker. See coreFunctions.py , function "attackTemplate()" . Only instead of using one of the predefined templates, you would be bruteforcing a massive keyspace 0x11111111111111111111-0xffffffffffffffffffff as an example. (poor example. im tired rn).

I also beleive the IDAT encoder is slightly off at the moment. I've been really busy to fix it. If you are set on getting a 4 letter domains reach out to me again and I can spend some time cracking them on one of my VPSs. Once a valid template is found It is fairly simple to begin building a "rainbow table" of valid domains if you will.

huntergregal avatar Aug 23 '16 13:08 huntergregal

What is the .tld you would like 4 character domain support for? I can look at generating the prepopulated tables for it

huntergregal avatar Jan 28 '23 01:01 huntergregal