class SecurityEnthusiast:
def __init__(self):
self.username = "itsrez"
self.role = "TBD"
self.current_position = "127.0.0.1"
self.contacts = {
"discord": "_itsrez",
"github": "whiteov3rflow",
"gitbook": "rez0.gitbook.io/",
"hackthebox": "app.hackthebox.com/users/33887"
}
self.passions = [
"Active Directory Security",
"Penetration Testing",
"Web Security Research"
]
self.certifications = ["OSCP","CWES"]
self.currently_learning = ["AD Exploitation", "Web Security"]
def get_current_focus(self):
return "Looking for a Job"
def say_lakaka(self):
return "Always happy to collaborate on security projects!"
🥵
Abunda Lakaka
Highlights
- Pro
Pinned 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.

