EZPasswordSpray is a spraying tool that takes a user and a password file and checks if there are valid Outlook credentials in it.
There are 2 ways of getting started:
Case 1 - Download the executable:
Download the latest release from Downloads. After extracting the folder you will have the executable to start the program and you are ready to go.
Case 2 - Download the source code and compile it:
After Downloading the source code from Github you will have to build a new executable file.
Depending on your target hardware and operating system you have to set the go environment variables:
set GOOS=your OS
set GOARCH=your CPU architecturewith the following command you receive the list of possible variables:
go tool dist listthen navigate to the project folder within your terminal and type the following command to build the executable:
go get github.com/schollz/progressbar
go buildAfter building, you can start the executable by double-clicking. The program needs paramters to start properly.
-u The users parameter is a path to the text file with the User Principal Names. In each line should be one User Principal Name.
-p The passwords parameter is a path to the text file with the passwords. In each line should be one password.