FEAT:🚩 HTB「DevArea」Medium
Medium, Linux
FEAT:🚩 HTB「DevArea」Medium
このマシンは
2026/04/11現在アクティブです.解法の共有は禁止されています.
Reconnaissance & Initial Enumeration
80 番ポートの http server には,アカウント登録とログインボタンがありましたがモックであり,特に何もありませんでした. また,VHOST や サブドメイン も見つかりませんでした.
ポートスキャン
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$ nmap devarea.htb -p- -sV --min-rate 1000
Starting Nmap 7.99 ( https://nmap.org ) at 2026-04-08 19:03 +0900
Nmap scan report for devarea.htb (10.129.244.208)
Host is up (0.14s latency).
Not shown: 65529 closed tcp ports (conn-refused)
PORT STATE SERVICE VERSION
21/tcp open ftp vsftpd 3.0.5
22/tcp open ssh OpenSSH 9.6p1 Ubuntu 3ubuntu13.15 (Ubuntu Linux; protocol 2.0)
80/tcp open http Apache httpd 2.4.58
8080/tcp open http Jetty 9.4.27.v20200227
8500/tcp open http Golang net/http server
8888/tcp open http Golang net/http server (Go-IPFS json-rpc or InfluxDB API)
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 :
#...
Service Info: Host: _; OSs: Unix, 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 103.44 seconds
This post is licensed under CC BY 4.0 by the author.