loading heart
~/melanie.pet
melanie@system:~$ chmod +x hehe.sh
boot sequence initializing...
boot sequence initialized. ✓
loading modules: networking ✓
loading modules: systems ✓
loading modules: curiosity ✓

Welcome to melanie.pet
Everything is running.
melanie@system:~$
melanie

✨ melanie ✨

short summary (for more):
interests:
systems design • debugging • understanding internal behavior
networking • packet analysis • protocol behavior
backend development • APIs • service architecture
reverse engineering • decompilation • code analysis
cryptography basics • security concepts • OPSEC awareness
web development • self-hosted services • tooling/OSINT
automation • scripting • small utility tools
currently:
learning more about network forensics & honeypot behavior
forensics

🔍 network forensics

understanding network traffic communication patterns, detect anomalies, and investigate suspicious behavior.

melanie@MacBook-Air:~ % tcpdump -i en0
tcpdump: listening on en0, link-type EN10MB
IP 192.•••.•••.•••.52341 > 185.•••.•••.•••.443: Flags [S]
IP 185.•••.•••.•••.443 > 192.•••.•••.•••.52341: Flags [S.]
IP 192.•••.•••.•••.52341 > 185.•••.•••.•••.443: Flags [.]

melanie@MacBook-Air:~ % netstat -an | grep 443
tcp4 0 0 192.•••.•••.•••.52341 185.•••.•••.•••.443 ESTABLISHED
tcp4 0 0 192.•••.•••.•••.52342 185.•••.•••.•••.443 ESTABLISHED
tcp4 0 0 192.•••.•••.•••.52343 185.•••.•••.•••.443 ESTABLISHED

melanie@MacBook-Air:~ %
repeated outbound HTTPS connections detected (~10s interval)
pattern consistent with automated communication or beaconing
projects

projects

PacketSQL

traffic + packet storing via SQL

Simple project I made with-in a week. Reads through packets and displays them to a CustomTkinter UI with options to save to a database, JSON, CSV. As well as importing said formats.

explore →

Port(s) filter

C program that filters unwanted open ports and looks for suspicious packet behaviour.

XDP/eBPF-based security system for VPS (Virtual private servers). Providing a high-performance anti-DDoS firewall.

explore →

Sandbox API

VMM, malware analysis, and honey-pot testing.

A controlled environment for testing API behavior, response patterns, and security implications. Great for learning.

explore →

C# Obfuscator/Dynamically Invoke

Obfuscation, encryption, external execution methods.

A light-weight obfuscation tool, I made with in 3 weeks and kept adding to. Newest feature is dynamic invocation w/ AES-256 properties.

explore →
view all projects →
links

links

github

github

code repositories

projects

projects

featured work

contact

contact

email soon..