Awesome
PLEASE CONSIDER THIS REPOSITORY AS ARCHIVED.
If you want a more up to date script, please report to PyFunceble
Funceble
A script to check domains or IP accessibility.
The main idea was to create a script that can check if a given domain, a hosts
file or a list of domains are/is ACTIVE or INACTIVE. And, in between, if wanted, generate a hosts
file based on the results.
Have any question? Fill a new issue and I'll do my best to answer as soon as possible.
:book: Wiki as place to be :star2::star2::star2:
Want to know more about Funceble? All information to know are under the wiki! You can also contribute there if you want! :smile:
You can get a copy of the wiki with the following:
git clone https://github.com/funilrys/funceble.wiki.git
Main Features
-
Read an existing
hosts
file and check every domain present into it. -
Generate
hosts
file- With custom IP
- ONLY with ACTIVE domains
-
Show on screen
- The status of a given domain is ACTIVE, INACTIVE or INVALID (live update)
- The percentage of ACTIVE, INACTIVE and INVALID (at the end)
-
Save on single file
- Result of execution (live update)
- The percentage of ACTIVE, INACTIVE and INVALID (at the end)
-
Save on separated files (when needed)
- ACTIVE domain
- INACTIVE domain
- INVALID domain
Valuable links
They updated their hosts file or blocklist with the help of Funceble or dead-hosts.
Repo / List Name | Author | Repository / Website | Raw |
---|---|---|---|
add.2o7Net | Tomasz Przybył | Repository | Raw |
add.Dead | Tomasz Przybył | Repository | Raw |
add.Risk | Tomasz Przybył | Repository | Raw |
add.Spam | Tomasz Przybył | Repository | Raw |
Badd-Boyz-Hosts | Mitchell Krog | Repository | Raw |
KADhosts | KAD | Repository | Raw |
Nginx Ultimate Bad Bot & Referrer Spam Blocker | Mitchell Krog | Repository | Raw |
SpotifyAds | Tomasz Przybył | Repository | Raw |
The Big List of Hacked Malware Web Sites | Mitchell Krog | Repository | Raw |
UncheckyAds | Tomasz Przybył | Repository | Raw |
Your list or repository is not listed here? Fill a new issue here :smile_cat:
Special Thanks
Thank you for your awesome hosts
lists, support or contributions which helped (and/or still help) me build this script. :smile: :+1:
- Adam Warner - @PromoFaux
- Mitchell Krog - @mitchellkrogza
- Pi-Hole
Contributors
Thank you for your awesome ideas or contributions which make or made funceble better!! :+1: :100: :1st_place_medal:
-
Mitchell Krog - @mitchellkrogza
-
WaLLy3K - @WaLLy3K
-
xxcriticxx - @xxcriticxx
Supporting the project
Funceble and dead-hosts are powered by :coffee:!
This project helps you and or you like it? Why don't you buy me a cup of :coffee:? :smile_cat:
Hosts
files
What is a hosts file?
A hosts file, named hosts
(with no file extension), is a plain-text file used by all operating systems to map hostnames to IP addresses.
In most operating systems, the hosts
file is preferential to DNS
. Therefore if a domain is resolved by the hosts
file, the request never leaves your computer.
Having a smart hosts
file goes a long way towards blocking malware, adware, ransomware, porn and other nuisance websites.
A hosts file like this causes any lookups to any of the listed domains to resolve back to your localhost so it prevents any outgoing connections to the listed domains.
Recommendations
I'd personally recommend using Steven's hosts or Pi-Hole which are in my opinion the best out there.
License
MIT License
Copyright (c) 2017 Nissar Chababy <contact at funilrys dot com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.