diff options
author | Camil Staps | 2015-09-24 22:54:41 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-24 22:54:41 +0200 |
commit | a5a246e4ba6a73edc86ed0b5ffaaba5e3ce6cf13 (patch) | |
tree | 5a96a7fec8c297de7447a5e0db9dcac69076d722 /netsec-assignment3-S4498062/exercise3/exercise3b | |
parent | Assignment 2 (diff) |
Week 3
Diffstat (limited to 'netsec-assignment3-S4498062/exercise3/exercise3b')
-rw-r--r-- | netsec-assignment3-S4498062/exercise3/exercise3b | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/netsec-assignment3-S4498062/exercise3/exercise3b b/netsec-assignment3-S4498062/exercise3/exercise3b new file mode 100644 index 0000000..a06f0ca --- /dev/null +++ b/netsec-assignment3-S4498062/exercise3/exercise3b @@ -0,0 +1,22 @@ +# nmap -O 192.168.84.10 # (for example) + +Example output: + +Starting Nmap 6.47 ( http://nmap.org ) at 2015-09-24 22:30 CEST +Nmap scan report for 192.168.84.10 +Host is up (0.000078s latency). +Not shown: 997 closed ports +PORT STATE SERVICE +25/tcp open http +80/tcp open http +111/tcp open rpcbind +443/tcp open https +Device type: general purpose +Running: Linux 3.X +OS CPE: cpe:/o:linux:linux_kernel:3 +OS details: Linux 3.7 - 3.15 +Network Distance: 0 hops + +OS detection performed. Please report any incorrect results at http://nmap.org/submit/ . +Nmap done: 1 IP address (1 host up) scanned in 92.05 seconds + |