You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphpython/__main__.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,24 @@ def parseArgs():
34
34
parser.add_argument("--command", help="Command to execute")
35
35
parser.add_argument("--list-commands", action="store_true", help="List available commands")
36
36
parser.add_argument("--token", help="Microsoft Graph access token or refresh token for FOCI abuse")
37
-
parser.add_argument("--estsauthcookie", help="'ESTSAuth' or 'ESTSAuthPersistent' cookie value")
37
+
parser.add_argument("--estsauthcookie", help="'ESTSAuth' or 'ESTSAuthPersistent' cookie")
38
38
parser.add_argument("--use-cae", action="store_true", help="Flag to use Continuous Access Evaluation (CAE) - add 'cp1' as client claim to get an access token valid for 24 hours")
0 commit comments