Hey, I'm Edwin - a Computer Engineering student who likes building things, breaking things, and understanding how stuff works under the hood.
- 🔴 Security research - pentesting, red team concepts, adversary simulation
- 🧠 Reverse engineering - malware analysis, decoding the unknown
- 🛠️ Building tools - if something doesn't exist and I need it, I build it
- 🌐 Web dev - full-stack stuff, PHP, JS, databases, deployments
- 🎓 Computer Engineering - currently surviving academia
go BIG or go home.
class Edwin:
def __init__(self):
self.currently_learning = [
"Reverse Engineering",
"Python (scripting + tooling)",
"PowerShell (automation + post-exploitation)",
"Linux internals",
"PHP + web app security",
"HTML / CSS (yes, also phishing pages)"
]
self.currently_building = [
"Security tools",
"Web projects",
"Random stuff that seems useful"
]
self.vibe = "learn by breaking, build by doing"Languages
Security Tools
Infrastructure & Other
| Project | Description | Tech |
|---|---|---|
| RavenC2 | PowerShell remote control tool via Telegram for authorized admin and automation experiments | PowerShell |
| mailsploit | Email spoofing demo platform analyzing SPF/DMARC, built for defensive testing | Python |
| PysilonDecoder | Analyzes and decodes Pysilon malware tokens, automates extraction and payload reconstruction | Python |
| Hashtrace | Chromium extension that highlights crypto hashes and checks VirusTotal reputation inline | JavaScript |
| SMBitan | Dark-themed web UI for browsing, searching, and previewing files on SMB/UNC shares | JavaScript |
| Cyber-Resources | Curated collection of cybersecurity, OSINT, malware analysis and threat-intel resources I actually use | Docs |
