Skip to content
View ChrisCortesSanchez's full-sized avatar

Block or report ChrisCortesSanchez

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
ChrisCortesSanchez/README.md
┌─────────────────────────────────────────────────────────┐
│                                                         │
│   > whoami                                              │
│   Christopher Cortes-Sanchez                            │
│   CS @ NYU Tandon '26  |  Cybersecurity & Math Minor    │
│   Aspiring SOC Analyst & Security Engineer              │
│                                                         │
└─────────────────────────────────────────────────────────┘

Portfolio LinkedIn Email


🔐 Cybersecurity Projects

An intentionally vulnerable e-commerce app paired with an automated 8-phase vulnerability scanner that achieves a 95% risk score reduction. Full CI/CD pipeline with regression tests covering SQLi, XSS, IDOR, CSRF, and security headers.

Python Flask SQL Injection XSS CSRF IDOR CI/CD GitHub Actions


Deployed a T-Pot honeypot on DigitalOcean to capture and analyze live attack traffic. Logged 500+ unique attackers across 20+ countries, capturing real-world exploitation attempts including brute force, port scanning, and malware delivery — all visualized through Kibana dashboards.

T-Pot DigitalOcean Linux Kibana Threat Intelligence Network Security


(In active development) — Python-based CSPM tool using boto3 and Click with modular scanners mapped to CIS Benchmark controls. Will scan IAM, S3, EC2, and CloudTrail configurations for misconfigurations and generate HTML/JSON remediation reports.

Python boto3 AWS CIS Benchmarks Click Jinja2 moto


Team project implementing ML-KEM-768 post-quantum cryptography to secure legal document integrity against future quantum threats.

Python ML-KEM-768 Post-Quantum Cryptography Security


🌍 Software Development Projects

Full-stack web app built with a team under professor oversight. Displays an interactive world map — click a country to get its national dish, drill into a state for the regional dish, then into a city for a recommended local restaurant serving that dish. Features a Flask/MongoDB backend and React/Vite frontend with CI/CD integration.

Backend · Frontend

Python Flask MongoDB React Vite REST APIs CI/CD Docker


🛠️ Tech Stack

Languages

Python C++ JavaScript Bash SQL

Security Tools

Burp Suite Wireshark Nmap Metasploit pwntools

Cloud & Infrastructure

AWS Docker Linux GitHub Actions

Frameworks

Flask React MongoDB


📚 Currently

  • 🎓 Finishing BS in Computer Science @ NYU Tandon (May 2026)
  • ☁️ Building out the AWS CSPM tool with expanded CIS Benchmark coverage
  • 🎯 Competing in CTF competitions — HackTheBox, TryHackMe, Buckeye CTF
  • 🔍 Actively seeking SOC Analyst and Security Engineer roles for Summer 2026

Built with curiosity. Secured with intent.

Popular repositories Loading

  1. Fantasy-Premier-League-Team-Builder Fantasy-Premier-League-Team-Builder Public

    Python

  2. forage-jpmc-swe-task-1 forage-jpmc-swe-task-1 Public

    Forked from theforage/forage-jpmc-swe-task-1

    Starter repo for task 1 of the JPMC software engineering program

    Python

  3. forage-jpmc-swe-task-2 forage-jpmc-swe-task-2 Public

    Forked from theforage/forage-jpmc-swe-task-2

    Starter repo for task 2 of JPMC's forage program

    Python

  4. forage-jpmc-swe-task-3 forage-jpmc-swe-task-3 Public

    Forked from theforage/forage-jpmc-swe-task-3

    Starter repo for task 3 of JPMC's Forage program

    Python

  5. bnrs bnrs Public

    Python

  6. HoneySentinel HoneySentinel Public

    A lightweight Python honeypot for detecting, logging, and analyzing network intrusion attempts. Includes attacker simulation and log analysis tools for cybersecurity experimentation and research.

    Python