Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.15k stars 185 forks source link

Upgrade censys plugin #160

Closed Te-k closed 2 years ago

Te-k commented 2 years ago

Adds https://twitter.com/zakirbpd/status/1476607511050391580

presianbg commented 2 years ago

Hi, Thanks for the wonderful project. Trying to use the censys subdomain module, but looks like the method get_subdomains is not implemented yet ? Is it a bug or known issue ?

    subdomains = censys_cmd.get_subdomains(
AttributeError: 'CommandCensys' object has no attribute 'get_subdomains'
Te-k commented 2 years ago

Hi, it is indeed a bug, I think I removed this part of the command because it was not very efficient and consuming a lot of Censys API. I have removed the part of the code that was referenced it.

Te-k commented 2 years ago

Done