nmap
❯ echo 10.10.11.80 editor.htb | sudo tee -a /etc/hosts
[sudo] password for adot:
10.10.11.80 editor.htb
❯ 8map 10.10.11.80
___
( _ ) _ __ ___ __ _ _ __
/ _ \| '_ ` _ \ / _` | '_ \
| (_) | | | | | | (_| | |_) |
\___/|_| |_| |_|\__,_| .__/
|_|
adot8 <3
[+] Scanning 10.10.11.80 [65535 TCP ports]
[+] Enumerating 10.10.11.80 [22,80,8080]
Starting Nmap 7.95 ( https://nmap.org ) at 2025-09-19 14:26 CDT
Nmap scan report for editor.htb (10.10.11.80)
Host is up (0.050s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.13 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 256 3e:ea:45:4b:c5:d1:6d:6f:e2:d4:d1:3b:0a:3d:a9:4f (ECDSA)
|_ 256 64:cc:75:de:4a:e6:a5:b4:73:eb:3f:1b:cf:b4:e3:94 (ED25519)
80/tcp open http nginx 1.18.0 (Ubuntu)
|_http-server-header: nginx/1.18.0 (Ubuntu)
|_http-title: Editor - SimplistCode Pro
8080/tcp open http Jetty 10.0.20
| http-methods:
|_ Potentially risky methods: PROPFIND LOCK UNLOCK
| http-cookie-flags:
| /:
| JSESSIONID:
|_ httponly flag not set
| http-webdav-scan:
| WebDAV type: Unknown
| Allowed Methods: OPTIONS, GET, HEAD, PROPFIND, LOCK, UNLOCK
|_ Server Type: Jetty(10.0.20)
|_http-server-header: Jetty(10.0.20)
|_http-open-proxy: Proxy might be redirecting requests
| http-title: XWiki - Main - Intro
|_Requested resource was http://editor.htb:8080/xwiki/bin/view/Main/
| http-robots.txt: 50 disallowed entries (15 shown)
| /xwiki/bin/viewattachrev/ /xwiki/bin/viewrev/
| /xwiki/bin/pdf/ /xwiki/bin/edit/ /xwiki/bin/create/
| /xwiki/bin/inline/ /xwiki/bin/preview/ /xwiki/bin/save/
| /xwiki/bin/saveandcontinue/ /xwiki/bin/rollback/ /xwiki/bin/deleteversions/
| /xwiki/bin/cancel/ /xwiki/bin/delete/ /xwiki/bin/deletespace/
|_/xwiki/bin/undelete/
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 8.72 seconds
[+] Scanning 10.10.11.80 [1000 UDP ports]
Starting Nmap 7.95 ( https://nmap.org ) at 2025-09-19 14:26 CDT
Initiating Ping Scan at 14:26
Scanning 10.10.11.80 [4 ports]
Completed Ping Scan at 14:26, 0.06s elapsed (1 total hosts)
Initiating UDP Scan at 14:26
Scanning editor.htb (10.10.11.80) [100 ports]
Increasing send delay for 10.10.11.80 from 0 to 50 due to max_successful_tryno increase to 5
Increasing send delay for 10.10.11.80 from 50 to 100 due to 11 out of 11 dropped probes since last increase.
Increasing send delay for 10.10.11.80 from 100 to 200 due to 11 out of 11 dropped probes since last increase.
Increasing send delay for 10.10.11.80 from 200 to 400 due to 11 out of 11 dropped probes since last increase.
Increasing send delay for 10.10.11.80 from 400 to 800 due to 11 out of 11 dropped probes since last increase.
Completed UDP Scan at 14:27, 56.29s elapsed (100 total ports)
Nmap scan report for editor.htb (10.10.11.80)
Host is up (0.045s latency).
Not shown: 60 closed udp ports (port-unreach)
PORT STATE SERVICE
7/udp open|filtered echo
<SNIP>
Read data files from: /usr/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 56.51 seconds
Raw packets sent: 611 (37.964KB) | Rcvd: 1219 (271.772KB)
[+] Completed!
Last updated
Was this helpful?