class AboutMe:
"""Cybersecurity Analyst & Full Stack Developer building secure solutions."""
def __init__(self):
self.name = "Jeric Aminola"
self.role = "Cybersecurity Analyst & Full Stack Developer"
self.location = "Philippines"
self.portfolio = "https://jhaxce.github.io"
self.focus = ["Penetration Testing", "Web Security", "Secure Development"]
def __str__(self):
return f"{self.name} | {self.role}"
if __name__ == '__main__':
me = AboutMe()
🚩
CTF
Cybersecurity Analyst & Developer | 2× DICT Regional CTF Champion | Penetration Testing, Web Security & AI/ML Automation
- Philippines
-
17:55
(UTC +08:00) - jhaxce.github.io
- in/jhaxce
Highlights
- Pro
Pinned Loading
-
origindive
origindive PublicA powerful security analysis tool for discovering real origin server IPs hidden behind CDN/WAF services through both passive reconnaissance and active scanning.
Go 1
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.

