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.

Bash Networking Linux
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.

Bash Linux SysAdmin
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.

Python OOP File I/O
View on GitHub →