mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-05 01:34:55 +00:00
update nmap example, link also to online doc
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
91d501f67a
commit
e5fa9b1381
12
nmap.adoc
12
nmap.adoc
@ -10,13 +10,15 @@ to see if the required ports are open.
|
||||
.Test Razor port (tcp port 2703):
|
||||
----
|
||||
# nmap -P0 -sS -p 2703 c301.cloudmark.com
|
||||
Starting Nmap 7.70 ( https://nmap.org ) at 2020-04-14 12:20 CEST
|
||||
Nmap scan report for c301.cloudmark.com (208.83.137.114)
|
||||
Host is up (0.13s latency).
|
||||
|
||||
Starting Nmap 5.00 ( http://nmap.org ) at 2012-07-31 11:10 CEST
|
||||
Interesting ports on c301.cloudmark.com (208.83.137.114):
|
||||
PORT STATE SERVICE
|
||||
2703/tcp open unknown
|
||||
2703/tcp open sms-chat
|
||||
|
||||
Nmap done: 1 IP address (1 host up) scanned in 0.17 seconds
|
||||
Nmap done: 1 IP address (1 host up) scanned in 6.83 seconds
|
||||
----
|
||||
|
||||
See the manual page (`man nmap`) for more information about nmap.
|
||||
See the https://nmap.org/book/man.html[Nmap Reference Guide], also available as
|
||||
manual page (`man nmap`), for more information about nmap.
|
||||
|
Loading…
Reference in New Issue
Block a user