A wordlist generator that leverages social connections to produce candidate passwords. Uses cartesian products, permutations & combinations and probability distributions to generate, sort and rank possible passwords.
A prototype botnet script using the IRC protocol as command-and-control. Implements a client–server model with custom sockets for receiving shell commands and relaying output through an IRC server.
A real-time transaction monitoring platform that uses network analysis and interactive dashboards to detect suspicious financial activity. Built for the 24-hour bytecamp-26 hackathon.
A distributed auction system featuring Go backend services for concurrent bidding and state management, a TypeScript frontend for the reactive UI, and Python utilities for data processing pipelines. Built for the 48-hour devcraft '26 hackathon.
A minimalistic Microsoft Logo interpreter featuring a custom tokenizer, recursive parser, AST generator, and an HTML5 Canvas drawing engine with angle-based turtle movement.
A service for creating and retrieving shortened URLs with authentication and expiration capabilities. Users can generate compact aliases for long URLs, retrieve the originals via lookup, and manage access through JWT-based authentication with configurable expiry policies.
A proof-of-concept data extraction tool for retrieving public profile details from a private Moodle instance. Handles login token authentication and stores the extracted data in a local SQLite database.
An implementation of the Drunken Bishop algorithm used by OpenSSH to generate ASCII art representations of cryptographic keys.
A chat summary service that pulls messages, sends them to a local LLM, and returns notifications via a publish–subscribe system. Built using Axios, whatsapp-web.js, NTFY, Ollama, and Deepseek-r1:7b.
Implementations of basic hashing concepts and collision resolution techniques, including chaining using linked lists, linear probing, and quadratic probing, in memory-safe C.
A terminal-based bus reservation system written in C, featuring interactive seat selection and formatted CLI layouts.
A command-line implementation of the classic Dots and Boxes board game, focusing on custom grid and connection logic.
A command-line Tic Tac Toe game written in C, featuring a board state managed using a flattened 2D array.