<?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>Thm on Tariq Baater</title>
    <link>https://tariqbaater.github.io/tags/thm/</link>
    <description>Recent content in Thm on Tariq Baater</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 30 Nov 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://tariqbaater.github.io/tags/thm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mr Robot CTF Writeup</title>
      <link>https://tariqbaater.github.io/posts/2024/mr-robot-writeup/</link>
      <pubDate>Sat, 30 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://tariqbaater.github.io/posts/2024/mr-robot-writeup/</guid>
      <description>&lt;p&gt;This is the writeup for the Mr Robot CTF challenge on TryHackMe.
Solution#
First we start by enumerating the ports:
nmap -p- -Pn -T4 &lt;IP&gt; | tee ports.txt&lt;/p&gt;
&lt;p&gt;Then we run the nmap script to find more information on the ports discovered:
nmap -sC -sV -p &lt;PORT&gt; -T4 &lt;IP&gt; | tee ports.txt&lt;/p&gt;
&lt;p&gt;It is good practice to run a gobuster scan to find directories while busy enumerating the box further:
gobuster dir -u &lt;IP&gt; -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
