Get-ShodanScanID.psd1

@{
    RootModule = 'Get-ShodanScanID.psm1'
    ModuleVersion = '1.1'
    GUID = 'ab8513d0-67f6-4397-a5a9-a622fae7224d'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'Check the progress of a previously submitted scan request. Ex: Get-ShodanScanID -ID [string] -API [string]'
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://github.com/simeononsecurity/Shodan_PS'
            ReleaseNotes = 'Init'
        }
    }
}