Update impersonate.py

I'll add technical links to the blog post explaining token manipulation internals as well as the source code of the original binary when the blog post will be released (should be on monday)
main
Defte 2022-10-29 11:55:34 +02:00 committed by GitHub
parent 1bfb3a860b
commit 5d4f3b5606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Impersonate module for CME
# Author of the module : https://twitter.com/Defte_
# Impersonate: [ REPO TO ADD ]
# Token manipulation internals blog post [ LINK ]
from base64 import b64decode
from sys import exit
from os import path