Get-ShodanDNSResolve.psd1

@{
    RootModule = 'Get-ShodanDNSResolve.psm1'
    ModuleVersion = '1.1'
    GUID = '9944b93f-7cd5-42bc-abb6-bf4535f55559'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'Get the IP address associated with a hostname. Ex: Get-ShodanDNSResolve -hostname google.com -API'
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://github.com/simeononsecurity/Shodan_PS'
            ReleaseNotes = 'Init'
        }
    }
}