Created
September 12, 2021 11:52
-
-
Save oxtd/05b0613be1d7f45f3012b41d54337362 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.129.217.192 -sC -sV -oN nmap-tcp-full -p 22,80 --min-rate 10000 | |
| Starting Nmap 7.91 ( https://nmap.org ) at 2021-09-12 17:18 IST | |
| Nmap scan report for 10.129.217.192 | |
| Host is up (0.18s latency). | |
| PORT STATE SERVICE VERSION | |
| 22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0) | |
| | ssh-hostkey: | |
| | 3072 4f:78:65:66:29:e4:87:6b:3c:cc:b4:3a:d2:57:20:ac (RSA) | |
| | 256 79:df:3a:f1:fe:87:4a:57:b0:fd:4e:d0:54:c6:28:d9 (ECDSA) | |
| |_ 256 b0:58:11:40:6d:8c:bd:c5:72:aa:83:08:c5:51:fb:33 (ED25519) | |
| 80/tcp open http Apache httpd 2.4.41 | |
| |_http-server-header: Apache/2.4.41 (Ubuntu) | |
| |_http-title: Did not follow redirect to http://forge.htb | |
| Service Info: Host: 10.129.217.192; 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 13.64 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment