Skip to content

Instantly share code, notes, and snippets.

@ignis-sec
Last active July 17, 2020 14:02
Show Gist options
  • Save ignis-sec/9a1da894e8ae385a1ee58b8a734b8979 to your computer and use it in GitHub Desktop.
Save ignis-sec/9a1da894e8ae385a1ee58b8a734b8979 to your computer and use it in GitHub Desktop.
tlds = {
"German":["%.de", "%.at", "%.li"],
"Portugese":["%.br", "%.ao", "%.mz", "%.pt", "%.gw"],
"Spanish":["%.mx", "%.es", "%.ar", "%.ve", "%.cl", "%.gt", "%.cu", "%.do", "%.ho", "%.uy"],
"Arabic":["%.eg", "%.sd", "%.iq", "%.ma", "%.sa", "%.ye", "%.sy", "%.tn", "%.so", "%.td", "ae", "%.jo", "%.ly", "%.lb", "%.om", "%.mr", "%.kw", "%.qa", "%.bh"],
"French": ["%.fr", "%.cd", "%.ci", "%.ne", "%.bf", "%.sn"],
"Albanian":["%.al"],
"Armenian":["%.am"],
"Azerbaijani": ["%.az"],
"Bulgarian":["%.bg"],
"Burmese":["%.mm"],
"Catalan":["%.ad"],
"Castilian":["%.bo"],
"Mandarin":["%.cn", "%.tw"],
"Crotian":["%.hr"],
"Danish":["%.dk"],
"Tigrinya":["%.er"],
"Amharic":["%.et"],
"Estonian":["%.ee"],
"Finnish":["%.fi"],
"Georgian":["%.ge"],
"Greek":["%.gr"],
"Cantonese":["%.hk"],
"Hungarian":["%.hu"],
"Icelandic":["%.is"],
"Hindi":["%.in"],
"Indonesian":["%.id"],
"Persian":["%.ir"],
"Hebrew":["%.il"],
"Italian":["%.it", "%.mt"],
"Japanese":["%.jp"],
"Korean":["%.kp", "%.kr"],
"Latvian":["%.lv"],
"Lithuania":["%.lt"],
"Malay":["%.my"],
"Romanian":["%.md"],
"Mongolian":["%.mn"],
"Macedonian":["%.mk"],
"Norwegian":["%.no"],
"Polish":["%.pl"],
"Russian":["%.ru", "%.su"],
"Serbian":["%.rs"],
"Slovak":["%.sk"],
"Slovene":["si"],
"Swedish":["%.se"],
"Tajik":["%.tj"],
"Thai":["%.th"],
"Turkish":["%.tr"],
"Turkmen":["%.tm"],
"Ukranian":["%.ua"],
"Uzbek":["%.uz"]
}
@0sma
Copy link

0sma commented Jul 6, 2020

The "%." is missing on line 5 and 44. See this fork for details.

@itestings
Copy link

Line 36 "Romanian":["%.md"],
Should be "Romanian":["%.ro", "%.md"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment