HTB-Granny Writeup.

<p>As you can see, we see a file called&nbsp;<code>extractPorts.py</code>&nbsp;that is a python customized file to extract ports as its name say, specifically for grepable formats and the the ports open in that specific file and put it into the clipboard.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*NgT2_slO1DLHTz9txOqSLQ.png" style="height:619px; width:700px" /></p> <p>An important thing in the nmap result is the web service called IIS(Internet Information Service) that stand for Microsoft Windows.</p> <h1>Intrusion.</h1> <p>A bit search in google you can see that this `Microsoft IIS httpd 6.0` has multiple vulnerabilities and you can use any of them to get intrusion and another interesting thing is the http-webdav-scan. Now, we&rsquo;re going to use the&nbsp;<code>davtest</code>&nbsp;.</p> <p><a href="https://hackthur.medium.com/htb-granny-writeup-683d6e794618"><strong>Read More</strong></a></p>
Tags: HTB Granny