You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs when trying to run this module:[recon-ng][experianhealth][censys_domain] > info
Name: Censys - Hosts by domain
Author: Censys, Inc. <support@censys.io>
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
The following error occurs when trying to run this module:[recon-ng][experianhealth][censys_domain] > info
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.
The text was updated successfully, but these errors were encountered: