Go365 icon indicating copy to clipboard operation
Go365 copied to clipboard

An Office365 User Attack Tool

Results 11 Go365 issues
Sort by recently updated
recently updated
newest added

Made a change to the AADSTS50079 error message. Blog about details will be released on the TrustedSec blog later today.

Added the ability to automatically spin up an AWS API gateway by providing the access key and secret key as command line arguments. Also added a function to clean up...

When using the ASW API option, everything is responding as a valid account?

Adds the -http-proxy flag to allow for a single upstream http proxy. Removed the dev stub code for the http proxy, as we found a non-dev use case for an...

It was causing this error while installing the module : ``` go: downloading github.com/optiv/Go365 v0.0.0-20210915033106-f181d30cf087 go get: github.com/optiv/[email protected]: parsing go.mod: module declares its path as: github.com/eatonchips/Go365 but was required as:...

Hi, I am getting this error after 10 -15 minutes (running with socks proxies) panic: Post "https://login.microsoftonline.com/rst2.srf": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

While using a password list, passwords with special characters are not handled properly in code producing an error message: [!] Unknown response, run with -debug flag for more information. [email protected]...

The code to accept emails as usernames was already part of the codebase, but the domain argument was still required. I've moved the domain argument to optional to allow using...

![image](https://user-images.githubusercontent.com/8760121/102726443-28a6cf80-431f-11eb-8faf-832ca75baea0.png) Hi, I get an unknown response error for a valid username and password. What does this mean? A bug?

Your go.mod if pointed to a forked repo 8 commits behind causing issues when one tries to install the native go way of `go install github.com/Optiv/Go365`