censys-recon-ng icon indicating copy to clipboard operation
censys-recon-ng copied to clipboard

unexpected keyword argument 'virtual_hosts'.

Open cletifer opened this issue 2 years ago • 0 comments

The following error occurs when trying to run this module:[recon-ng][experianhealth][censys_domain] > info

  Name: Censys - Hosts by domain
Author: Censys, Inc. <[email protected]>

Version: 2.1 Keys: censysio_id, censysio_secret

Description: Retrieves hosts for a domain. This module queries queries domain names and updates the 'hosts' and the 'ports' tables with the results.

Options: Name Current Value Required Description


PAGES 1 no The number of pages to retrieve PER_PAGE 100 no The number of results to return per page SOURCE default yes source of input (see 'info' for details) VIRTUAL_HOSTS ONLY no Whether to include virtual hosts in the results

Source Options: default SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL string representing a single input path to a file containing a list of inputs query database query returning one column of inputs

[recon-ng][experianhealth][censys_domain] > run


REDACTED

[!] Search() got an unexpected keyword argument 'virtual_hosts'. [!] Something broken? See https://github.com/lanmaster53/recon-ng/wiki/Troubleshooting#issue-reporting.

cletifer avatar Apr 08 '22 13:04 cletifer