<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://manwiththe0xhex.github.io/</id><title>Jounior Z.</title><subtitle>Practical cybersecurity blog focused on CTFs, web exploitation, vulnerability analysis, and reversing.</subtitle> <updated>2026-03-23T10:43:42-05:00</updated> <author> <name>jounior Z.</name> <uri>https://manwiththe0xhex.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://manwiththe0xhex.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://manwiththe0xhex.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 jounior Z. </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Guía Básica de TCPDUMP</title><link href="https://manwiththe0xhex.github.io/posts/guia-basica-de-tcpdump/" rel="alternate" type="text/html" title="Guía Básica de TCPDUMP" /><published>2026-03-23T09:42:12-05:00</published> <updated>2026-03-23T10:03:03-05:00</updated> <id>https://manwiththe0xhex.github.io/posts/guia-basica-de-tcpdump/</id> <content type="text/html" src="https://manwiththe0xhex.github.io/posts/guia-basica-de-tcpdump/" /> <author> <name>jounior Z.</name> </author> <category term="Network" /> <category term="security" /> <summary>Introducción En el amplio mundo de las redes, la capacidad de analizar y comprender el tráfico de red es fundamental para administradores de sistemas, ingenieros de red y profesionales de seguridad informática. Una herramienta esencial para analisis de redes es tcpdump. TCPDump es una herramienta que es usada para analizar los paquetes de datos en una red, nos permite capturar y examinar los p...</summary> </entry> <entry><title>Hidden Cipher 1</title><link href="https://manwiththe0xhex.github.io/posts/Hidden-Cipher-1/" rel="alternate" type="text/html" title="Hidden Cipher 1" /><published>2026-03-22T19:09:39-05:00</published> <updated>2026-03-23T10:43:13-05:00</updated> <id>https://manwiththe0xhex.github.io/posts/Hidden-Cipher-1/</id> <content type="text/html" src="https://manwiththe0xhex.github.io/posts/Hidden-Cipher-1/" /> <author> <name>jounior Z.</name> </author> <category term="ctf" /> <category term="picoctf" /> <category term="2026" /> <category term="reverse-engineering" /> <summary>1. File download: hiddencipher.zip File Analysis Initial identificacion of binery shows it is a x64-bit linux executable that has been stripped. ❯ file hiddencipher hiddencipher: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), statically linked, no section header Continue with analsys we use pwntool to gather more informacion. Analysing the results we notice hiddencipher file was...</summary> </entry> <entry><title>Gatekeeper</title><link href="https://manwiththe0xhex.github.io/posts/Gatekeeper/" rel="alternate" type="text/html" title="Gatekeeper" /><published>2026-03-22T17:55:23-05:00</published> <updated>2026-03-23T00:10:32-05:00</updated> <id>https://manwiththe0xhex.github.io/posts/Gatekeeper/</id> <content type="text/html" src="https://manwiththe0xhex.github.io/posts/Gatekeeper/" /> <author> <name>jounior Z.</name> </author> <category term="ctf" /> <category term="picoctf" /> <category term="2026" /> <category term="reverse Engineering" /> <summary>1. File download: gatekeeper File Analysis Initial identification of the binary shows it is a standard 64-bit Linux executable. The fact that it is not stripped is helpful, as it likely contains debugging symbols that make analysis easier. file gatekeeper gatekeeper: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildI...</summary> </entry> <entry><title>Secret Box</title><link href="https://manwiththe0xhex.github.io/posts/Secret-Box/" rel="alternate" type="text/html" title="Secret Box" /><published>2026-03-22T16:22:14-05:00</published> <updated>2026-03-22T22:51:17-05:00</updated> <id>https://manwiththe0xhex.github.io/posts/Secret-Box/</id> <content type="text/html" src="https://manwiththe0xhex.github.io/posts/Secret-Box/" /> <author> <name>jounior Z.</name> </author> <category term="ctf" /> <category term="picoctf" /> <category term="2026" /> <category term="web explotation" /> <category term="walkthrough" /> <summary>Web Recon The application provides a user registration and login system. Once authenticated, users can store private “secrets” in a personal vault. Initial testing confirmed that secrets are saved and displayed correctly. Source Code Analysis A review of the backend source code revealed two critical security flaws: server.js: The function responsible for saving secrets takes the user inp...</summary> </entry> <entry><title>ORDER ORDER</title><link href="https://manwiththe0xhex.github.io/posts/ORDER-ORDER/" rel="alternate" type="text/html" title="ORDER ORDER" /><published>2026-03-22T09:52:17-05:00</published> <updated>2026-03-22T09:52:17-05:00</updated> <id>https://manwiththe0xhex.github.io/posts/ORDER-ORDER/</id> <content type="text/html" src="https://manwiththe0xhex.github.io/posts/ORDER-ORDER/" /> <author> <name>jounior Z.</name> </author> <category term="ctf" /> <category term="picoctf" /> <category term="2026" /> <category term="web explotation" /> <category term="walkthrough" /> <summary>Web Recon The application serves as an expense tracking system with user registration and authentication. After logging in, users can add expenses and generate a downloadable CSV report. Vulnerability Discovery (Second-Order SQLi) Initial testing for SQL injection by injecting a single quote (') into various input fields revealed an error-based vulnerability specifically within the usern...</summary> </entry> </feed>
