Skip to content

Commit

Permalink
Changing libraries
Browse files Browse the repository at this point in the history
I have some problem similar to this: TheHive-Project#917. 
Its bug (dont know what this issue was closed)
This working for censys==2.0.5
  • Loading branch information
dominiksr authored Aug 20, 2021
1 parent c41d133 commit 13f2a3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions analyzers/Censys/censys_analyzer.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#!/usr/bin/env python3

from cortexutils.analyzer import Analyzer
from censys.certificates import CensysCertificates
from censys.ipv4 import CensysIPv4
from censys.websites import CensysWebsites
from censys.exceptions import (
CensysNotFoundException,
CensysRateLimitExceededException,
CensysUnauthorizedException,
)
from censys.exceptions import CensysNotFoundException, CensysRateLimitExceededException, CensysUnauthorizedException


class CensysAnalyzer(Analyzer):
Expand Down

0 comments on commit 13f2a3b

Please sign in to comment.