<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Port-445 on rchitect</title><link>https://www.rchitect.in/tags/port-445/</link><description>Recent content in Port-445 on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/tags/port-445/index.xml" rel="self" type="application/rss+xml"/><item><title>Port 139,445 SMB enumeration</title><link>https://www.rchitect.in/posts/smb-enumeration/</link><pubDate>Mon, 20 Jun 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/smb-enumeration/</guid><description>&lt;h1 id="smb-enumeration"&gt;
 SMB enumeration
 &lt;a class="heading-link" href="#smb-enumeration"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;SMB is application layer protocol. This protocol is used for communication between PCs in same network. SMB mainly used for file transfer.&lt;/p&gt;
&lt;p&gt;Here we are going to explian the enumeration techniques can be used for SMB protocol. Firat the below scan confirm the nmap ports are open in a server or not.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo nmap -sS -p- -Pn -T4 --min-rate 10000 -oN alltcp.txt 10.10.11.101
[sudo] password for rocky: 
Host discovery disabled (-Pn). All addresses will be marked &amp;#39;up&amp;#39; and scan times will be slower.
Starting Nmap 7.91 ( https://nmap.org ) at 2022-06-10 19:46 EDT
Nmap scan report for 10.10.11.101
Host is up (0.048s latency).
Not shown: 65531 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Once we see 139,445 ( smb related ports) are open lets try to enumerate more at smb level.&lt;/p&gt;</description></item></channel></rss>