📚
Learning Go
sudo rm -rf /
- Badalona, Barcelona, Spain
-
04:21
(UTC +01:00) - eduolihez
- in/eduolihez
Highlights
Pinned Loading
-
BinCat
BinCat PublicBinCat, is designed to manage and generate secure tokens for authentication purposes. It provides a simple interface to generate, validate, and revoke tokens, ensuring secure access to various syst…
Python
-
JWT_Token_Tool
JWT_Token_Tool PublicA powerful and user-friendly command-line tool written in Go for creating, analyzing, and verifying JWT tokens. Simplify your development and debugging workflows with intuitive commands and colorfu…
Go 1
-
uuid_auth
uuid_auth 1import subprocess, requests, time, os
23hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()
4r = requests.get('URL_HERE') # Paste your URL e.g(https://pastebin.com)
5 -
get_windows_license_key
get_windows_license_key 1import subprocess
23product_key = subprocess.run('powershell -Command "(Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey"', capture_output=True, shell=True, text=True)
4product_key = product_key.stdout.strip() if product_key.returncode == 0 and product_key.stdout.strip() != "" else "Failed to get product key"
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.