From b54243e63e4097fe806b23d637f85b9515c82a7d Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Fri, 9 Aug 2019 00:09:45 +0100 Subject: [PATCH] Put a note for censys module --- theHarvester/discovery/censys.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theHarvester/discovery/censys.py b/theHarvester/discovery/censys.py index f0275cd5..697de756 100644 --- a/theHarvester/discovery/censys.py +++ b/theHarvester/discovery/censys.py @@ -2,6 +2,9 @@ from theHarvester.parsers import censysparser import requests + # TODO rewrite this module to use the censys api as the current way does notwork + # TODO And not really that maintainable as it currently stands + class SearchCensys: