#!/usr/bin/env python3
class AboutMe:
def __init__(self):
self.name = "Axel Mierczuk"
self.occupation = "Cyber Threat Hunter @ RBC"
self.education = "MS Cyber Security @ NYU"
self.interets = {
"Security": [
"Offensive Security",
"Machine Learning Research",
"Vulnerability Research"
],
"Programming": [
"Python",
"Java",
"TypeScript",
"JavaScript",
"Node.js",
"React.js",
"SQL",
"Go",
"Rust"
]
}
def say_hello(self, name: str):
print(f"Hello, {name}!")
if __name__ == "__main__":
axel_mierczuk = AboutMe()
axel_mierczuk.say_hello("world")
Security Researcher, Adversary Emulation @ RBC | M.S Cyber Fellow @ NYU
-
RBC
- Toronto, Ontario
- https://docs.axelmierczuk.io
- in/axel-mierczuk
Highlights
- Pro
Pinned Loading
-
apk-analysis
apk-analysis PublicProject for dynamic and static analysis of APKs.
Jupyter Notebook 1
-
osirislab/Fentanyl
osirislab/Fentanyl PublicFentanyl is an IDAPython script that makes patching significantly easier
-
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.