Projects
Things I've built and worked on.
Bash
Network Reconnaissance Tool
A menu-driven bash script for performing network reconnaissance. Features ping sweeps across /24 subnets to discover active hosts and port scans across ports 1-1024 to identify open services on a target. Results are logged to file for review.
View on GitHub →
Bash
Linux SysAdmin Tool
A comprehensive menu-driven Linux system administration script covering disk management, file management, network management, process management, user account management, and utilities. Built for real-world sysadmin workflows.
View on GitHub →
Python
Blackjack Game
A fully functional command-line Blackjack game built in Python. Features a multi-file architecture with separate modules for game logic, file handling, and the main entry point. Includes betting, card dealing, and win/loss tracking.
View on GitHub →