mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
domain() to potentialdomain() updated
This commit is contained in:
parent
80dc03f59c
commit
83fafea305
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ tp://www.cert.be/ www.public.lu www.allo.lu quuxtest www.eurodns.com something-b
|
||||||
8 201.1.1.1")
|
8 201.1.1.1")
|
||||||
|
|
||||||
# extracting potentially valid domains from rawtext
|
# extracting potentially valid domains from rawtext
|
||||||
print c.domain()
|
print c.potentialdomain()
|
||||||
|
|
||||||
# reduce set of potentially valid domains to existing domains
|
# reduce set of potentially valid domains to existing domains
|
||||||
# (based on SOA,A,AAAA,CNAME,MX records)
|
# (based on SOA,A,AAAA,CNAME,MX records)
|
||||||
|
|
Loading…
Reference in a new issue