Get-ShodanClientIP.psd1
@{ RootModule = 'Get-ShodanClientIP.psm1' ModuleVersion = '1.1' GUID = 'd05620f4-2ee2-4c53-a646-69e136b275fe' Author = 'simeononsecurity.ch' CompanyName = 'SimeonOnSecurity' Copyright = '2020 SimeonOnSecurity. All rights reserved.' Description = 'Get your current IP address as seen from the Internet. Ex: Get-ShodanClientIP -API' # Additional optional properties PrivateData = @{ PSData = @{ Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet' ProjectUri = 'https://github.com/simeononsecurity/Shodan_PS' ReleaseNotes = 'Init' } } } |