Curiosity > Permission β responsibly executed
This repository is a curated collection of:
- π Security research scripts
- π‘οΈ Exploit proofs of concept
- π¬ Detection experiments
- π Learning resources
Everything here is designed to teach, test, and improve defensive tooling. Always execute in isolated environments with proper authorization.
class SecurityResearcher:
def __init__(self):
self.name = "Darrshan Erettai Muniandy"
self.location = "π²πΎ Malaysia"
self.email = "darrshan2003@gmail.com"
self.role = "Self-Taught Ethical Hacker"
self.motto = "Push limits. Earn mischief. Repeat."
def current_focus(self):
return {
"learning": ["Advanced penetration testing", "Exploit development"],
"working_on": ["Security tooling", "Vulnerability research"],
"collaborating_on": ["Hacking projects", "Security research"],
"interests": ["Red teaming", "Reverse engineering", "CTFs"]
}

