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

Block or report Rubikcuv5

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
Rubikcuv5/README.md

Hello, I'm Rubickcuv 👋

LinkedIn Reddit X Medium Visits

I'm Rubickcuv, I'm a researcher and programmer focusing on Cybersecurity. My expertise lies in developing CVE POCs, hacking tools, and actively participating in CTFs.

Online Presence

• 👨‍💻 All my projects are available on GitHub
• 📝 I regularly write articles on Medium
• 📫 You can contact me at [email protected]

HackTheBox CTF Statistics

RubikCuv5

Top Repository Contributions

Repository with Most Contributions

💻 Languages and Tools:

Python C++ C# C Go Cloudflare Vercel Angular Angular.js Nginx

Pinned Loading

  1. cve-2023-30253 cve-2023-30253 Public

    Dolibarr before 17.0.1 allows remote code execution by an authenticated user via an uppercase manipulation: <?PHP instead of <?php in injected data.

    Python 7

  2. CVE-2023-25157 CVE-2023-25157 Public

    GeoServer OGC Filter SQL Injection Vulnerabilities

    Python 1

  3. CVE-2023-2825 CVE-2023-2825 Public

    On May 23, 2023 GitLab released version 16.0.1 which fixed a critical vulnerability, CVE-2023-2825, affecting the Community Edition (CE) and Enterprise Edition (EE) version 16.0.0. The vulnerabilit…

    Python 1

  4. CVE-2018-10933 CVE-2018-10933 Public

    libSSH-Authentication-Bypass

    Python 1 2

  5. gitdumper to download .git directory... gitdumper to download .git directory only for HackTheBox "Encoding" machine
    1
    #!/bin/bash
    2
    #$1 : URL to download .git from (http://target.com/.git/)
    3
    #$2 : Folder where the .git-directory will be created
    4
    
                  
    5
    function init_header() {
  6. RemoteELFMemExec RemoteELFMemExec Public

    RemoteELFMemExec is a tool that downloads and executes ELF binaries directly in memory from a remote URL. This utility allows for running executable files without writing them to disk, leveraging m…

    C 1