Skip to content

Commit

Permalink
Update oh365userfinder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dievus authored May 3, 2022
1 parent 773ac23 commit 62076a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh365userfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def main():
if args.verbose:
print('\n', email, s, body, request, response_dict, response, valid_response,
valid_response5, valid_response6, invalid_response, desktopsso_response,'\n')
if desktopsso_response:
if desktopsso_response and not valid_response or valid_response5 or valid_response6:
a = email
b = " Result - Desktop SSO Enabled [!]"
print(
Expand Down

0 comments on commit 62076a3

Please sign in to comment.