class Tech:
def __init__(self):
self.username = "Tech"
self.age = 19
self.location = "Stockholm, Sweden"
self.website = "https://txchnology.cc"
self.project = "https://stormss.cc"
self.contact = "tech@stormss.cc"
def info(self):
return {
"Username": self.username,
"Age": self.age,
"Location": self.location,
"Website": self.website,
"Project": self.project,
"Contact": self.contact
}
Pinned Loading
-
System-Escalator
System-Escalator PublicA python windows privilege escalation tool using winlogon.exe token duplication
Python 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.




