I hereby claim:
- I am readmeexe on github.
- I am readme3x3 (https://keybase.io/readme3x3) on keybase.
- I have a public key ASDnwN-4CnGTI6IW8uFvESdRy1oM59ENSd_I-aRJFLQUqwo
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| # Decrypt Teamviewer Passwords from exported registry file | |
| # Usage: python tvd.py Teamviewer_Settings.reg | |
| # Modified by readmeexe | |
| # | |
| # CVE-2019-18988 | |
| # Original Author @whynotsecurity | |
| # https://whynotsecurity.com/blog/teamviewer/ | |
| import sys, hexdump, binascii |
| import requests | |
| import time | |
| import random | |
| import string | |
| def auth_headers(token): | |
| return {"Accept-Encoding": "gzip, deflate","Content-Type": "application/json","Authorization": token } | |
| def get_auth_token(email, password): | |
| url = 'https://discordapp.com/api/v6/auth/login' |
I hereby claim:
To claim this, I am signing this object:
| from os import system, name | |
| from time import sleep | |
| def clear(): | |
| if name == 'nt': | |
| _ = system('cls') | |
| else: | |
| _ = system('clear') | |
| def gol(width,oldboard): |