aboutsummaryrefslogtreecommitdiff
path: root/netsec-assignment3-S4498062/exercise3/exercise3d
diff options
context:
space:
mode:
Diffstat (limited to 'netsec-assignment3-S4498062/exercise3/exercise3d')
-rw-r--r--netsec-assignment3-S4498062/exercise3/exercise3d16
1 files changed, 16 insertions, 0 deletions
diff --git a/netsec-assignment3-S4498062/exercise3/exercise3d b/netsec-assignment3-S4498062/exercise3/exercise3d
new file mode 100644
index 0000000..a0f352a
--- /dev/null
+++ b/netsec-assignment3-S4498062/exercise3/exercise3d
@@ -0,0 +1,16 @@
+# nmap -sV 192.168.84.10
+
+Example output:
+
+Starting Nmap 6.47 ( http://nmap.org ) at 2015-09-24 22:40 CEST
+Nmap scan report for 192.168.84.10
+Host is up (0.0000090s latency).
+Not shown: 996 closed ports
+PORT STATE SERVICE VERSION
+25/tcp open http nginx 1.6.2
+80/tcp open http nginx 1.6.2
+111/tcp open rpcbind 2-4 (RPC #100000)
+443/tcp open http nginx 1.6.2
+
+Here, 25 is a non-standard port for HTTP. Normally, 25 is used for SMTP.
+