class StevenSetiawan:
def __init__(self):
self.name = "Steven Setiawan"
self.university = "Universitas Indonesia — CS
self.location = "Depok, Indonesia 🇮🇩"
@property
def focus_areas(self):
return ["CTF Competitions", "Malware Analysis", "AI-Integrated Apps", "Secure Engineering"]
@property
def ctf_specialties(self):
return ["Digital Forensics"]
@property
def currently_doing(self):
return "Bug Bounty grind 💀"
def fun_fact(self):
return "I've broken more things intentionally than accidentally 🔓"
🌙
Highlights
- Pro
Popular repositories Loading
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.



