Skip to content
View Myozz's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Myozz

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 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
Myozz/README.md

Typing SVG


πŸ§‘β€πŸ’» About Me

class Myozz:
    def __init__(self):
        self.name = "Duy Khanh"
        self.role = "Security Researcher"
        self.languages = ["Python", "Bash", "JavaScript"]
        self.interests = ["Cybersecurity", "Vulnerability Research", "Automation"]
        
    def say_hi(self):
        print("Thanks for visiting my profile! Let's connect πŸš€")

me = Myozz()
me.say_hi()

πŸ› οΈ Tech Stack

Python Bash JavaScript Linux Docker Git


πŸš€ Featured Project

πŸ›‘οΈ MyoAPI

CVE Aggregator API vα»›i 327K+ vulnerabilities

NVD OSV EPSS KEV

πŸ”— Live API: api.myoapi.workers.dev


πŸ“Š GitHub Stats

Streak


🌐 Connect with Me

Discord LinkedIn Website


Snake animation

Pinned Loading

  1. math-calc math-calc Public

    Just a normal Math Calculator

    Python

  2. MyoSC MyoSC Public

    Multi-purpose security scanner for source code, container images. Supports OSV.dev + EPSS scoring.

    Python