/PyFunceble

The tool to check domains or IP availability.

Primary LanguagePythonMIT LicenseMIT

PyFunceble

The tool to check domains or IP availability.

license GitHub release GitHub issues open GitHub closed issues Github file size

PyFunceble is the little sister of Funceble (https://github.com/funilrys/funceble) which was archived on March 13th, 2018.

Its main objective is to test domains and IP availability by generating an accurate result based on results from WHOIS, NSLOOKUP and HTTP status codes. As result, PyFunceble returns 3 status: ACTIVE, INACTIVE and INVALID. The denomination of those statuses can be changed under your personal config.yaml.

At the time we write this, PyFunceble is running actively and daily under 50+ Travis CI repository or process to test the availability of domains which are present into hosts files, AdBlock filter lists, list of IP, list of domains or blocklists.

An up to date explanation of all status can be found at https://git.io/vxieo. You can also find a simple representation of the logic behind PyFunceble at https://git.io/vxifw.

⭐🎉 Thank you for using PyFunceble 🎉⭐

📖 Wiki as place to be 🌟🌟🌟

Want to know more about PyFunceble? All information to know can be found on the wiki! You can also contribute there if you think that it's incomplete!

You can get a copy of the wiki with the following:

git clone https://github.com/funilrys/PyFunceble.wiki.git

Main Features

  • Check the status of a given domain

  • Read an existing file and check every domain present into it.

  • Generate hosts file according to domain status with a custom IP.

  • Show results on screen

  • Save results on file(s)

  • ... and a lot more!


Supporting the project

PyFunceble, Dead-Hosts, Funceble and all other analog projects are powered by ☕!

This project helps you and or you like it?

Help me with a cup of coffee


Contributors

Thanks to those awesome people for your awesome and crazy idea and or contributions which make or make Funceble and (or indirectly) PyFunceble better.

 _______ _                 _          _                              _
|__   __| |               | |        | |                            | |
   | |  | |__   __ _ _ __ | | _____  | |_ ___    _   _  ___  _   _  | |
   | |  | '_ \ / _` | '_ \| |/ / __| | __/ _ \  | | | |/ _ \| | | | | |
   | |  | | | | (_| | | | |   <\__ \ | || (_) | | |_| | (_) | |_| | |_|
   |_|  |_| |_|\__,_|_| |_|_|\_\___/  \__\___/   \__, |\___/ \__,_| (_)
                                                  __/ |                
                                                 |___/

Special Thanks

I would like to thank those awesome organization and people for

  • Their current work
  • Their awesome repository
  • Their support
  • Their promotion of Funceble and (or indirectly) PyFunceble
  • Their testings reports
  • Their breaking reports
  • Their contributions

which helped and/or still help me build and or test Funceble and or PyFunceble.

 _______ _                 _          _                              _
|__   __| |               | |        | |                            | |
   | |  | |__   __ _ _ __ | | _____  | |_ ___    _   _  ___  _   _  | |
   | |  | '_ \ / _` | '_ \| |/ / __| | __/ _ \  | | | |/ _ \| | | | | |
   | |  | | | | (_| | | | |   <\__ \ | || (_) | | |_| | (_) | |_| | |_|
   |_|  |_| |_|\__,_|_| |_|_|\_\___/  \__\___/   \__, |\___/ \__,_| (_)
                                                  __/ |                
                                                 |___/

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, Ultimate.Hosts.Blacklist and/or Pi-Hole which are in my opinion the best out there.


License

MIT License

Copyright (c) 2017-2018 Nissar Chababy

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.