├── .assets ├── badd-boyz-hosts-logo.jpg ├── badd-boyz-hosts.jpg ├── badd-boyz-logo-original.jpg ├── kofi5.png ├── slack.png ├── spacer.jpg └── zuko.png ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── false-positive.md ├── auto-comment.yml ├── config.yml └── move.yml ├── .travis.yml ├── LICENSE.md ├── PULL_REQUESTS ├── add-domain └── remove-domain ├── README.md ├── dev-tools ├── .PyFunceble.overwrite.yaml ├── .PyFunceble.yaml ├── .pyfunceble_intern_downtime.json ├── .trigger ├── DataTesting.sh ├── FinalCommit.sh ├── GenerateHostsFile.sh ├── PrepareData.sh ├── UpdateReadme.sh ├── ddwrt-dnsmasq.template ├── hosts.template ├── iana-domains-db.json ├── inactive.csv ├── output │ ├── .keep │ ├── __pyfunceble_loggging__ │ │ ├── critical.log │ │ ├── debug.log │ │ ├── error.log │ │ ├── fatal.log │ │ ├── info.log │ │ └── warning.log │ └── domains │ │ ├── Analytic │ │ ├── .gitkeep │ │ ├── ACTIVE │ │ │ └── .gitkeep │ │ ├── POTENTIALLY_ACTIVE │ │ │ └── .gitkeep │ │ ├── POTENTIALLY_INACTIVE │ │ │ └── .gitkeep │ │ └── SUSPICIOUS │ │ │ └── .gitkeep │ │ ├── counter.json │ │ ├── domains │ │ ├── .gitkeep │ │ ├── ACTIVE │ │ │ ├── .gitkeep │ │ │ └── list │ │ ├── INACTIVE │ │ │ ├── .gitkeep │ │ │ └── list │ │ ├── INVALID │ │ │ └── .gitkeep │ │ ├── MALICIOUS │ │ │ └── .gitkeep │ │ ├── SANE │ │ │ └── .gitkeep │ │ └── VALID │ │ │ └── .gitkeep │ │ ├── hosts │ │ ├── .gitkeep │ │ ├── ACTIVE │ │ │ ├── .gitkeep │ │ │ └── hosts │ │ ├── INACTIVE │ │ │ ├── .gitkeep │ │ │ └── hosts │ │ ├── INVALID │ │ │ └── .gitkeep │ │ ├── MALICIOUS │ │ │ └── .gitkeep │ │ ├── SANE │ │ │ └── .gitkeep │ │ └── VALID │ │ │ └── .gitkeep │ │ ├── logs │ │ ├── .gitkeep │ │ └── percentage │ │ │ ├── .gitkeep │ │ │ └── percentage.txt │ │ └── splitted │ │ ├── .gitkeep │ │ ├── ACTIVE │ │ └── INACTIVE ├── public-suffix.json ├── user_agents.json └── whois.csv ├── dnsmasq ├── domains ├── hosts └── whitelists ├── anti └── me /.assets/badd-boyz-hosts-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/badd-boyz-hosts-logo.jpg -------------------------------------------------------------------------------- /.assets/badd-boyz-hosts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/badd-boyz-hosts.jpg -------------------------------------------------------------------------------- /.assets/badd-boyz-logo-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/badd-boyz-logo-original.jpg -------------------------------------------------------------------------------- /.assets/kofi5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/kofi5.png -------------------------------------------------------------------------------- /.assets/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/slack.png -------------------------------------------------------------------------------- /.assets/spacer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/spacer.jpg -------------------------------------------------------------------------------- /.assets/zuko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.assets/zuko.png -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/false-positive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/ISSUE_TEMPLATE/false-positive.md -------------------------------------------------------------------------------- /.github/auto-comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/auto-comment.yml -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/move.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.github/move.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PULL_REQUESTS/add-domain: -------------------------------------------------------------------------------- 1 | applecareonline.com 2 | -------------------------------------------------------------------------------- /PULL_REQUESTS/remove-domain: -------------------------------------------------------------------------------- 1 | amospalla.es 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/README.md -------------------------------------------------------------------------------- /dev-tools/.PyFunceble.overwrite.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/.PyFunceble.overwrite.yaml -------------------------------------------------------------------------------- /dev-tools/.PyFunceble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/.PyFunceble.yaml -------------------------------------------------------------------------------- /dev-tools/.pyfunceble_intern_downtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/.pyfunceble_intern_downtime.json -------------------------------------------------------------------------------- /dev-tools/.trigger: -------------------------------------------------------------------------------- 1 | 15571282479 2 | -------------------------------------------------------------------------------- /dev-tools/DataTesting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/DataTesting.sh -------------------------------------------------------------------------------- /dev-tools/FinalCommit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/FinalCommit.sh -------------------------------------------------------------------------------- /dev-tools/GenerateHostsFile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/GenerateHostsFile.sh -------------------------------------------------------------------------------- /dev-tools/PrepareData.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/PrepareData.sh -------------------------------------------------------------------------------- /dev-tools/UpdateReadme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/UpdateReadme.sh -------------------------------------------------------------------------------- /dev-tools/ddwrt-dnsmasq.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/ddwrt-dnsmasq.template -------------------------------------------------------------------------------- /dev-tools/hosts.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/hosts.template -------------------------------------------------------------------------------- /dev-tools/iana-domains-db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/iana-domains-db.json -------------------------------------------------------------------------------- /dev-tools/inactive.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/inactive.csv -------------------------------------------------------------------------------- /dev-tools/output/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/.keep -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/critical.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/debug.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/fatal.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/info.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/__pyfunceble_loggging__/warning.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev-tools/output/domains/Analytic/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/Analytic/.gitkeep -------------------------------------------------------------------------------- /dev-tools/output/domains/Analytic/ACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/Analytic/POTENTIALLY_ACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/Analytic/POTENTIALLY_INACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/Analytic/SUSPICIOUS/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/counter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/counter.json -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/domains/.gitkeep -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/ACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/ACTIVE/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/domains/ACTIVE/list -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/INACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/INACTIVE/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/domains/INACTIVE/list -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/INVALID/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/MALICIOUS/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/SANE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/domains/VALID/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/hosts/.gitkeep -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/ACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/ACTIVE/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/hosts/ACTIVE/hosts -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/INACTIVE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/INACTIVE/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/hosts/INACTIVE/hosts -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/INVALID/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/MALICIOUS/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/SANE/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/hosts/VALID/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/logs/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/logs/.gitkeep -------------------------------------------------------------------------------- /dev-tools/output/domains/logs/percentage/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/logs/percentage/percentage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/logs/percentage/percentage.txt -------------------------------------------------------------------------------- /dev-tools/output/domains/splitted/.gitkeep: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /dev-tools/output/domains/splitted/ACTIVE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/splitted/ACTIVE -------------------------------------------------------------------------------- /dev-tools/output/domains/splitted/INACTIVE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/output/domains/splitted/INACTIVE -------------------------------------------------------------------------------- /dev-tools/public-suffix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/public-suffix.json -------------------------------------------------------------------------------- /dev-tools/user_agents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/user_agents.json -------------------------------------------------------------------------------- /dev-tools/whois.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dev-tools/whois.csv -------------------------------------------------------------------------------- /dnsmasq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/dnsmasq -------------------------------------------------------------------------------- /domains: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/domains -------------------------------------------------------------------------------- /hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/HEAD/hosts -------------------------------------------------------------------------------- /whitelists/anti: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /whitelists/me: -------------------------------------------------------------------------------- 1 | cliqz.com 2 | --------------------------------------------------------------------------------