arms:nmap
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arms:nmap [2024/06/07 09:02] – [Nmap] Humphrey Boa-Gart | arms:nmap [2024/08/06 05:48] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Nmap ====== | ====== Nmap ====== | ||
- | **Nmap** (**N**etwork **Map**per) is a cross-platform command-line //port scanner//. It identifies which ports are open on a networked computer, which in turn can help identify what services are running on that computer. This is useful to both sysadmins and hackers alike for discovering potential | + | **Nmap** (**N**etwork **Map**per) is a cross-platform command-line //port scanner//. It identifies which ports are open on a networked computer, which in turn can help identify what services are running on that computer. This is useful to both sysadmins and hackers alike for discovering potential |
Nmap isn't limited to just scanning for open ports. It also features such abilities as host discovery, service and operating system detection, version identification, | Nmap isn't limited to just scanning for open ports. It also features such abilities as host discovery, service and operating system detection, version identification, | ||
Line 35: | Line 35: | ||
$ nmap scanme.nmap.org | $ nmap scanme.nmap.org | ||
- | You can run it against IP addresses too. A '' | + | You can run it against IP addresses too. A '' |
$ nmap 45.33.32.156 | $ nmap 45.33.32.156 | ||
Line 73: | Line 73: | ||
==== Service & Version Identification ==== | ==== Service & Version Identification ==== | ||
- | Identify information about services running on a host: | + | Identify information about services running on a host with the '' |
$ nmap -sV scanme.nmap.org | $ nmap -sV scanme.nmap.org | ||
Line 79: | Line 79: | ||
==== OS Identification ==== | ==== OS Identification ==== | ||
- | Identify the operating system of a host: | + | Identify the operating system of a host with the '' |
$ nmap -O scanme.nmap.org | $ nmap -O scanme.nmap.org |
arms/nmap.1717750966.txt.gz · Last modified: 2024/08/06 05:53 (external edit)
Find this page online at: https://bestpoint.institute/arms/nmap
Find this page online at: https://bestpoint.institute/arms/nmap