usage: fcpc shodan [-h] [--shodan.api.key SHODAN.API.KEY] [--shodan.dry {0,1}]
[--shodan.ip.query SHODAN.IP.QUERY]
[--shodan.host.query SHODAN.HOST.QUERY]
[--shodan.index.query SHODAN.INDEX.QUERY]
{fetch-ips-info,fetch-hosts-info,index-query,query,download-and-import-all}
[shodanobjects ...]
positional arguments:
{fetch-ips-info,fetch-hosts-info,index-query,query,download-and-import-all}
Choices:
fetch-ips-info
fetch-hosts-info
index-query
query
download-and-import-all
shodanobjects
optional arguments:
-h, --help show this help message and exit
--shodan.api.key SHODAN.API.KEY
Shodan API key[Defined:fcplib.module.shodan.cmd]
(default: None)
--shodan.dry {0,1} Do not call any shodan API call, just show what would
be done[Defined:fcplib.module.shodan.cmd] (default: 0)
Choices:
0
1
--shodan.ip.query SHODAN.IP.QUERY
Shodan FCP Query to fetch info about IPs. Like 'host+
tag=ip:global'[Defined:fcplib.module.shodan.cmd]
(default: None)
--shodan.host.query SHODAN.HOST.QUERY
Shodan FCP Query to fetch info about Hostnames. Like
'host+/{ fqdn:* AND -object: ShodanHost
}/'[Defined:fcplib.module.shodan.cmd] (default: None)
--shodan.index.query SHODAN.INDEX.QUERY
Shodan Query to fetch and index. Use Shodan syntax.
Like 'ip:1.2.3.4'[Defined:fcplib.module.shodan.cmd]
(default: None)
Shodane module subcommands