The module code contains a call to the phishstats page port. This port is no longer available, and the call must be made without specifying the port in order to be executed correctly; otherwise, Spiderfoot will report errors.
res = self.sf.fetchUrl(
'https://phishstats.info/api/phishing?' + urllib.parse.urlencode(params),
headers=headers,
timeout=15,
useragent=self.opts['_useragent']
)
The module code contains a call to the phishstats page port. This port is no longer available, and the call must be made without specifying the port in order to be executed correctly; otherwise, Spiderfoot will report errors.