<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Easy on Moe's VR blog</title><link>https://mohandacherir.github.io/Qdiv7/tags/easy/</link><description>Recent content in Easy on Moe's VR blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 15 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://mohandacherir.github.io/Qdiv7/tags/easy/index.xml" rel="self" type="application/rss+xml"/><item><title>HTB Permx</title><link>https://mohandacherir.github.io/Qdiv7/posts/htb-permx/</link><pubDate>Sun, 15 Dec 2024 00:00:00 +0000</pubDate><guid>https://mohandacherir.github.io/Qdiv7/posts/htb-permx/</guid><description>&lt;h1 id="permx-walkthrough">Permx walkthrough&lt;/h1>
&lt;p>&lt;strong>OS&lt;/strong>: Linux, &lt;strong>Difficulty&lt;/strong>: Easy&lt;/p>
&lt;h2 id="enumeration">Enumeration&lt;/h2>
&lt;p>Ports scan: &lt;code>nmap -p- -sCV 10.10.11.23&lt;/code>&lt;/p>
&lt;pre tabindex="0">&lt;code>PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.10 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
| 256 e2:5c:5d:8c:47:3e:d8:72:f7:b4:80:03:49:86:6d:ef (ECDSA)
|_ 256 1f:41:02:8e:6b:17:18:9c:a0:ac:54:23:e9:71:30:17 (ED25519)
80/tcp open http Apache httpd 2.4.52
|_http-title: Did not follow redirect to fer
|_http-server-header: Apache/2.4.52 (Ubuntu)
Service Info: Host: 127.0.1.1; OS: Linux; CPE: cpe:/o:linux:linux_kernel
&lt;/code>&lt;/pre>&lt;p>There&amp;rsquo;s no available exploit for this version of Openssh, and passwordless connexions are not possible.&lt;br>
The http server redirects to &lt;code>permx.htb/&lt;/code>, so i added &lt;code>10.10.11.23 permx.htb&lt;/code> to &lt;code>/etc/hosts&lt;/code>: &lt;code> echo &amp;quot;10.10.11.23 permx.htb&amp;quot; | sudo tee -a /etc/hosts&amp;quot;&lt;/code>.&lt;/p></description></item></channel></rss>