Skip to main content

The tool to check the availability or syntax of domain, IP or URL.

Project description

https://raw.githubusercontent.com/PyFunceble/logo/master/Green/HD/RM.png

The tool to check the availability or syntax of domain, IP or URL

https://img.shields.io/badge/code%20style-black-000000.png https://api.travis-ci.com/funilrys/PyFunceble.png?branch=master https://coveralls.io/repos/github/funilrys/PyFunceble/badge.png?branch=master https://api.codacy.com/project/badge/Grade/3f7684ffe6fc44d781ca0f26e0221928 https://img.shields.io/github/license/funilrys/PyFunceble.png https://img.shields.io/pypi/v/pyfunceble.png https://img.shields.io/github/issues/funilrys/PyFunceble.png https://pepy.tech/badge/pyfunceble https://pepy.tech/badge/pyfunceble/month https://pepy.tech/badge/pyfunceble/week

PyFunceble is the little sister of Funceble which was archived on 13th March 2018.

Its main objective is to provide the availability of domains, IPs and since recently URL by generating an accurate result based on results from WHOIS, NSLOOKUP and HTTP status codes.

PyFunceble is currently running actively and daily with the help of Travis CI under 60+ repositories. It is used to clean or test the availability of data which are present in hosts files, list of IP, list of domains, block lists or even AdBlock filter lists.

PyFunceble provides some useful features for continuous testing.

As an example, its auto-continue system coupled with its auto-save system allows it to run nice and smoothly under Travis CI without even reaching Travis CI time restriction. In the other side, its internal inactive database system let INACTIVE and INVALID caught domains, IPs or URLs being automatically retested over time on next run.


Documentation as the place to be!

Want to know more about PyFunceble? We invite you to read the documentation at https://pyfunceble.readthedocs.io/en/master/!

Want a local copy? We get you covered!

Simply run the following and enjoy the documentation!

$ cd docs/
$ make html
$ palemoon _build/html/index.html # palemoon or whatever browser you use.

What can PyFunceble do?

  • Test the availability of a domain.

  • Test the availability of an IPv4.

  • Test the availability of an IPv6.

  • Test the availability of a URL.

  • Test the availability of a domain/DNS name in a private or local network.

  • Test the availability of an IPv4 in a private or local network.

  • Test the availability of an IPv6 in a private or local network.

  • Test the availability of a URL in a private or local network.

  • Test the syntax of a domain.

  • Test the syntax of an IPv4.

  • Test the syntax of an IPv6.

  • Test the syntax of a URL.

  • Test the AlienVault’s reputation of an IPv4.

  • Test of domain or IP which are present into an Adblock formatted file.

  • Test from a given raw link.

  • Test using multiprocessing (from CLI only).

  • Save test result(s) in file(s) (hosts file, plain text and/or JSON format).

  • Save test result in a SQL database.

  • Show test result(s) on screen.

  • Show percentage of each status (ACTIVE, INACTIVE, INVALID)

  • Sort outputs hierarchically.

  • “Mining” of domain or IP which are related to the tested element.

  • Auto-continuation of tests in case of system crash or script stop.

  • Filtering of a file content.

    • This feature will let us for example test all blogspot domain of the given file no matter the content of the file.

  • Set the user-agent to use for the tests.

  • Give some analytic depending of the HTTP status code (ACTIVE, POTENTIALLY_ACTIVE, POTENTIALLY_INACTIVE, SUSPICIOUS).

  • Retest overtime of INACTIVE and INVALID domains.

  • Print the execution time on screen and file.

  • Customisation of the different option via command-line arguments or configuration file.

  • Continuous tests under Travis CI or GitLab CI/CI

    • … with the help of an auto saving and database system.

    • Set the branch to push the result to. For the autosaving system.

    • Set the minimal time before we autosave in order to avoid CI/CD limitation.

    • Set a command to execute at the end of the test.

    • Set the commit message for the autosaving system.

  • … and a lot more!

https://github.com/PyFunceble/gifs/raw/master/domain.gif

Please report to the documentation for more GIF.


Supporting the project

PyFunceble, Dead-Hosts, and all other analog projects are powered by free time and a lot of coffee!

This project helps you and/or you like it?

GitHub Sponsor

@funilrys is part of the GitHub Sponsor program!

GitHub will match all donation for the coming months!

https://github.com/PyFunceble/logo/raw/master/pyfunceble_github.png

Sponsor me!

Ko-Fi

Don’t want to use the GitHub Sponsor program ? Single donation are welcome too!

https://az743702.vo.msecnd.net/cdn/kofi3.png

Buy me a coffee!


Contributors

Thanks to those awesome peoples for their awesome and crazy idea(s), contribution(s) and or issue report which made or make PyFunceble a better tool.

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

Special Thanks

Thanks to those awesome organization(s), tool(s) and or people(s) for

  • Their awesome documentation

  • Their awesome repository

  • Their awesome tool/software/source code

  • Their breaking reports

  • Their contributions

  • Their current work/purpose

  • Their promotion of Py-Funceble

  • Their support

  • Their testings reports

which helped and/or still help me build, test and or make PyFunceble a better tool.

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

License

Copyright 2017, 2018, 2019, 2020 Nissar Chababy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyFunceble-3.3.2.tar.gz (235.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyFunceble-3.3.2-py3-none-any.whl (321.1 kB view details)

Uploaded Python 3

File details

Details for the file PyFunceble-3.3.2.tar.gz.

File metadata

  • Download URL: PyFunceble-3.3.2.tar.gz
  • Upload date:
  • Size: 235.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for PyFunceble-3.3.2.tar.gz
Algorithm Hash digest
SHA256 115bea76dce2cca29e6afb8524dab2112bf335d62a25aae1de5f8f4ab6a6e52f
MD5 ba594a20e4aff651e3c84d76d59ffa27
BLAKE2b-256 10fa67d345c7d605a8664c57c88f2ec67366cea3f1af274aa55bd58c124c4d3b

See more details on using hashes here.

File details

Details for the file PyFunceble-3.3.2-py3-none-any.whl.

File metadata

  • Download URL: PyFunceble-3.3.2-py3-none-any.whl
  • Upload date:
  • Size: 321.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for PyFunceble-3.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0b41780ee9d22dddd1e789ffe5b8cae5888b7d0704a75c35ed95ab30ad2a7b09
MD5 f1c4866b0d6a60111c195a8141c01f3f
BLAKE2b-256 34d05b1026cdeceddb9f2e243509fe17576fbed2c854daa0152d3b4f180e66c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page