Engineering student (CS β Cyber Security) | Building my way into security, one CTF room at a time
- π Starting 1st year of Computer Science Engineering, specializing in Cyber Security
- π Currently learning security fundamentals through picoCTFs
- π» Comfortable with basic coding, actively picking up security tools
- π± Documenting everything I learn as I go β CTF write-ups, notes, and small projects
- π« Open to connecting with anyone else starting out in security
Port Scanner β A multithreaded TCP/UDP port scanner built with Python's socket module and ThreadPoolExecutor. Scans a target IP or domain across all 65,535 ports and reports open ports to a file. Built to understand how port scanning actually works at the network level.
Password-Guesser β A Python tool that generates likely password candidates from personal information (name, dates, etc.), using permutation logic similar to real-world custom wordlist tools. Built to understand how weak, personal-info-based passwords get cracked in the first place.
Caesar Cipher β A simple Python implementation of the classic Caesar Cipher substitution technique, built to understand the fundamentals of cryptography.
Last updated: just getting started π