Get-ShodanExploitSearch.psd1
@{ RootModule = 'Get-ShodanExploitSearch.psm1' ModuleVersion = '1.1.3' GUID = '1fc06be4-fb73-4203-ab1c-7387b2562f88' Author = 'SimeonOnSecurity' CompanyName = 'SimeonOnSecurity' Copyright = '2020 SimeonOnSecurity. All rights reserved.' Description = '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]' PrivateData = @{ PSData = @{ Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet' ProjectUri = 'https://simeononsecurity.com/github/shodan-powershell/' ReleaseNotes = 'Init' } } } |