

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://vr0pxx.github.io/</id>
  <title>Vr0px</title>
  <subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle>
  <updated>2026-05-08T15:37:27+00:00</updated>
  <author>
    <name>vr0px</name>
    <uri>https://vr0pxx.github.io/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://vr0pxx.github.io/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://vr0pxx.github.io/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 vr0px </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>HTB Hexecution</title>
    <link href="https://vr0pxx.github.io/posts/HTB-Hexecution/" rel="alternate" type="text/html" title="HTB Hexecution" />
    <published>2026-05-08T12:00:00+00:00</published>
  
    <updated>2026-05-08T12:00:00+00:00</updated>
  
    <id>https://vr0pxx.github.io/posts/HTB-Hexecution/</id>
    <content type="text/html" src="https://vr0pxx.github.io/posts/HTB-Hexecution/" />
    <author>
      <name>vr0px</name>
    </author>

  
    
    <category term="WriteUp" />
    
    <category term="HackTheBox" />
    
    <category term="Challenge" />
    
    <category term="Reversing" />
    
  

  <summary>Descripción  Hexecution es un challenge de Reversing de HackTheBox, dificultad Hard, centrado en el análisis de un intérprete custom y una pseudo-ISA escrita en un archivo de texto. A primera vista parece un reto de assembly por el nombre recipe.asm, pero realmente el binario cook actúa como una máquina virtual que parsea instrucciones inventadas con nombres como BOIL, AES256, SPELL, WINDOW y P...</summary>

  </entry>

  
  <entry>
    <title>HTB Logging</title>
    <link href="https://vr0pxx.github.io/posts/HTB-Logging/" rel="alternate" type="text/html" title="HTB Logging" />
    <published>2026-04-18T18:12:00+00:00</published>
  
    <updated>2026-04-18T18:12:00+00:00</updated>
  
    <id>https://vr0pxx.github.io/posts/HTB-Logging/</id>
    <content type="text/html" src="https://vr0pxx.github.io/posts/HTB-Logging/" />
    <author>
      <name>vr0px</name>
    </author>

  
    
    <category term="WriteUp" />
    
    <category term="HackTheBox" />
    
    <category term="Machine" />
    
    <category term="Windows" />
    
  

  <summary>Descripción  Logging  saweafcsdwefeew,saweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeewsaweafcsdwefeew</summary>

  </entry>

  
  <entry>
    <title>HTB Snapped</title>
    <link href="https://vr0pxx.github.io/posts/HTB-Snapped/" rel="alternate" type="text/html" title="HTB Snapped" />
    <published>2026-03-25T18:12:00+00:00</published>
  
    <updated>2026-03-25T18:12:00+00:00</updated>
  
    <id>https://vr0pxx.github.io/posts/HTB-Snapped/</id>
    <content type="text/html" src="https://vr0pxx.github.io/posts/HTB-Snapped/" />
    <author>
      <name>vr0px</name>
    </author>

  
    
    <category term="WriteUp" />
    
    <category term="HackTheBox" />
    
    <category term="Machine" />
    
    <category term="Linux" />
    
  

  <summary>Descripción  Snapped es una máquina linux hard de HackTheBox  Enumeración  NMAP - Descubrimiento de Servicios  Miramos cabeceras  [Mar 25, 2026 - 18:16:15 (-04)] exegol-htb Snapped # curl -s -I 10.129.11.204 | grep Location Location: http://snapped.htb/  Lo añadimos al /etc/hosts  echo '10.129.11.204 snapped.htb' | tee -a /etc/hosts   SI miramos la web en el navegador    No encontramos nada imp...</summary>

  </entry>

  
  <entry>
    <title>VL BabyTwo</title>
    <link href="https://vr0pxx.github.io/posts/BabyTwo/" rel="alternate" type="text/html" title="VL BabyTwo" />
    <published>2026-01-21T18:12:00+00:00</published>
  
    <updated>2026-05-08T15:08:49+00:00</updated>
  
    <id>https://vr0pxx.github.io/posts/BabyTwo/</id>
    <content type="text/html" src="https://vr0pxx.github.io/posts/BabyTwo/" />
    <author>
      <name>vr0px</name>
    </author>

  
    
    <category term="WriteUp" />
    
    <category term="Vulnlab" />
    
    <category term="Machine" />
    
    <category term="Windows" />
    
  

  <summary>Descripción  Baby2 es una máquina Windows de dificultad media que explora conceptos fundamentales de Active Directory relacionados con enumeración de usuarios, abuso de permisos DACL y manipulación de Group Policy Objects (GPO).  El camino de intrusión incluye:    RID Cycling para enumeración de usuarios sin credenciales   Password Spraying con credenciales débiles (usuario=contraseña)   Acceso...</summary>

  </entry>

  
  <entry>
    <title>VL Delegate</title>
    <link href="https://vr0pxx.github.io/posts/VL-Delegate/" rel="alternate" type="text/html" title="VL Delegate" />
    <published>2026-01-12T20:15:00+00:00</published>
  
    <updated>2026-05-08T15:08:49+00:00</updated>
  
    <id>https://vr0pxx.github.io/posts/VL-Delegate/</id>
    <content type="text/html" src="https://vr0pxx.github.io/posts/VL-Delegate/" />
    <author>
      <name>vr0px</name>
    </author>

  
    
    <category term="WriteUp" />
    
    <category term="Vulnlab" />
    
    <category term="Machine" />
    
    <category term="Windows" />
    
  

  <summary>Descripción  Delegate es una máquina Windows de dificultad media que explora conceptos avanzados de Active Directory relacionados con delegación Kerberos. La explotación comienza con acceso anónimo a SYSVOL donde se descubren credenciales en scripts de inicio de sesión (logon scripts).  El camino de intrusión incluye:    GenericWrite sobre cuentas de usuario para realizar Targeted Kerberoasting...</summary>

  </entry>

</feed>


