Skip to content
View Chep0x61's full-sized avatar
🪜
Attempting to acquire root
🪜
Attempting to acquire root

Highlights

  • Pro

Organizations

@EpitechPromo2025

Block or report Chep0x61

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Chep0x61/README.md

Hi, I'm Thibault Thuillier, a.k.a Chep0x61 !

Cybersecurity enthusiast, currently seeking a 6-month
end-of-studies internship starting in April 2025.

For more informations check my website ➡️ Chep0x61.com


#include <stdio.h>

int main() {
    char *skills[] = {
        "Certifications: CompTIA Security+, ISC2 CC",
        "Languages: Bash, C, Python, TypeScript",
        "DevOps: Docker, Ansible, Gitlab CI, Jenkins, Nginx",
        "Observability: Prometheus, Grafana, Loki",
        "OS: mostly Linux distros, sometimes Windows",
        "Project Versionning: Git (obviously)"
    };
    printf("Certifications, Tech & Tools I work with:\n");
    for (int i = 0; i < 6; i++) {
        printf("• %s\n", skills[i]);
    }
    return 0;
}

Hack, Eat, Sleep, Repeat !

Monster       Pizza       Tired       Hourglass      

Pinned Loading

  1. CyberNotes CyberNotes Public

    📋 Collection of cyber tips, notes and custom tools

    Python

  2. Chep0x61.com Chep0x61.com Public

    🌐 My own Portfolio

    TypeScript

  3. R-Type R-Type Public

    👾 Multiplayer C++ Game Project with SFML for Linux and Windows

    C++

  4. FruitfulBot FruitfulBot Public

    🤖 Python Discord Bot with Discord.py

    Python

  5. FulmoFilms FulmoFilms Public

    🎬 Mathis Lunot's Portfolio

    JavaScript

  6. ASM_MiniLibC ASM_MiniLibC Public

    ⚙️ Some Lib C functions in x86 Assembly

    Assembly