diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-23 04:33:32 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-23 04:33:32 -0400 |
commit | cf317c77c1a554cce31ee540e10e92a0b0893b7e (patch) | |
tree | 4b6266289921cc8d73ef5f922e00686d9453ef80 /easypeasy/nmap-initial | |
parent | 390600ec81000a6d13296bf91c42d4afb1174c13 (diff) |
add easypeasy
Diffstat (limited to 'easypeasy/nmap-initial')
-rw-r--r-- | easypeasy/nmap-initial | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/easypeasy/nmap-initial b/easypeasy/nmap-initial new file mode 100644 index 0000000..23c82e5 --- /dev/null +++ b/easypeasy/nmap-initial @@ -0,0 +1,29 @@ +# Nmap 7.92 scan initiated Fri Sep 23 04:17:45 2022 as: nmap -sC -sV -oN nmap-initial -v -p 80,6498,65524 10.10.241.170 +Nmap scan report for 10.10.241.170 +Host is up (0.18s latency). + +PORT STATE SERVICE VERSION +80/tcp open http nginx 1.16.1 +| http-robots.txt: 1 disallowed entry +|_/ +|_http-title: Welcome to nginx! +| http-methods: +|_ Supported Methods: GET HEAD +|_http-server-header: nginx/1.16.1 +6498/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0) +| ssh-hostkey: +| 2048 30:4a:2b:22:ac:d9:56:09:f2:da:12:20:57:f4:6c:d4 (RSA) +| 256 bf:86:c9:c7:b7:ef:8c:8b:b9:94:ae:01:88:c0:85:4d (ECDSA) +|_ 256 a1:72:ef:6c:81:29:13:ef:5a:6c:24:03:4c:fe:3d:0b (ED25519) +65524/tcp open http Apache httpd 2.4.43 ((Ubuntu)) +| http-robots.txt: 1 disallowed entry +|_/ +|_http-title: Apache2 Debian Default Page: It works +| http-methods: +|_ Supported Methods: GET POST OPTIONS HEAD +|_http-server-header: Apache/2.4.43 (Ubuntu) +Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel + +Read data files from: /usr/bin/../share/nmap +Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . +# Nmap done at Fri Sep 23 04:18:06 2022 -- 1 IP address (1 host up) scanned in 21.33 seconds |