Created
September 10, 2021 15:23
-
-
Save oxtd/76b7622818b47fad102c10a446c9dc1c to your computer and use it in GitHub Desktop.
nmap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nmap 10.10.11.105 -sC -sV -oN nmap-tcp-full -p- --min-rate 10000 | |
Starting Nmap 7.91 ( https://nmap.org ) at 2021-09-10 20:43 IST | |
Nmap scan report for 10.10.11.105 | |
Host is up (0.21s latency). | |
Not shown: 65533 closed ports | |
PORT STATE SERVICE VERSION | |
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.5 (Ubuntu Linux; protocol 2.0) | |
| ssh-hostkey: | |
| 2048 ee:77:41:43:d4:82:bd:3e:6e:6e:50:cd:ff:6b:0d:d5 (RSA) | |
| 256 3a:d5:89:d5:da:95:59:d9:df:01:68:37:ca:d5:10:b0 (ECDSA) | |
|_ 256 4a:00:04:b4:9d:29:e7:af:37:16:1b:4f:80:2d:98:94 (ED25519) | |
80/tcp open http nginx 1.14.0 (Ubuntu) | |
|_http-server-header: nginx/1.14.0 (Ubuntu) | |
|_http-title: Did not follow redirect to http://horizontall.htb | |
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel | |
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . | |
Nmap done: 1 IP address (1 host up) scanned in 21.85 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment