├── ADLab.psd1 ├── ADLab.psm1 ├── AttackVectors ├── Set-AsrepRoasting.ps1 ├── Set-BadACLs.ps1 ├── Set-ConstrainedDelegation.ps1 ├── Set-Kerberoasting.ps1 ├── Set-LocalAdmin.ps1 └── Set-UnconstrainedDelegation.ps1 ├── Components ├── Install-DCPrerequisites.ps1 ├── Install-DHCP.ps1 ├── Install-DNS.ps1 ├── Install-SQLServerInstance.ps1 ├── Join-SecondaryDC.ps1 └── New-Forest.ps1 ├── Content ├── Invoke-ADLabFill.ps1 └── Names.csv ├── GPOs ├── Disable-WindowsUpdate.ps1 ├── New-GPWmiFilter.ps1 ├── Set-DebloatTaskbar.ps1 ├── Set-PSRemoting.ps1 ├── Set-PowerSettings.ps1 ├── Set-Proxy.ps1 ├── Set-RDP.ps1 ├── Set-SMB.ps1 ├── Set-ScriptExecution.ps1 ├── Set-TimeServer.ps1 ├── Set-WMI.ps1 └── Set-WindowsDefender.ps1 ├── LICENSE └── README.md /ADLab.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/ADLab.psd1 -------------------------------------------------------------------------------- /ADLab.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/ADLab.psm1 -------------------------------------------------------------------------------- /AttackVectors/Set-AsrepRoasting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-AsrepRoasting.ps1 -------------------------------------------------------------------------------- /AttackVectors/Set-BadACLs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-BadACLs.ps1 -------------------------------------------------------------------------------- /AttackVectors/Set-ConstrainedDelegation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-ConstrainedDelegation.ps1 -------------------------------------------------------------------------------- /AttackVectors/Set-Kerberoasting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-Kerberoasting.ps1 -------------------------------------------------------------------------------- /AttackVectors/Set-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-LocalAdmin.ps1 -------------------------------------------------------------------------------- /AttackVectors/Set-UnconstrainedDelegation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/AttackVectors/Set-UnconstrainedDelegation.ps1 -------------------------------------------------------------------------------- /Components/Install-DCPrerequisites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/Install-DCPrerequisites.ps1 -------------------------------------------------------------------------------- /Components/Install-DHCP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/Install-DHCP.ps1 -------------------------------------------------------------------------------- /Components/Install-DNS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/Install-DNS.ps1 -------------------------------------------------------------------------------- /Components/Install-SQLServerInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/Install-SQLServerInstance.ps1 -------------------------------------------------------------------------------- /Components/Join-SecondaryDC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/Join-SecondaryDC.ps1 -------------------------------------------------------------------------------- /Components/New-Forest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Components/New-Forest.ps1 -------------------------------------------------------------------------------- /Content/Invoke-ADLabFill.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Content/Invoke-ADLabFill.ps1 -------------------------------------------------------------------------------- /Content/Names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/Content/Names.csv -------------------------------------------------------------------------------- /GPOs/Disable-WindowsUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Disable-WindowsUpdate.ps1 -------------------------------------------------------------------------------- /GPOs/New-GPWmiFilter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/New-GPWmiFilter.ps1 -------------------------------------------------------------------------------- /GPOs/Set-DebloatTaskbar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-DebloatTaskbar.ps1 -------------------------------------------------------------------------------- /GPOs/Set-PSRemoting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-PSRemoting.ps1 -------------------------------------------------------------------------------- /GPOs/Set-PowerSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-PowerSettings.ps1 -------------------------------------------------------------------------------- /GPOs/Set-Proxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-Proxy.ps1 -------------------------------------------------------------------------------- /GPOs/Set-RDP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-RDP.ps1 -------------------------------------------------------------------------------- /GPOs/Set-SMB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-SMB.ps1 -------------------------------------------------------------------------------- /GPOs/Set-ScriptExecution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-ScriptExecution.ps1 -------------------------------------------------------------------------------- /GPOs/Set-TimeServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-TimeServer.ps1 -------------------------------------------------------------------------------- /GPOs/Set-WMI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-WMI.ps1 -------------------------------------------------------------------------------- /GPOs/Set-WindowsDefender.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/GPOs/Set-WindowsDefender.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xbufu/ADLab/HEAD/README.md --------------------------------------------------------------------------------