# shellcheck shell=bash disable=SC2154,SC2034
___x_cmd_shodan_open(){
    local X_help_cmd='x help -m shodan open';   help:arg:parse
    # construct the search facets and the url
    # open the url
    # show the page

    x open "https://www.shodan.io/search?query=$1"
}
