Skip to main content
Module

x/shodan_deno/types.ts>IData

Simple Shodan API Wrapper For Deno
Latest
interface IData
import { type IData } from "https://deno.land/x/shodan_deno@v1.0.0/types.ts";

Properties

product: string
optional
os: any
timestamp: Date
isp: string
asn: string
banner: string
hostnames: any[]
devicetype: string
location: ILocation
ip: string
domains: any[]
org: string
port: number
opts: IOpts