

___x_cmd_shodan_bulk_ls(){
    if ! ___x_cmd_shodan_is_interactive_env; then
        ___x_cmd_shodan_bulk_ls___curl
        return
    fi

    ___x_cmd_shodan_bulk_ls___curl | x j2y
}

___x_cmd_shodan_bulk_ls___curl(){
    ___x_cmd_shodan_curl get "/shodan/data"
}

