Filter By
Displaying results 1 - 20 of 21 (Page 1 of 2)
|
By:
|
1,055 downloads
|
Last Updated: 11/21/2021
|
Latest Version: 1.3
Add few cmdlets to use API from onyphe.io through PowerShell interface |
|
By:
|
272 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:
|
147 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:
|
145 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:
|
140 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:
|
138 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:
|
133 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:
|
131 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:
|
130 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:
|
127 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:
|
126 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:
|
124 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:
|
123 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:
|
120 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:
|
120 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:
|
117 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:
|
117 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:
|
117 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:
|
114 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:
|
113 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 |