Calamity(HTB)


OS linux
IP: 10.10.10.27

Nmap:-

root@kali:~/Desktop# nmap -sS -sV -O 10.10.10.27

Starting Nmap 7.50 ( https://nmap.org ) at 2018-05-27 10:52 EDT
Nmap scan report for 10.10.10.27
Host is up (0.39s latency).
Not shown: 998 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.2p2 Ubuntu 4ubuntu2.2 (Ubuntu Linux; protocol 2.0)
80/tcp open http Apache httpd 2.4.18 ((Ubuntu))
No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).

Network Distance: 2 hops
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 64.00 seconds
root@kali:~/Desktop#

Comments