PyFunceble icon indicating copy to clipboard operation
PyFunceble copied to clipboard

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

Results 60 PyFunceble issues
Sort by recently updated
recently updated
newest added

* Add a URL/Domain extractor. With this function it should be possible to extract all URLs/domains from any text and save them to a file so that they can be...

enhancement

http://s3-us-west-1.amazonaws.com/umbrella-static/index.html Take a look at my rationale on this Adaway commit: https://github.com/AdAway/adaway.github.io/commit/fe5414af487ed313c408b80409345ee21b3ca08f In addition to registration lookups, I also find it helpful to see if a DNS lookup is actively...

I often see lists of invalid IP addresses, including my own lists. We should have a function to check IPs for correctness like the domains.

enhancement
features

I recommend a complete new implementation of the program in Rust. With Rust, the whole program would run far more efficiently and the power consumption would be lower, which can...

enhancement
features

## Description Just keeps failing without any obviously reasons. ## Configuration `.PyFunceble.yaml` Neutral, thanks to `.PyFunceble.overwrite.yaml` ```yaml cli_testing: autocontinue: true cidr_expand: true db_type: mariadb display_mode: all: true colour: true dots:...

bug

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

As I am working on https://github.com/mitchellkrogza/phishing/pull/325/files#diff-365e9f086474958b3c3480c084f5376aa2860b057a5d1fb0cde97e0cf7d495dfR44 I come to look up for https://github.com/mitchellkrogza/Phishing.Database/issues/813 to figure out which files of @mitchellkrogza that would be the source file for VT as I...

## Description ```python Process pyfunceble_producer_worker_1: Traceback (most recent call last): File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/home/$USER/.local/lib/python3.11/site-packages/PyFunceble/cli/processes/workers/base.py", line 395, in run raise exception File "/home/$USER/.local/lib/python3.11/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in...

bug

## Description Debug log 1 ```python --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.11/logging/handlers.py", line 74, in emit self.doRollover() File "/usr/lib/python3.11/logging/handlers.py", line 175, in doRollover os.rename(sfn, dfn)...

bug

## Description Earlier I've documented how it is possible to setup and use a ramDrive to support the CSV test results data. However, when you are using a SQL driven...

enhancement
features