~/projects

Projects

WiFiCrack — WPA/WPA2 Handshake Auditor

Johns Hopkins · Cryptology coursework

A Bash-driven WPA/WPA2 audit toolchain. Captures 802.11 handshakes with hcxdumptool, deduplicates and converts them to hashcat's .hc22000 format via hcxhashtool/hcxpcapngtool, then runs GPU-accelerated dictionary attacks (mode 22000) with rule-based mutations against rockyou and a larger breach corpus. Handles monitor-mode setup, channel selection across 2.4 and 5 GHz bands, and output bookkeeping.

  • Bash
  • hashcat
  • hcxtools
  • aircrack-ng
  • WPA2
  • Linux
  • GPU

Educational / authorized testing only.

McKesson Vulnerability Scanner

Michigan State · capstone project

A web application that runs automated security scans against target sites using OWASP ZAP, persists findings to MySQL, and ships through a GitLab CI/CD pipeline. Designed so a non-technical operator can submit a URL and get back a structured vulnerability report.

  • Python
  • OWASP ZAP
  • GitLab CI/CD
  • MySQL
  • Docker