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

Block or report BodnarGuilherme

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
BodnarGuilherme/README.md
██████╗  ██████╗ ██████╗ ███╗   ██╗ █████╗ ██████╗ 
██╔══██╗██╔═══██╗██╔══██╗████╗  ██║██╔══██╗██╔══██╗
██████╔╝██║   ██║██║  ██║██╔██╗ ██║███████║██████╔╝
██╔══██╗██║   ██║██║  ██║██║╚██╗██║██╔══██║██╔══██╗
██████╔╝╚██████╔╝██████╔╝██║ ╚████║██║  ██║██║  ██║
╚═════╝  ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝  ╚═╝

CYBERSECURITY // INFRASTRUCTURE // DEVELOPER CWB // BR


🚩 SYSTEM_LOG: whoami

class GuilhermeBodnar:
    def __init__(self):
        self.role = "Trainee - PRF (Federal Highway Police)"
        self.division = "Technology & Communication"
        self.focus = ["Cybersecurity", "Hardening", "Development", "Networks"]
        self.mission = "Building Secure architectures"

    def execute_routine(self):
        return "Bridging the gap between Code and Security."


📂 DIRECTORY_TREE: ~/skills/

root@bodnar:~/arsenal# tree -a
.
├── 💻_coding_languages
│   ├── 🐍_scripting: [ python, bash ]
│   ├── ⚙️_core: [ java, c++, c]
│   └── 🌐_web: [ typeScript, nodejs, tailwind css ]
│
├── 🗄️_data_&_cloud
│   ├── ☁️_providers: [ oracle_cloud ]
│   └── 💾_databases: [ sql, noqsl ]
│
├──  📡_network_infrastructure
│   ├── hardware: [ mikrotik, huawei, starlink ]
│   └── protocols: [ ipsec, openvpn, wireguard, vlans ]
│
├── 🛡️_environment_&_os
│   ├── 💀_offensive: [ kali_linux ]
│   ├── 🐧_servers: [ ubuntu, linux_kernels ]
│   └── 🪟_desktop: [ windows ]
│
└── 🛠️_tools_&_utils
    ├── version_control: [ git, github ]
    ├── editors: [ vs_code ]
    └── studying: [ udemy, fortinet - NSE1/NSE2 ]

Platforms:

Your Image Badge

Contacts:

Snake animation

Pinned Loading

  1. malware-analysis-fileless-dropper malware-analysis-fileless-dropper Public

    Análise técnica de um Malware Dropper fileless com foco em de-ofuscação manual de scripts, injeção de código em processos legítimos (LoLBins) e extração de IoCs.

  2. Ransomware-Simulation-Recovery Ransomware-Simulation-Recovery Public

    Simulação educacional de Ransomware em Python utilizando criptografia Fernet (AES). Demonstração de criptografia e descriptografia de arquivos para estudos de cibersegurança. 🔐🦠

    Python

  3. BodnarGuilherme BodnarGuilherme Public

    Meu portfólio pessoal e visão geral das minhas estatísticas, stack tecnológica e projetos de desenvolvimento. 🚀

    2

  4. Jogo-Da-Forca-Python Jogo-Da-Forca-Python Public

    Clássico Jogo da Forca desenvolvido em Python. Implementa validação de dados, manipulação de strings e interface via terminal (CLI). 🐍

    Python

  5. Python-Socket-PortScanner Python-Socket-PortScanner Public

    Ferramenta de varredura de portas (Port Scanner) desenvolvida em Python utilizando Sockets TCP. Identifica portas abertas e serviços em execução. 🔍💻

    Python

  6. Youtube-Analyser Youtube-Analyser Public

    Automação Python que baixa áudio do YouTube, transcreve usando OpenAI Whisper e gera resumos automáticos com GPT-4o. 🤖📝

    Python