hello friends! new(ish)!
Nmap: Difference between revisions
Jump to navigation
Jump to search
>Sagerion mNo edit summary |
>Sagerion (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 | 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 03: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.