Get-ShodanAPIInfo.psd1
@{ RootModule = 'Get-ShodanAPIInfo.psm1' ModuleVersion = '1.1.3' GUID = '73c8593a-5531-4433-9733-d56cbc4c5a77' Author = 'SimeonOnSecurity' CompanyName = 'SimeonOnSecurity' Copyright = '2020 SimeonOnSecurity. All rights reserved.' Description = 'Returns information about the API plan belonging to the given API key. Ex: Get-ShodanAPIInfo -API' # Additional optional properties PrivateData = @{ PSData = @{ Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet' ProjectUri = 'https://simeononsecurity.com/github/shodan-powershell/' ReleaseNotes = 'Init' } } } |