Browse Source

Update phishing build TLD

SukkaW 3 years ago
parent
commit
a5843b68f2
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Build/build-phishing-domainset.js

+ 6 - 1
Build/build-phishing-domainset.js

@@ -36,7 +36,12 @@ const BLACK_TLD = Array.from(new Set([
   'link',
   'ink',
   'bar',
-  'tokyo'
+  'tokyo',
+  'tk',
+  'cf',
+  'gq',
+  'ga',
+  'ml'
 ]));
 
 (async () => {