Get-ShodanProfile.psd1

@{
    RootModule = 'Get-ShodanProfile.psm1'
    ModuleVersion = '1.1'
    GUID = '29a967a9-22fa-4fdf-9f7f-4c61adc5e2b1'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'Returns information about the Shodan account linked to this API key. Ex: Get-ShodanProfile -API'
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://github.com/simeononsecurity/Shodan_PS'
            ReleaseNotes = 'Init'
        }
    }
}