vulnerable-AD icon indicating copy to clipboard operation
vulnerable-AD copied to clipboard

Create a vulnerable active directory that's allowing you to test most of the active directory attacks in a local lab

Results 13 vulnerable-AD issues
Sort by recently updated
recently updated
newest added

Uploaded and Ran the script on my Windows Server 2019 Domain controller. I ran the script once I already had my domain created. After deleting the banner function the script...

# if you didn't install Active Directory yet , you can try Install-ADDSForest -CreateDnsDelegation:$false -DatabasePath "C:\\Windows\\NTDS" -DomainMode "7" -DomainName "cs.org" -DomainNetbiosName "cs" -ForestMode "7" -InstallDns:$true -LogPath "C:\\Windows\\NTDS" -NoRebootOnCompletion:$false -SysvolPath "C:\\Windows\\SYSVOL"...

When vulnad.ps1 executed , it says Invoke-VulnAD not found. Kindly see this as i have set execution policy to unrestricted and ran script as admin. Also command for creating Active...

Hello, i'm newbie, when i run this scrip completed i dont know how start practice exploit to that AD. Should setup a workstation client then attack from that client or...

PS C:\Users\Administrator> IEX((new-object net.webclient).downloadstring("https://raw.githubusercontent.com/wazehell/vulnerable-AD/master/vulnad.ps1")); IEX : At line:24 char:46 + ... $banner+= $Global:Spacing + '██║ ██║██║ █■... + ~~~~~~~~~~~~~~~~~~ Unexpected token '██║██║' in expression or statement. At line:25 char:46...

I'm getting errors that appear to be triggered by the special characters in the banner. I trimmed the banner and still getting ParameterArgumentValidationErrors.. If I run it using version 3.0...

Hello is there Any version that can work on windows server 2016

Hello, I love the idea of this project, it is great to practice. It would have been even better if there was always a full path leveraging ACLs to go...

Hello, I am learning AD attacks. I have questions about "vulnerable-AD" project that is it possible from anonymous users to attack and compromise cs.org domain ?. I have tried all...