# 💻 Klein Ric Abong (muffy)
🎓 Computer Science Student | 🔐 CTF Enthusiast | 🕵️ Forensics Lover | 🐍 Python Learner | ❤️ Erica's Biggest Fan
## 👨💻 About Me
class AboutKlein:
def __init__(self):
self.name = "Klein Ric M. Abong"
self.role = "Computer Science Student"
self.status = "Forever Curious Explorer"
self.passion = "Technology & Digital Forensics"
self.heart = "❤️ Erica Joy Lim"
self.mood = "Always Learning"
def current_focus(self):
return {
"learning": "Python (Beginner → Intermediate)",
"activities": ["CTF Competitions", "Digital Forensics", "Tech Exploration"],
"projects": "Building cybersecurity tools",
"goal": "Become a cybersecurity professional"
}
def daily_routine(self):
return "Code → Learn → CTF → Repeat 💻"
me = AboutKlein()
print(f"Hello World! I'm {me.name}")
print(f"Passionate about: {me.passion}")
print(f"Currently: {me.current_focus()['learning']}")
graph LR
A[Beginner] --> B[Functions & Modules]
B --> C[File Handling]
C --> D[OOP Concepts]
D --> E[Libraries: Requests, BeautifulSoup]
E --> F[Automation Scripts]
F --> G[CTF Tools Development]
| Level | Status | Focus Areas |
|---|---|---|
| 🟢 Level 1 | Completed | Basic Concepts, Network Fundamentals |
| 🟡 Level 2 | In Progress | Python for Security, Basic CTFs |
| ⚪ Level 3 | Up Next | Advanced Forensics, Tool Development |
| ⚪ Level 4 | Future | Red/Blue Team Skills, Certifications |
## 🎮 Active Platforms
• TryHackMe
• picoCTF
• CTFTime: 1mpv!$3
## 🏅 Recent Achievements
✓ Completed Python basics
✓ Solved first 10 picoCTF challenges
✓ Learned basic forensics tools
✓ Built first automation script
## 🎯 Next Targets
• Top 100 in a CTF competition
• Create a custom CTF tool
• Write CTF writeups
• Contribute to security projects"Behind every line of code I write, there's a beautiful smile cheering me on.
Thank you, Erica Joy Lim, for being my motivation and happiness! 💖"
├── 📁 CTF-Tools/
│ ├── cipher-decoder.py
│ ├── hash-cracker.py
│ └── network-scanner.py
├── 📁 Forensics-Tools/
│ ├── file-carver.py
│ └── metadata-extractor.py
└── 📁 Learning-Projects/
├── automation-scripts/
└── security-scanners/🌅 Morning (8 AM - 12 PM)
├── Python Practice (2 hours)
└── CTF Challenges (1 hour)
🌞 Afternoon (1 PM - 5 PM)
├── Coursework (2 hours)
└── Project Work (2 hours)
🌙 Evening (7 PM - 10 PM)
├── Forensics Learning (1 hour)
└── Reading & Documentation (2 hours)
gantt
title My Learning Timeline
dateFormat YYYY-MM-DD
section Python Skills
Basic Syntax :done, 2024-01-01, 30d
Functions & OOP :active, 2024-02-01, 45d
Advanced Concepts :2024-03-15, 60d
Project Building :2024-05-15, 90d
section CTF Skills
Easy Challenges :done, 2024-01-15, 45d
Medium Challenges :active, 2024-03-01, 60d
Team Competitions :2024-05-01, 90d
section Forensics
Basic Tools :done, 2024-01-01, 60d
Advanced Analysis :active, 2024-03-01, 90d
Day 1: ✅ | Day 2: ✅ | Day 3: ✅ | Day 4: ✅ | Day 5: ⏳
[██████████░░░░░░░░] 500/1000 lines
🎵 Lo-fi beats for coding
🎵 Video game soundtracks
🎵 Epic orchestral music
🎵 Erica's favorite songs 💖
"The only way to learn a new programming language is by writing programs in it."
- Dennis Ritchie
"In the middle of every difficulty lies opportunity."
- Albert Einstein
"Code is like humor. When you have to explain it, it's bad."
- Cory House



