summaryrefslogtreecommitdiff
path: root/signedblob-privesc.py
diff options
context:
space:
mode:
authorsubh <subh@example.com>2026-02-13 01:02:26 +0530
committersubh <subh@example.com>2026-02-13 01:02:26 +0530
commitc571d28fe006caefaec1d846cd5b78391a37f6d1 (patch)
tree3c9e5ae838c546b68fcf241ddf92537b012936f7 /signedblob-privesc.py
parentd7485dc380f7f2a6709b9faa18d02604be362e9b (diff)
Added README
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")