Giter Site home page Giter Site logo

jim0091 / phishing.database Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ultimate-hosts-blacklist/phishing.database

0.0 1.0 0.0 153.39 MB

Test of https://github.com/mitchellkrogza/Phishing.Database/blob/master/phishing-domains-ACTIVE.txt

License: MIT License

Python 100.00%

phishing.database's Introduction

About Phishing.Database

Build Status

Testing repository for Phishing Domains, websites and threats. We use the PyFunceble testing tool to validate the status of all domains.

About Ultimate-Hosts-Blacklist

Ultimate-Hosts-Blacklist serve a place to test and keep a track on each input sources that are present into Ultimate Hosts Blacklist.

As Ultimate Hosts Blacklist grew up it became impossible to test the whole repository, as it takes weeks to finish. That's why we use the GitHub organization system in order to create different repository for each list that are present into Ultimate Hosts Blacklist.


About PyFunceble

PyFunceble like Funceble is A tool to check domains or IP availability by returning 3 possible status: ACTIVE, INACTIVE or INVALID.

It also has been described by one of its most active user as:

[An] excellent script for checking ACTIVE, INACTIVE and EXPIRED domain names.

If you need further informations about PyFunceble or Funceble please report to our Wiki page and/or if you don't find any answer feel free to create an issue into one of the Dead Hosts's or Py-Funceble's repositories.

About the status returned by PyFunceble

For an up to date version of this part please report to the Status section of our Wiki.

ACTIVE

This status is returned when one of the following cases is met:

  • We can extract the expiration date from Lookup().whois().

    • Please note that we don't check if the date is in the past.
  • Lookup().nslookup() don't return server can't find domain-name.me: NXDOMAIN.

  • HTTOCode().get() return one the following code [100, 101, 200, 201, 202, 203, 204, 205, 206].

INACTIVE

This status is returned when all the following cases are met:

  • We can't extract the expiration date from Lookup().whois().
  • Lookup().nslookup() return server can't find domain-name.me: NXDOMAIN.

INVALID

This status is returned when the following case is met:

  • Domain extension has an invalid format or is unregistered in IANA Root Zone Database.

    • Understand by this that the extension is not present into the iana-domains-db.json file.

phishing.database's People

Contributors

funilrys avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.