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!"
🏠
Working from home
Highlights
- Pro
Pinned Loading
-
nfs-gid-spoof
nfs-gid-spoof PublicThis tool exploits misconfigured NFS shares where no_root_squash is enabled or where group-writable directories exist. It creates a local user with a target GID, compiles a setgid binary, and deplo…
Python 2
-
-
-
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.

