mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-22 18:07:07 +00:00
DomainClassifier is a Python (2/3) library to extract and classify Internet domains/hostnames/IP addresses from raw unstructured text files following their DNS existence, localization or attributes.
Alexandre Dulaunoy
9eb1e3e4ef
The class domainclassifer got two methods: - domain() to extract all potential domains from a raw text The method returns a list. - validdomain() returning all the existing domains based on their known DNS records sets like A,AAAA or CNAME records. The method returns a set. If the extended option is requested, it's a list of tuples containing the domain with their existing DNS records and their returned data. |
||
---|---|---|
DomainClassifier |