Skip to content
View Charly-bite's full-sized avatar

Highlights

  • Pro

Block or report Charly-bite

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

LinkedIn ย  Email ย  ORCID ย  QuimicaBoss ย  Profile Views

name:      Carlos Alberto Aceves Cabrera
alias:     Charly-bite
role:      Cybersecurity Student & AI Engineer
school:    Universidad de Guadalajara (UDG) โ€” Gen 2025-A
location:  Guadalajara, Mรฉxico ๐Ÿ‡ฒ๐Ÿ‡ฝ
focus:     Building tools that blur the line between offense and defense

  • ๐Ÿ›ก๏ธ Researching offensive security โ€” from stealth fuzzing to phishing analysis with explainable AI
  • ๐Ÿค– Shipping production bots and automation tools powered by Gemini, Groq, Ollama & Whisper
  • ๐Ÿ”ฌ Currently building: a WhatsApp AI assistant with RAG + vision, an XAI phishing detector, and ZEBRA (hardware label printer orchestrator)
  • ๐ŸŒฑ Deep-diving into Go, MCP protocol, cloud security, and distributed computing

๐Ÿงฐ Tech Stack

Python
Python
JavaScript
JavaScript
Go
Go
PowerShell
PowerShell
HTML
HTML/CSS
LaTeX
LaTeX
TensorFlow
TensorFlow
Flask
Flask
Node.js
Node.js
Docker
Docker
AWS
AWS
Linux
Linux
Git
Git
VS Code
VS Code
SQLite
SQLite
MySQL
MySQL
Gemini
Gemini
Ollama
Ollama

๐Ÿ† Flagship Projects

ย ย 
ย ย 
ย ย 

๐Ÿ“‚ All Projects

ย ๐Ÿ›ก๏ธย ย Cybersecurity & Offensive Tools
๐ŸŽฃ xai-phishing-detector Trains Logistic Regression, Decision Tree & Hybrid Neural Net classifiers on 82K+ emails โ€” then explains every prediction with SHAP & LIME so you know exactly which words and URL patterns triggered the flag. Ships with a Flask UI for real-time classification.
๐Ÿ” hcp-fuzzing Distributes fuzzing jobs across Slurm HPC nodes โ€” subdomain discovery, API endpoint probing, parameter brute-forcing, HTTP method cycling โ€” all with adaptive rate-limiting, proxy rotation, and WAF evasion. Llama 3 auto-analyzes every log for vulnerabilities.
๐Ÿ” Password-lab Live-deployed password security lab (try it) with real-time SHA-256 hashing, Shannon entropy measurement, blacklist detection, and animated glassmorphic demos. Final project for Programming I.
๐Ÿ”’ sensible-data-interactive-story Case study on the 2016 INE electoral register leak โ€” a Flask app with a glassmorphic login, dual SQLite/CSV storage, and deliberate PII filters demonstrating secure cloud hosting and access restriction patterns.
ย ๐Ÿค–ย ย AI & Automation
๐Ÿ’ฌ whatsapp-ai-bot Production WhatsApp assistant with a 3-tier AI cascade (Gemini โ†’ Groq โ†’ Ollama), RAG knowledge base via LanceDB, Whisper voice transcription, vision support, SearxNG web search, 20+ commands (!download, !read, !draw, !ocr...), and a real-time Express/WebSocket dashboard. PM2-managed.
๐ŸŽ™๏ธ class-notes-mcp MCP server that records classroom audio, pipes it through a custom AMD-optimized whisper.cpp build, transcribes lectures locally, and outputs structured Markdown notes โ€” no cloud APIs needed.
๐Ÿณ dory-lat-docker-app Dockerized version of the XAI phishing pipeline with a modern responsive web UI โ€” pull the image, run, and get explainable predictions without installing anything.
ย ๐ŸŒย ย Web Applications & Hardware
๐Ÿฆ“ zebra WYSIWYG ZPL label designer that compiles drag-and-drop canvas elements (text, barcodes, QR, images) into native Zebra Programming Language and prints via raw Win32 CreateFileW USB writes โ€” no drivers needed. Includes Excel batch-print CLI.
โ˜„๏ธ nasa-meteorite-madness NASA Space Apps Challenge hackathon project โ€” simulates asteroid impacts with real NEO/USGS data, Leaflet.js mapping, blast-wave overpressure zones, population risk analysis, and a "Defend the Earth" mode where Gemini AI generates planetary defense strategies.
๐Ÿ“Š open-sga School management web app with a premium sidebar dashboard, student record tracking, and grade administration.
๐Ÿ“ฆ open-oms Order management system with a dark-theme visual interface for tracking orders and fulfillment workflows.
๐Ÿญ qb-wms Warehouse management app with tabulator data grids, custom dark styling, and real-time inventory tracking.
ย ๐ŸŽฎย ย Fun, Learning & Utilities
๐Ÿ”ด python-pokedex Desktop Pokรฉdex with a borderless Tkinter window replicating the original device โ€” animated pulsing LEDs, PokeAPI search in Spanish, local collection with cache, and expandable panels.
๐Ÿ›๏ธ laberinto-asterion Interactive Minotaur labyrinth game inspired by Borges โ€” ASCII art CLI version with ANSI colors and a web terminal replica via Flask. Multiple endings based on combat strategy choices.
๐Ÿง™ merlin-powershell Cross-platform PowerShell orchestration toolkit for environment setup and configuration management.
โ›๏ธ minecraft-server Pre-configured Minecraft server template with optimized JVM args and startup scripts.
๐Ÿ“„ sd-node Distributed VM cluster orchestration using Multipass, Redis, and Python workers.
โ˜๏ธ proyecto-integrador-aws Multi-cloud infrastructure index with AWS service integration and deployment guidelines.

๐Ÿ“Š GitHub Stats

ย 



"In cybersecurity, the only true constant is the evolution of the threat."

Pinned Loading

  1. xai-phishing-detector xai-phishing-detector Public template

    XAI phishing email detector โ€” SHAP and LIME explanations on ML classifiers trained on 82K emails, with Flask UI

    Python 1