Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Dec 20, 2020
1 parent 3aaf9db commit 0186fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Go365.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func doTheStuff(un string, pw string, prox string) (string, color.Attribute) {
returnColor = color.FgYellow
} else if strings.Contains(x.Text(), "AADSTS50055") {
returnString = "[!] Valid user, expired password: " + un + " : " + pw
returnColor = color.FgGreen
returnColor = color.FgMagenta
} else if strings.Contains(x.Text(), "AADSTS50056") {
returnString = "[!] User exists, but unable to determine if the password is correct: " + un + " : " + pw
returnColor = color.FgYellow
Expand Down

0 comments on commit 0186fda

Please sign in to comment.