Get-ShodanClientHTTPHeaders.psd1

@{
    RootModule = 'Get-ShodanClientHTTPHeaders.psm1'
    ModuleVersion = '1.1.2'
    GUID = '0fc72150-9215-40e4-be76-a4485656a8a0'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'Shows the HTTP headers that your client sends when connecting to a webserver. Ex: Get-ShodanClientHTTPHeaders -API'
    # Additional optional properties
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://simeononsecurity.com/github/shodan-powershell/'
            ReleaseNotes = 'Init'
        }
    }
}