Skip to content
View whiteov3rflow's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report whiteov3rflow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
whiteov3rflow/README.md

About me

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!"

Pinned Loading

  1. nfs-gid-spoof nfs-gid-spoof Public

    This 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

  2. CVE-2025-55182-poc CVE-2025-55182-poc Public

    React2Shell Proof of Concept

    Python 88 32

  3. ctf-tools ctf-tools Public

    Forked from ssakone/ctf-tools

    Python

  4. CyberPanel-Poc CyberPanel-Poc Public

    CyberPanel v2.4.3 XXS Chain to RCE

    Python