Put a note for censys module

This commit is contained in:
Jay Townsend 2019-08-09 00:09:45 +01:00
parent 9401eda340
commit b54243e63e

View file

@ -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: