Skip to content
View techlinn's full-sized avatar
😨
😨

Block or report techlinn

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
techlinn/README.md

What is the worst that could happen in __init__()?

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

  1. Screenshare-Collector Screenshare-Collector Public

    Automates the download of digital forensic tools and does bypass checks on Windows

    10

  2. System-Escalator System-Escalator Public

    A python windows privilege escalation tool using winlogon.exe token duplication

    Python 5

  3. WhatThePy WhatThePy Public

    People kept telling me my code looked bad. So I wrote a tool to make it worse (on purpose)

    Python 52 1

  4. ntdll-patch-checker ntdll-patch-checker Public

    A test project that checks whether ntdll APIs were hooked to mess with Prefetch logging

    Python 2