Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands doesn't work #12

Open
goheesheng opened this issue May 4, 2022 · 4 comments
Open

Commands doesn't work #12

goheesheng opened this issue May 4, 2022 · 4 comments

Comments

@goheesheng
Copy link

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"

@tsitsiflora
Copy link

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
Copy link

It worked for me.

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

@goheesheng
Copy link
Author

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
Copy link
Author

It worked for me.

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

^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants