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
🦊
Don't enter it...
Pinned Loading
-
BlackMarker
BlackMarker PublicVisual masking of sensitive data in Burp Suite for safe screen sharing and screenshots
Java 2
-
CVE-2024-6473-PoC
CVE-2024-6473-PoC Public archiveProof of concept (exploit) for CVE-2024-6473
C++ 1
-
Trilium.RISC-V
Trilium.RISC-V PublicTrilium Server Docker image for RISC-V (linux/riscv64)
Dockerfile
-
-
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.

