Skip to content
/ goad Public

Totally not inspired by crackmapexec. It's a learning project and aims to expose modules useful for AD tools

License

Notifications You must be signed in to change notification settings

5amu/goad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GoAD
Go Active Directory

A learning project for Active Directory to perform many kinds of attacks.


GoAD is a learning project of mine that aims to be used like netexec, but entirely in Go. It is still in heavy development but can be used to perform many classic attacks on an active directory infrastructure. If you need a solution that is reliable and tested don't use it, but if you like to thinker you'll be home!

Install

Quick way to install the tool:

go install -v "github.com/5amu/goad/cmd/goad@latest"

You can download a precompiled binary from the release section.

Usage

It's still in heavy development and arguments might change in the future, so refer to the help switch:

# List subcommands
goad -h

# See options for subcommands
goad ldap -h

# To use it with a proxy (eg:socks5)
export ALL_PROXY="socks5://127.0.0.1:1080"
goad smb 10.0.0.0/24 # every command will work without any other config

About

Totally not inspired by crackmapexec. It's a learning project and aims to expose modules useful for AD tools

Resources

License

Stars

Watchers

Forks

Languages