T145 / black-mirror

Blacklists and whitelists built by open code, so you know what goes into them.
GNU Affero General Public License v3.0
197 stars 12 forks source link

[BUG] Fix broken sources #13

Closed T145 closed 3 years ago

T145 commented 3 years ago
  "openphish_feed": {
    "rule": "BEGIN{FS=\"/\"}/^http[s]?:\\/\\/([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+(\\/|$)/{print tolower($3)}",
    "url": "https://openphish.com/feed.txt"
  },
  "energized_ips": {
    "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
    "url": "https://block.energized.pro/extensions/ips/formats/list.txt"
  },
  "reg_fi": {
    "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
    "url": "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt"
  },
  "reg_id": {
    "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
    "url": "https://easylist-downloads.adblockplus.org/abpindo+easylist.txt"
  },
  "reg_kr": {
    "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
    "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt"
  },

Removed for now!