Skip to content
View 12345qwert123456's full-sized avatar
🦊
Don't enter it...
🦊
Don't enter it...

Block or report 12345qwert123456

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
12345qwert123456/README.md
class Attributes():   
    @staticmethod
    def knowledge() -> tuple:
        platforms = {
            'good':    ['Linux'],
            'medium':  ['Windows'],
            'basic':   ['Android', 'iOS']
        }
        langs = {
            'medium':   ['Python3', 'C++'],
            'reading':  ['JS', 'PHP', 'SQL', 'Java', 'C#'],
            'learning': ['Ruby', 'ASM']
        }
        tools =      ['Docker', 'Ghidra', 'Frida', 'Jeb', 'Burp Suite']

        return platforms, langs, tools
    
    @staticmethod
    def info() -> tuple:
        specialties  = ['Security engineer', 'Reverse engineer', 'Pentester']
        education =    ['Bachelor`s degree - Information Security']
        links = {
            'HTB':      'https://app.hackthebox.com/profile/1667605',
            'Github':   'https://github.com/12345qwert123456',
            'Habr':     'https://career.habr.com/12345qwert123456'
        }
        return specialties, education, links

Pinned Loading

  1. BlackMarker BlackMarker Public

    Visual masking of sensitive data in Burp Suite for safe screen sharing and screenshots

    Java 2

  2. CVE-2024-6473-PoC CVE-2024-6473-PoC Public archive

    Proof of concept (exploit) for CVE-2024-6473

    C++ 1

  3. Trilium.RISC-V Trilium.RISC-V Public

    Trilium Server Docker image for RISC-V (linux/riscv64)

    Dockerfile

  4. Teleport.RISC-V Teleport.RISC-V Public

    Unofficial Teleport builds for linux/riscv64 (RISC-V 64-bit)

  5. FNaF-1-Cheat FNaF-1-Cheat Public

    Cheat for Five Nights At Freddy's 1 based on frida

    Python 3