Get-ShodanAPIInfo.psd1
@{ RootModule = 'Get-ShodanAPIInfo.psm1' ModuleVersion = '1.1' GUID = '73c8593a-5531-4433-9733-d56cbc4c5a77' Author = 'simeononsecurity.ch' 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' } |