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

Commands doesn't work

Open goheesheng opened this issue 2 years ago • 4 comments

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" -Force:$true

if you already installed Active Directory, just run the script !

IEX((new-object net.webclient).downloadstring("https://raw.githubusercontent.com/waz WhatsApp Image 2022-05-04 at 6 11 51 PM WhatsApp Image 2022-05-04 at 6 30 19 PM ehell/vulnerable-AD/master/vulnad.ps1")); Invoke-VulnAD -UsersLimit 100 -DomainName "cs.org"

goheesheng avatar May 04 '22 10:05 goheesheng

I am facing the same error. I cloned the repo into my virtual machine which is a Windows Server 2019. I already have an AD set up and this server is running as the DC. I tried running the first command to download the file onto my machine and it was giving the same error, that's why I ended up cloning the repo. Thinking the error was because of network issues.

vulnad

tsitsiflora avatar May 06 '22 08:05 tsitsiflora

It worked for me.

I deleted the banner function, which is from line 19 to 33 I believe. vulnad1

tsitsiflora avatar May 06 '22 08:05 tsitsiflora

That's what I did too! It was fixed, after that. Have you pen tested it? Is there any sites that provides us the solutions?

goheesheng avatar May 06 '22 10:05 goheesheng

It worked for me.

I deleted the banner function, which is from line 19 to 33 I believe. vulnad1

^

goheesheng avatar May 07 '22 05:05 goheesheng