Skip to content
View 0xbbuddha's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ArchimedeOS-Development

Block or report 0xbbuddha

Report abuse

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

Report abuse
0xbbuddha/README.md
0xbbuddha Banner

Profile Views GitHub followers GitHub stars


About Me

Bash - Name & Identity
#!/bin/bash
# 0xbbuddha Identity Configuration

USERNAME="0xbbuddha"
REAL_NAME="Killian PRIN-ABEIL"
COMPANY="Aukfood"
SCHOOL="Oteria"
Python - Role & Specialization
class CybersecurityRole:
    def __init__(self):
        self.title = "Cybersecurity Student & Open-Source Contributor"
        self.specializations = [
            "Red Team Operations",
            "Purple Team Analysis", 
            "Tool Development"
        ]
Go - Skills & Interests
package main

import "fmt"

func main() {
    skills := map[string][]string{
        "Programming Languages": {"Bash", "Python", "Go", "CMake"},
        "Security Tools":        {"Metasploit", "Caido", "Nmap", "Wazuh", "CrowdSec"},
        "Frameworks":            {"MITRE ATT&CK", "OWASP"},
        "Current Interests":     {"Penetration Testing", "Malware Analysis", "Tool development"},
        "Currently Learning":    {"Web3 Security", "DevSecOps", "Pentest Tool Development"},
    }

    for category, items := range skills {
        fmt.Printf("%s:\n", category)
        for _, item := range items {
            fmt.Printf("  - %s\n", item)
        }
        fmt.Println()
    }
}
CMake - Contact & Links
# 0xbbuddha Contact Configuration
cmake_minimum_required(VERSION 3.20)
project(ContactInfo)

# Contact Information
set(EMAIL "killian@archimedeos.org")
set(GITHUB "https://github.com/0xbbuddha")
set(LINKEDIN "https://www.linkedin.com/in/killianprinabeil/")

# Professional Platforms
set(TRYHACKME "https://tryhackme.com/p/bouddha")
set(HACKTHEBOX "https://app.hackthebox.com/profile/1551480")
set(ROOTME "https://www.root-me.org/0xbbuddha")

# Personal Brand
set(WEBSITE "https://www.aukfood.fr")
set(BLOG "https://www.aukfood.fr/nos-actualites/")

My Daily Tech Stack & Tools

Operating Systems & Environment

EndeavourOS Hyprland QEMU Republic of Gamers

Programming Languages

Bash Python Go CMake

Pinned Loading

  1. BashHound-CE BashHound-CE Public

    Active Directory data collector for BloodHound written in Bash💲🐺

    Shell 3

  2. ArchimedeOS-Development/ArchimedeOS ArchimedeOS-Development/ArchimedeOS Public

    ArchimedeOS is a distribution based on Arch, with the goal of providing a purple team environment.

    Shell 1

  3. BashHound BashHound Public

    Active Directory data collector for BloodHound written in Bash💲🐺

    Shell 10 1

  4. arch-shell arch-shell Public

    Outil pour créer des environnements chroot Arch jetables, façon nix-shell, basé sur devtools.

    Shell 2

  5. DaC-Wazuh-Gitlab-setup DaC-Wazuh-Gitlab-setup Public

    Forked from SamsonIdowu/DaC

    This repository is used to conceptualize the automation of detection engineering.

    Python 3

  6. awaSCII_5.0.667 awaSCII_5.0.667 Public

    Forked from penthium2/awaSCII_5.0.666

    awaSCII+ with decode/encode in bash

    Shell