<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://dmolina23.github.io/pentest_blog/</id><title>Dmolina23</title><subtitle>Personal web, CTF Writeups, Software News and many more.</subtitle> <updated>2026-06-08T19:45:27+02:00</updated> <author> <name>David Molina</name> <uri>https://dmolina23.github.io/pentest_blog/</uri> </author><link rel="self" type="application/atom+xml" href="https://dmolina23.github.io/pentest_blog/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://dmolina23.github.io/pentest_blog/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 David Molina </rights> <icon>/pentest_blog/assets/img/favicons/favicon.ico</icon> <logo>/pentest_blog/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Hacking RFID: Descifrando las tarjetas MIFARE Classic 1K y modificando su saldo</title><link href="https://dmolina23.github.io/pentest_blog/posts/nfc-rfid/" rel="alternate" type="text/html" title="Hacking RFID: Descifrando las tarjetas MIFARE Classic 1K y modificando su saldo" /><published>2026-05-12T00:00:00+02:00</published> <updated>2026-05-12T20:04:18+02:00</updated> <id>https://dmolina23.github.io/pentest_blog/posts/nfc-rfid/</id> <content src="https://dmolina23.github.io/pentest_blog/posts/nfc-rfid/" /> <author> <name>David Molina</name> </author> <category term="Hardware" /> <category term="Pentesting" /> <summary> ¿Alguna vez te has preguntado si las tarjetas de transporte que utilizas a diario son seguras? Durante años, la tecnología RFID ha sido el estándar para controles de acceso, pagos rápidos y transporte público. Sin embargo, lo que para el usuario es un simple “tocar y pasar”, a nivel técnico esconde implementaciones que, a día de hoy, están completamente rotas. En este post, vamos a analizar l... </summary> </entry> <entry><title>Ingeniería Inversa a la Mi Band 4. Descifrando su Protocolo BLE para Tomar el Control de los Sensores.</title><link href="https://dmolina23.github.io/pentest_blog/posts/miband-reverse-engineering/" rel="alternate" type="text/html" title="Ingeniería Inversa a la Mi Band 4. Descifrando su Protocolo BLE para Tomar el Control de los Sensores." /><published>2025-12-09T00:00:00+01:00</published> <updated>2025-12-09T00:00:00+01:00</updated> <id>https://dmolina23.github.io/pentest_blog/posts/miband-reverse-engineering/</id> <content src="https://dmolina23.github.io/pentest_blog/posts/miband-reverse-engineering/" /> <author> <name>David Molina</name> </author> <category term="Reverse Engineering" /> <category term="IoT" /> <category term="DIY" /> <summary> Los dispositivos IoT, como las pulseras de actividad, son cajas negras para la mayoría de los usuarios. Funcionan, pero ¿cómo? ¿Qué secretos guardan sus protocolos de comunicación? A veces, para construir, primero hay que deconstruir. Este post es un caso práctico de ingeniería inversa. Vamos a darle una segunda vida a una Mi Band 4, no solo para usarla, sino para entenderla. Nuestro objetivo... </summary> </entry> <entry><title>ConsoleLog Writeup - DockerLabs</title><link href="https://dmolina23.github.io/pentest_blog/posts/consolelog-writeup-dockerlabs/" rel="alternate" type="text/html" title="ConsoleLog Writeup - DockerLabs" /><published>2024-08-09T00:00:00+02:00</published> <updated>2024-08-09T14:16:52+02:00</updated> <id>https://dmolina23.github.io/pentest_blog/posts/consolelog-writeup-dockerlabs/</id> <content src="https://dmolina23.github.io/pentest_blog/posts/consolelog-writeup-dockerlabs/" /> <author> <name>David Molina</name> </author> <category term="Writeups" /> <category term="DockerLabs" /> <summary> Hello! In this write-up, we will dive into the DockerLabs machine ConsoleLog. Let’s go! Active recognition As a first step, we will execute the ping command to verify that the target machine is active: ping -c 1 172.17.0.2 Port scanning Next, we run a scan with nmap to identify open ports on the target machine. nmap -p- --open -sS --min-rate 5000 -vvv 172.18.0.2 -oG allPorts The on... </summary> </entry> <entry><title>Trust Writeup - DockerLabs</title><link href="https://dmolina23.github.io/pentest_blog/posts/trust-writeup-dockerlabs/" rel="alternate" type="text/html" title="Trust Writeup - DockerLabs" /><published>2024-06-25T00:00:00+02:00</published> <updated>2024-06-25T00:00:00+02:00</updated> <id>https://dmolina23.github.io/pentest_blog/posts/trust-writeup-dockerlabs/</id> <content src="https://dmolina23.github.io/pentest_blog/posts/trust-writeup-dockerlabs/" /> <author> <name>David Molina</name> </author> <category term="Writeups" /> <category term="DockerLabs" /> <summary> Hello! In this write-up, we will dive into the DockerLabs machine Trust. Let’s go! Active recognition As a first step, we will execute the ping command to verify that the target machine is active: ping -c 1 172.18.0.2 Port scanning Next, we run a scan with nmap to identify open ports on the target machine. nmap -p- --open -sS --min-rate 5000 -vvv 172.18.0.2 -oG allPorts The only op... </summary> </entry> <entry><title>Editorial Writeup - HackTheBox</title><link href="https://dmolina23.github.io/pentest_blog/posts/editorial-writeup-htb/" rel="alternate" type="text/html" title="Editorial Writeup - HackTheBox" /><published>2024-06-09T00:00:00+02:00</published> <updated>2024-06-09T00:00:00+02:00</updated> <id>https://dmolina23.github.io/pentest_blog/posts/editorial-writeup-htb/</id> <content src="https://dmolina23.github.io/pentest_blog/posts/editorial-writeup-htb/" /> <author> <name>David Molina</name> </author> <category term="Writeups" /> <category term="HTB" /> <summary> Hello! In this write-up, we will dive into the HackTheBox seasonal machine Editorial. It is a Linux machine on which we will carry out a SSRF attack that will allow us to gain access to the system via SSH. Then, we will proceed to do an user pivoting and then, as always, a Privilege Escalation. Let’s go! Active recognition As a first step, we will execute the ping command to verify that t... </summary> </entry> </feed>
