Filter By

Package Types

Operating System

Categories

Trust Information

By: | 286 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Search across a variety of data sources for exploits and use facets to get summary information. Ex: Get-ShodanExploitSearch -Query [string] -Facet [string] -API [string]

By: | 168 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Look up the hostnames that have been defined for the given list of IP addresses. Ex: Get-ShodanDNSReverse -ips google.com,bing.com -API

By: | 163 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Get the IP address associated with a hostname. Ex: Get-ShodanDNSResolve -hostname google.com -API

By: | 157 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Returns information about the API plan belonging to the given API key. Ex: Get-ShodanAPIInfo -API

By: | 152 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Get all the subdomains and other DNS entries for the given domain. Ex: Get-ShodanDNSdomain -domain google.com -API

By: | 148 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

This method behaves identical to the "/search" method with the difference that it doesnt return any results. Ex: Get-ShodanExploitCount -Query [string] -Facet [string] -API [string]

By: | 147 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Search Shodan with IP address. Ex: Get-ShodanHostIP -IP 8.8.8.8 -Minify $true -API

By: | 145 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Search Shodan using the same query syntax as the website and use facets to get summary information for different properties. Ex: Get-ShodanHostSearch -Query [string] -Facet [string] -Minify $true -API

By: | 141 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Get your current IP address as seen from the Internet. Ex: Get-ShodanClientIP -API

By: | 140 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

This module returns a list of search filters that can be used in the search query. Ex: Get-ShodanHostSearchFacets -API

By: | 139 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Shows the HTTP headers that your client sends when connecting to a webserver. Ex: Get-ShodanClientHTTPHeaders -API

By: | 138 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

This module returns a list of search filters that can be used in the search query. Ex: Get-ShodanHostSearchFilter -API

By: | 138 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

This method behaves identical to "/shodan/host/search" with the only difference that this method does not return any host results, it only returns the total number of results that matched the query and any facet information that was requested. As a result this method does not consume query credits. Ex: Get-ShodanHostCount -Query [string] -Facet [st... More info

By: | 137 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

List all ports that Shodan is crawling on the Internet. Ex: Get-ShodanPorts -API

By: | 132 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Check the progress of a previously submitted scan request. Ex: Get-ShodanScanID -ID [string] -API [string]

By: | 131 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Returns information about the Shodan account linked to this API key. Ex: Get-ShodanProfile -API

By: | 131 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

List all protocols that can be used when performing on-demand Internet scans via Shodan. Ex: Get-ShodanScanProtocols -API [string]

By: | 128 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Calculates a honeypot probability score ranging from 0 (not a honeypot) to 1.0 (is a honeypot). Ex: Get-ShodanHoneyScore -IP 8.8.8.8 -API

By: | 116 downloads | Last Updated: 12/9/2023 | Latest Version: 1.1.3

Use this module to request Shodan to crawl a network. Ex: Set-ShodanScanIP -IPS 8.8.8.8/32 -API