Difference between pages "User talk:.FUF" and "Nmap"
From Forensics Wiki
(Difference between pages)
m (→New anti-spam system) |
(New page: {{Infobox_Software | name = nmap | maintainer = Gordon Lyon | os = {{Linux}}, {{Windows}}, OS X | genre = Network forensics | license = {{GPL}} | website = [http://nmap.org/ nm...) |
||
| Line 1: | Line 1: | ||
| − | + | {{Infobox_Software | | |
| + | name = nmap | | ||
| + | maintainer = Gordon Lyon | | ||
| + | os = {{Linux}}, {{Windows}}, OS X | | ||
| + | genre = Network forensics | | ||
| + | license = {{GPL}} | | ||
| + | website = [http://nmap.org/ nmap.org] | | ||
| + | }} | ||
| − | + | '''Nmap''' (Network Mapper) is a network security scanner. | |
| − | + | == Features == | |
| − | : | + | General features: |
| − | + | * Host discovery | |
| − | + | * Port scanning (enumerating open/closed/filtered ports on one or more target hosts) | |
| − | + | * Service detection (determining service types and version numbers) | |
| − | + | * [[OS fingerprinting|OS detection]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| + | Other features: | ||
| − | + | * IP protocol scan | |
| − | + | * Uptime detection (using [[TCP timestamps]]) | |
| − | + | * Traceroute | |
| − | + | * DNS resolution | |
| + | * Idle scan (using "zombies") | ||
| + | * FTP bounce scan (using proxy FTP connections) | ||
| + | * etc | ||
| − | == | + | == Typical uses == |
| − | + | * Identifying open ports on a compromised host | |
| − | + | * Auditing the security of a network, by identifying unexpected computers | |
| + | |||
| + | == External Links == | ||
| + | |||
| + | * [http://nmap.org/ nmap.org] | ||
| + | |||
| + | [[Category:Network Forensics]] | ||
Latest revision as of 15:41, 13 September 2008
| nmap | |
|---|---|
| Maintainer: | Gordon Lyon |
| OS: | Linux,Windows, OS X |
| Genre: | Network forensics |
| License: | GPL |
| Website: | nmap.org |
Nmap (Network Mapper) is a network security scanner.
Features
General features:
- Host discovery
- Port scanning (enumerating open/closed/filtered ports on one or more target hosts)
- Service detection (determining service types and version numbers)
- OS detection
Other features:
- IP protocol scan
- Uptime detection (using TCP timestamps)
- Traceroute
- DNS resolution
- Idle scan (using "zombies")
- FTP bounce scan (using proxy FTP connections)
- etc
Typical uses
- Identifying open ports on a compromised host
- Auditing the security of a network, by identifying unexpected computers