<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux Medium on s4yhii&#39;s blog</title>
    <link>https://blog.s4yhii.com/categories/linux-medium/</link>
    <description>Recent content in Linux Medium on s4yhii&#39;s blog</description>
    <image>
      <title>s4yhii&#39;s blog</title>
      <url>https://blog.s4yhii.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.s4yhii.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.155.3</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 15 Nov 2021 12:00:00 -0400</lastBuildDate>
    <atom:link href="https://blog.s4yhii.com/categories/linux-medium/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HackTheBox Jarvis</title>
      <link>https://blog.s4yhii.com/posts/2021-11-15-jarvis-htb/</link>
      <pubDate>Mon, 15 Nov 2021 12:00:00 -0400</pubDate>
      <guid>https://blog.s4yhii.com/posts/2021-11-15-jarvis-htb/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Machine IP&lt;/strong&gt;: 10.10.10.143&lt;/p&gt;
&lt;h3 id=&#34;reconocimiento&#34;&gt;Reconocimiento&lt;/h3&gt;
&lt;p&gt;Primero hacemos un escaneo de puertos para saber cuales están abiertos y conocer sus servicios correspondientes&lt;/p&gt;
&lt;h3 id=&#34;nmap&#34;&gt;Nmap&lt;/h3&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://raw.githubusercontent.com/s4yhii/s4yhii.github.io/master/assets/images/htb/jarvis/nmap.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Como vemos tiene el puerto 80 abierto, que es el http,  veremos en el navegador de que se trata y analizaremos la web.&lt;/p&gt;
&lt;h3 id=&#34;wappalyzer&#34;&gt;Wappalyzer&lt;/h3&gt;
&lt;p&gt;Usando la extensión wappalizer para identificar las tecnologías usadas en la web, encontramos que la web está usando phpmyadmin version 4.8&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://raw.githubusercontent.com/s4yhii/s4yhii.github.io/master/assets/images/htb/jarvis/wappa.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Al hacer un poco de research encontramos la siguiente vulnerabilidad &lt;a href=&#34;https://www.exploit-db.com/exploits/50457&#34;&gt;phpMyAdmin 4.8.1 - Remote Code Execution (RCE)&lt;/a&gt; , que se aprovecha del ejecutar comandos a traves de parametros sql.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
