Created
March 12, 2022 06:57
-
-
Save oxtd/cdff490083590a2f1353dfdaaa1f32bf to your computer and use it in GitHub Desktop.
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
| $ export IP=10.10.11.118 | |
| $ sudo nmap -sC -sV -oA Nmap/all-ports-detail $IP -p- --min-rate 10000 | |
| Starting Nmap 7.92 ( https://nmap.org ) at 2022-03-12 12:24 IST | |
| Nmap scan report for 10.10.11.118 | |
| Host is up (0.24s latency). | |
| Not shown: 65532 closed tcp ports (reset) | |
| PORT STATE SERVICE VERSION | |
| 22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.2 (Ubuntu Linux; protocol 2.0) | |
| | ssh-hostkey: | |
| | 3072 c2:5f:fb:de:32:ff:44:bf:08:f5:ca:49:d4:42:1a:06 (RSA) | |
| | 256 bc:cd:e8:ee:0a:a9:15:76:52:bc:19:a4:a3:b2:ba:ff (ECDSA) | |
| |_ 256 62:ef:72:52:4f:19:53:8b:f2:9b:be:46:88:4b:c3:d0 (ED25519) | |
| 80/tcp open http Apache httpd 2.4.41 | |
| |_http-title: Did not follow redirect to http://devzat.htb/ | |
| |_http-server-header: Apache/2.4.41 (Ubuntu) | |
| 8000/tcp open ssh (protocol 2.0) | |
| | fingerprint-strings: | |
| | NULL: | |
| |_ SSH-2.0-Go | |
| | ssh-hostkey: | |
| |_ 3072 6a:ee:db:90:a6:10:30:9f:94:ff:bf:61:95:2a:20:63 (RSA) | |
| 1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service : | |
| SF-Port8000-TCP:V=7.92%I=7%D=3/12%Time=622C43A8%P=x86_64-pc-linux-gnu%r(NU | |
| SF:LL,C,"SSH-2\.0-Go\r\n"); | |
| Service Info: Host: devzat.htb; 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 55.25 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment