[{"content":"$ ssh visitor@n36l3c7.github.io Welcome. Last login: never. This is the blog’s first post. I’ll be writing about hacking and cybersecurity: CTF writeups, vulnerability analyses, reverse engineering notes and the tools I use.\nWhat to expect CTF writeups — commented solutions to challenges (web, pwn, crypto, rev) Vulnerability analyses — interesting CVEs explained step by step Techniques and tools — from recon to exploitation, with practical examples Does code look good? The theme highlights syntax automatically. A taste:\nimport socket def banner_grab(host: str, port: int = 22) -\u0026gt; str: \u0026#34;\u0026#34;\u0026#34;Read the banner of a TCP service.\u0026#34;\u0026#34;\u0026#34; with socket.create_connection((host, port), timeout=3) as s: return s.recv(1024).decode(errors=\u0026#34;replace\u0026#34;) print(banner_grab(\u0026#34;scanme.nmap.org\u0026#34;)) There’s also a copy button in the top-right corner of every code block — give it a try.\nComments Below every article you can comment with your GitHub account, react and reply to others. See you soon! 🏴‍☠️\n","date":"2026-07-10","tags":["meta","blog"],"title":"Hello, World","url":"/en/posts/hello-world/"}]