We are still actively working on the spam issue.

Difference between revisions of "Nmap"

From InstallGentoo Wiki
Jump to: navigation, search
m
(Small additions.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
nmap is a wicked cool multiplatform port scanning utility, very useful for homemade server projects to check for example if the port you want to use is open for WAN.
+
nmap is a wicked cool multiplatform port scanning utility, very useful for homemade server projects and to see if your router is properly configured.
  
 
It also has a GUI called Zenmap wich is even easier to use and offers some extra options like a fisheye map.
 
It also has a GUI called Zenmap wich is even easier to use and offers some extra options like a fisheye map.
 +
 +
=== Basics ===
 +
Remember to use your external IP if you want to see if ports are open to the internet. Scanning your LAN address won't show the same things.
 +
 +
=== Trivia ===
 +
* In the movie Matrix, Trinity uses nmap to find out SSH runs in port 22 of all things.
 +
 +
[[Category:Networking]]
 +
[[Category:Terms]]
 +
[[Category:Software]]

Latest revision as of 05:17, 9 December 2016

nmap is a wicked cool multiplatform port scanning utility, very useful for homemade server projects and to see if your router is properly configured.

It also has a GUI called Zenmap wich is even easier to use and offers some extra options like a fisheye map.

Basics

Remember to use your external IP if you want to see if ports are open to the internet. Scanning your LAN address won't show the same things.

Trivia

  • In the movie Matrix, Trinity uses nmap to find out SSH runs in port 22 of all things.