summaryrefslogtreecommitdiff
path: root/signedblob-privesc.py
diff options
context:
space:
mode:
Diffstat (limited to 'signedblob-privesc.py')
-rw-r--r--signedblob-privesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/signedblob-privesc.py b/signedblob-privesc.py
index aff6428..b0c701b 100644
--- a/signedblob-privesc.py
+++ b/signedblob-privesc.py
@@ -67,7 +67,7 @@ def executeSignBlob(bearer_token, target_sa):
return token_resp.json()
def main():
- parser = argparse.ArgumentParser(description="signBlob Privilege Escalation")
+ parser = argparse.ArgumentParser(description="Own Accounts with signBlob")
group = parser.add_mutually_exclusive_group(required=True)
group.add_argument("-t", "--token", help="Caller's Access Token string")
group.add_argument("-f", "--token-file", help="Path to file containing Access Token")