mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-07-28 14:47:03 -07:00
add malay domain tld
This commit is contained in:
@@ -50,6 +50,7 @@ class Colors:
|
|||||||
Colors.GREEN = Colors.RED = Colors.YELLOW = Colors.BOLD = Colors.RESET = ""
|
Colors.GREEN = Colors.RED = Colors.YELLOW = Colors.BOLD = Colors.RESET = ""
|
||||||
def green(text):
|
def green(text):
|
||||||
return f"{Colors.GREEN}{text}{Colors.RESET}"
|
return f"{Colors.GREEN}{text}{Colors.RESET}"
|
||||||
|
|
||||||
# Wordlist (TLD + ccTLD + gTLD + vanity)
|
# Wordlist (TLD + ccTLD + gTLD + vanity)
|
||||||
COMMON_TLDS = [
|
COMMON_TLDS = [
|
||||||
|
|
||||||
@@ -106,6 +107,9 @@ COMMON_TLDS = [
|
|||||||
"id","co.id","web.id","or.id",
|
"id","co.id","web.id","or.id",
|
||||||
"ac.id","sch.id","my.id",
|
"ac.id","sch.id","my.id",
|
||||||
|
|
||||||
|
# Malaysia
|
||||||
|
"com.my","org.my","edu.my","net.my",
|
||||||
|
|
||||||
# Southeast Asia
|
# Southeast Asia
|
||||||
"sg","my","th","vn","ph",
|
"sg","my","th","vn","ph",
|
||||||
"bn","kh","la","mm","cn",
|
"bn","kh","la","mm","cn",
|
||||||
|
|||||||
Reference in New Issue
Block a user