Filter By

Package Types

Operating System

Categories

Trust Information

By: | 843 downloads | Last Updated: 11/21/2021 | Latest Version: 1.3

Add few cmdlets to use API from onyphe.io through PowerShell interface

By: | 61 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: | 59 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: | 58 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: | 57 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: | 54 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: | 54 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: | 54 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: | 53 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: | 53 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: | 52 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: | 52 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: | 51 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: | 51 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: | 49 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

By: | 48 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: | 48 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: | 47 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: | 47 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: | 46 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