SimeonOnSecurity 

By: | 858 downloads | Last Updated: 2/19/2021 | Latest Version: 1.4

A PowerShell Module to Upload to anonfiles.com

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: | 142 downloads | Last Updated: 2/11/2023 | Latest Version: 1.0.2

Get the VirusTotal report for your uploaded file. Ex. Get-VirusReport -api {string} -id {string}

By: | 141 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: | 125 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 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: | 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: | 117 downloads | Last Updated: 2/11/2023 | Latest Version: 1.0.0

A PowerShell script module to retrieve the VirusTotal report for a specified domain.

By: | 117 downloads | Last Updated: 2/11/2023 | Latest Version: 1.0.0

A PowerShell script module to retrieve the VirusTotal report for a specified IP address.

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]