Shodan Trends TUI

Crates.io License Twitter

Search and visualize Shodan historical data in the terminal.

strend fetches data via the Shodan Trends API, please check docs for more information.

Sample Output

Installation

Grab the latest release for your operating system or install it from crates.io.

shell cargo install strend

Usage

The strend command can be launched with or without query.

```shell $ strend --help Search and visualize Shodan historical data in the terminal.

Usage: strend [OPTIONS]

Options: --query Search query used to search the historical database, e.g. "product:nginx port:443" --facets A comma-separated list of properties to get summary information on, e.g. country:10 -h, --help Print help ```