From 2ab12ce70b8685931c60453d3f5d76ebd1d53021 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 25 Mar 2021 16:02:20 +0100 Subject: [PATCH] chg: [doc] passive dns output added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eed5ac4..050c22c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DomainClassifier DomainClassifier is a simple Python library to extract and classify Internet domains/hostnames/IP addresses from raw unstructured text files following their existence, localization or attributes. -DomainClassifier can be used to extract Internet hosts from any free texts or collected unstructured information. +DomainClassifier can be used to extract Internet hosts from any free texts or collected unstructured information. A passive dns output is also available. ![An overview of the DomainClassifier methods](https://raw.github.com/adulau/DomainClassifier/master/doc/domainclassifier-flow.png)