Skip to content
View B0dre's full-sized avatar
🐞
Bug Bounty | Bug Hunter
🐞
Bug Bounty | Bug Hunter

Block or report B0dre

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
B0dre/README.md

Typing SVG

Status Niche Location

#include <stdio.h>
#include <stdbool.h>

typedef struct {
    char* name;
    char* current_role;
    char* certification;
    char* passions[3];
    bool  is_digital_nomad;
    char* route;
} Agent;

int main() {
    Agent b0dre = {
        .name = "Wilson Lora Bodre",
        .current_role = "IT Specialist & Developer",
        .certification = "MS-900",
        .passions = {"Ethical Hacking", "Chess", "Yoga & Meditation (Yogi πŸ•‰οΈ)"},
        .is_digital_nomad = true,
        .route = "Dominican Republic (RD πŸ‡©πŸ‡΄) -> Spain (ES πŸ‡ͺπŸ‡Έ)"
    };

    while (b0dre.is_digital_nomad) {
        // Exploring new networks, codebases, and paths...
        break;
    }

    return 0;
}
> [SYS_INIT] Loading interface...
> [PORT_SCAN] Done. Active services:
  β”œβ”€β”€ πŸ‘¨πŸΎπŸ’» IT Architecture & Cloud [MS-900]
  β”œβ”€β”€ πŸš€ Software Development
  β”œβ”€β”€ πŸŽ’ Cyber Security & Ethical Hacking
  β”œβ”€β”€ β™ŸοΈ Chess Strategy & Tactics
  └── πŸ§˜πŸΎβ™‚οΈ Yoga / Mindfulness Practice

πŸ› οΈ Cyber Deck (Tech Stack)

[Languages]    : Python | Bash | C/C++ | JavaScript | SQL
[Tools & Sec]  : Linux | Git | Nmap | Burp Suite | Metasploit | Docker
[Cloud / Sys]  : Microsoft 365 | MS-900 | Networking | Virtualization

πŸ“Š System Diagnostics

B0dre's GitHub stats

GitHub Streak


// connection established. stay safe.

Pinned Loading

  1. yt-live-recorder yt-live-recorder Public

    professional-grade, highly reliable CLI tool written in Python that allows you to download and record YouTube live streams seamlessly.

    Python

  2. telegram-4pin-brute telegram-4pin-brute Public

    A script to brute-force a 4-digit PIN on a Telegram app in a controlled CTF lab environment. It uses ADB to interact with the device, scrcpy and ffmpeg to capture the screen, and pytesseract for OC…

    Python 4 2

  3. Cyclone_Prefix Cyclone_Prefix Public

    Forked from Dookoo2/Cyclone

    Fastest CPU Satoshi's quest solver with Prefix option

    C++ 10 4