AS2Go.psd1

#
# Module manifest for module 'AS2Go' [Attack Scenario To Go]
# Generated by: zimmermann.holger@live.de
# Generated on: 2026
#

@{
    PrivateData          = @{
        PSData = @{
            LastUpdate = '2026-05-21'
            Tags         = @('ActiveDirectory', 'ADCS', 'Killchain', 'RedTeam', 'Offense', 'AttackSimulation', 'AdversaryEmulation', 'PurpleTeam', 'BlueTeam', 'DefensiveSecurity')
            ProjectUri   = 'https://github.com/HerrHozi/AS2Go'
            LicenseUri   = 'https://github.com/HerrHozi/AS2Go/blob/main/LICENSE'
            ReleaseNotes = '
 
2026.5.21.957
        - Added Golden Ticket Attack to Phase 12 Domain Persistence.
 
2026.5.18.1200
        - Added GPO Template modification to Phase 12 Domain Persistence.
 
v2026.5.7.1034
        - Privileged Escalation via ESC1 added.
        - Minor bug fixes and performance improvements.
         
2026.3.17.1034
        - Initial release of AS2Go on PS Gallery.'
 
        }
    } 
 
    

    RootModule           = 'AS2Go.psm1'
    ModuleVersion = '2026.5.21.1342'
    GUID                 = '74b1e089-b087-4e17-8ce5-311823d72bf5'

    Author               = 'Holger Zimmermann | zimmermann.holger@live.de'
    CompanyName          = 'Community'
    Copyright            = 'License: MIT | Copyright (c) 2026 Holger Zimmermann'

    Description          = 'AS2Go is an acronym for Attack Scenario To Go.'

    PowerShellVersion    = '7.1'
    VariablesToExport    = '*'
    HelpInfoURI          = 'https://herrhozi.com/'

    DefaultCommandPrefix = 'AS'
}