Valentine(HTB Easy)

Valentine(HTB Easy) 基本信息 IP:10.10.10.79 域名:valentine.htb 信息收集 映射域名: vim /etc/hosts 10.10.10.79 valentine.htb 全端口扫描: nmap -sT --min-rate 10000 -p- 10.10.10.79 Nmap scan report for 10.10.10.79 Host is up (0.22s latency). Not shown: 53839 filtered tcp ports (no-response), 11693 closed tcp ports (conn-refused) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https 服务识别: ...

September 22, 2025 · 2 min