Skip to content
View axelmierczuk's full-sized avatar

Highlights

  • Pro

Block or report axelmierczuk

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
axelmierczuk/README.md

Hey, I'm Axel

#!/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")

Pinned Loading

  1. apk-analysis apk-analysis Public

    Project for dynamic and static analysis of APKs.

    Jupyter Notebook

  2. osirislab/Fentanyl osirislab/Fentanyl Public

    Fentanyl is an IDAPython script that makes patching significantly easier

    Python 203 27

  3. sportyfin sportyfin Public

    A way to scrape sports streams for use with Jellyfin.

    Python 60 11

  4. malicious-url-detection malicious-url-detection Public

    Python 6