Performing Simple nmap Scan in Windows and Linux

Hi! Nmap is the most powerful tool to check the security level of your website so in this post, I am going to say how to perform it.
There are several scan techniques to know about the server but the plain scan gives you the ports. A plain scan can be filtered by the firewall so every website ports cannot be detected.
Open cmd in windows or terminal in Linux
Type nmap [ip address]
[ip address] is replaced by the IP address of the website
for windows nmap ;
nmap -sT ip
for Linux nmap;
<span class="notranslate"><span class="pln"> $ n</span><span class="typ">map</span><span class="pln"> ozkantan</span><span class="pun">.</span><span class="pln">com
</span></span>
<span class="notranslate"><span class="pln">$ n</span><span class="typ">map</span> <span class="lit">192.168</span><span class="pun">.</span><span class="lit">1.1</span></span>
