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

Block or report techlinn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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 55 3

  4. pyc2py pyc2py Public

    pyc2py is a Python bytecode decompiler that recovers .py source from .pyc files, one file or a whole folder at a time. It's built on native bytecode to AST recovery and version aware opcode tables.

    Python 8