Antoine Buret

Engineering student at IMT Nord Europe | specializing in Cybersecurity

View on GitHub

Welcome! 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.


Projects

SQL Injection Prevention Demo

Node.js | Express | MySQL | Security

A web application demonstrating a classic SQL Injection (SQLi) vulnerability and, more importantly, how to prevent it.

This project is a hands-on lab to illustrate the critical difference between insecure and secure authentication code.

sqli-demo-screenshot


CISA KEV Analyzer

Python | API | Threat Intelligence | CLI

A command-line tool to query, analyze, and enrich the CISA Known Exploited Vulnerabilities (KEV) catalog.

This tool was originally developed as a technical challenge for a SOC/Blue Team internship interview.

cisa-kev-analyzer-screenshot

Example Usage

# Get the last 5 vulns from the last 30 days (default)
$ python3 kev_analyzer.py

# Get the top 2 vulns from the last 60 days, with CVSS scores
$ python3 kev_analyzer.py -n 2 -d 60 --enrich

# Search for "Microsoft" and export to JSON
$ python3 kev_analyzer.py -n 10 -d 180 -s "Microsoft" -f json -o microsoft_report.json

Cybersecurity Learning

I started my hands-on cybersecurity journey on TryHackMe on Monday, November 10, 2025. Here is my live profile badge:


Connect

  * LinkedIn   * GitHub