Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View antoineburet's full-sized avatar

Block or report antoineburet

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

Hi, I'm Antoine!
Engineering Student & Cybersecurity Adept

Welcome to my profile! I'm a final-year engineering student at IMT Nord Europe, specializing in Data Science and Cybersecurity. I'm passionate about building tools that help defend and secure systems. Below are some of the projects I've been working on.

👨‍💻 Cybersecurity Projects

  • Node.js | Express | MySQL | Security   - SQL Injection Prevention Demo     - A web application demonstrating a classic SQL Injection (SQLi) vulnerability.     - Compares a vulnerable login (SQLi, plain text password storage) with a secure route using parameterized queries and bcrypt hashing.     - Highlights multiple security flaws (SQLi, plain text storage) and their correct solutions.

  • Python | API | Threat Intelligence   - CISA KEV Analyzer     - A command-line tool to query, analyze, and enrich the CISA Known Exploited Vulnerabilities (KEV) catalog.     - Fetches data, provides smart caching, enriches findings with CVSS scores from the NVD API, and exports results to JSON/CSV.     - Originally developed as a technical challenge for a SOC/Blue Team internship interview.

🎓 Cybersecurity Learning & Stats

I started my hands-on cybersecurity journey on TryHackMe on Monday, November 10, 2025. Here are my live stats:

  TryHackMe badge for Nyota0

🤳 Connect with me

LinkedIn


Popular repositories Loading

  1. antoineburet.github.io antoineburet.github.io Public

    The source code for my personal portfolio website, built with Jekyll and hosted on GitHub Pages.

    Ruby

  2. antoineburet antoineburet Public

    My cybersecurity project portfolio and personal GitHub profile README.

  3. cisa-kev-analyzer cisa-kev-analyzer Public

    Python CLI tool to query, analyze, and enrich the CISA KEV catalog with CVSS scores.

    Python

  4. sql-injection-prevention-demo sql-injection-prevention-demo Public

    A Node.js demo of SQL injection, plain text password storage, and how to fix it with parameterized queries and hashing.

    HTML