SimeonOnSecurity 

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

A PowerShell Module to Upload to anonfiles.com

By: | 62 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: | 62 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: | 60 downloads | Last Updated: 11/11/2020 | Latest Version: 1.1

"Upload to AnonFiles.com easily Ex. 'Upload-Anon -File 'C:\temp\test.txt'"

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: 2/11/2023 | Latest Version: 1.0.0

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

By: | 51 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: | 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: 2/11/2023 | Latest Version: 1.0

Upload Files to VirusTotal for Virus Scanning. Ex. Set-VirusScan -api {string} -file {string}

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