Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

EZPasswordSpray is a spraying tool that takes a user and a password file and checks if there are valid Outlook credentials in it.

Notifications You must be signed in to change notification settings

NSIDE-ATTACK-LOGIC/EZPasswordSpray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

made-with-Go

EZPasswordSpray

EZPasswordSpray is a spraying tool that takes a user and a password file and checks if there are valid Outlook credentials in it.

Quick Start

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 architecture

with the following command you receive the list of possible variables:

go tool dist list

then navigate to the project folder within your terminal and type the following command to build the executable:

go get github.com/schollz/progressbar
go build

After building, you can start the executable by double-clicking. The program needs paramters to start properly.

Parameter Description

-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.

About

EZPasswordSpray is a spraying tool that takes a user and a password file and checks if there are valid Outlook credentials in it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages