Created
April 8, 2022 07:28
-
-
Save oxtd/0a98d0dbbbe529e94a785670fc75a114 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.119 | |
$ sudo nmap $IP -sCV -oA Nmap/all-detail-scan -Pn -p- --min-rate 10000 | |
Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-08 12:56 IST | |
Nmap scan report for 10.10.11.119 | |
Host is up (0.22s latency). | |
Not shown: 65532 closed tcp ports (reset) | |
PORT STATE SERVICE VERSION | |
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.5 (Ubuntu Linux; protocol 2.0) | |
| ssh-hostkey: | |
| 2048 eb:7c:15:8f:f2:cc:d4:26:54:c1:e1:57:0d:d5:b6:7c (RSA) | |
| 256 d9:5d:22:85:03:de:ad:a0:df:b0:c3:00:aa:87:e8:9c (ECDSA) | |
|_ 256 fa:ec:32:f9:47:17:60:7e:e0:ba:b6:d1:77:fb:07:7b (ED25519) | |
25/tcp open smtp Postfix smtpd | |
|_smtp-commands: overflow, PIPELINING, SIZE 10240000, VRFY, ETRN, STARTTLS, ENHANCEDSTATUSCODES, 8BITMIME, DSN, SMTPUTF8 | |
80/tcp open http Apache httpd 2.4.29 ((Ubuntu)) | |
|_http-title: Overflow Sec | |
|_http-server-header: Apache/2.4.29 (Ubuntu) | |
Service Info: Host: overflow; 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.27 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment