From 06e6a098c65b9f7a157597e600a63e0f4a05303b Mon Sep 17 00:00:00 2001 From: PrakharAIP GSOC Date: Sat, 1 Apr 2023 02:01:34 +0530 Subject: [PATCH] modifies whois with python-whois-extended --- docs/features.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.md b/docs/features.md index c790b13485..2214cc941a 100644 --- a/docs/features.md +++ b/docs/features.md @@ -249,7 +249,7 @@ And you can add other SSL feeds in ```ssl_feeds``` in ```config/slips.conf```. ### Young Domains -Slips uses whois python library to get the creation date of every domain met in the dns flows. +Slips uses python-whois-extended==0.7.12 library to get the creation date of every domain met in the dns flows. If a domain's age is less than 60 days, slips sets an alert. diff --git a/requirements.txt b/requirements.txt index 11e74a0108..05a0633d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ blinker exclusiveprocess setuptools pytest-dependency -whois +python-whois-extended==0.7.12 wheel flask tld