SubdomainTakeover.psd1

@{
    CompanyName     = 'Aamir Mirza Baig'
    Copyright       = 'Copyright 2023 to current year. All rights reserved.'
    RootModule      = 'SubdomainTakeover.psm1'
    RequiredModules = @( )
    Description     = 'This module identify INACTIVE resource endpoints that are added as redirect URIs within the App Registration for AAD authentication'
    ModuleVersion   = '1.0.6'
    GUID            = 'f6ead5d8-8649-4cc5-8b90-182d2d06a6ef'
    Author          = 'Aammir Mirza Baig'
}