From a5a246e4ba6a73edc86ed0b5ffaaba5e3ce6cf13 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 24 Sep 2015 22:54:41 +0200 Subject: Week 3 --- netsec-assignment3-S4498062/exercise3/exercise3d | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 netsec-assignment3-S4498062/exercise3/exercise3d (limited to 'netsec-assignment3-S4498062/exercise3/exercise3d') 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. + -- cgit v1.2.3