strend
fetches data via the Shodan Trends API, please check docs for more information.
Grab the latest release for your operating system or install it from crates.io.
shell
cargo install strend
The strend
command can be launched with or without query.
```shell $ strend $ strend --query "product:nginx port:443" --facets country:10 $ strend --help Search and visualize Shodan historical data in the terminal.
Usage: strend [OPTIONS] [COMMAND]
Commands: init Initialize Shodan API key, grab it from https://account.shodan.io help Print this message or the help of the given subcommand(s)
Options:
--query
Our application rendered to stderr
, so we could use println!("dump variable: {:?}", variable);
in code and then pine the output to a log file.
shell
$ cargo run > debug.log
$ tail -f debug.log