lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Installation censys

gmatsy opened this issue · comments

try to install the censys modules and it points me to [!] Module 'recon / netblocks-hosts / censys_netblock' disabled. Dependency required: '' censys.ipv4 ''. this occurs with versions of censys from 2.0.0 onwards. I installed version 1.1.1 since I thought it was because of it and it no longer shows me that error, but in the censys modules you can see the message of "outdated". How can i fix this?
Screenshot from 2021-12-17 18-03-37
Screenshot from 2021-12-17 18-04-15

I see this topic is relatively old but I've the same problem. I'm using Archlinux with all the dependencies installed, inclusive the python-censys, version 2.1.0-1 from the Blackarch repository (wich is compiled from https://github.com/censys/censys-python) and shows the same errors. Only the dependecies have been installed directly from Archlinux. Recon-ng has been compiled from Github.
I've no clear if the problem is related with Recon-ng or with the python-censys package itself.

Errors:

Module 'recon/netblocks-hosts/censys_netblock' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/netblocks-companies/censys_netblock_company' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/hosts-hosts/censys_hostname' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/hosts-hosts/censys_query' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/domains-hosts/censys_domain' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/companies-hosts/censys_org' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/companies-contacts/censys_email_address' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Module 'recon/domains-companies/censys_companies' disabled. Dependency required: 'me 'CensysIPv4' from 'censys.search' (/usr/lib/python3.10/site-packages/censys/search/__init__.py)'.

Regards

Censys have open a new issue at censys-recon-ng about this this topic.
censys/censys-recon-ng#5

All module related issues, including dependencies, should be raised in the module repository.

A fix has been merged that may address this issue.