BountyHunter Walkthrough: HackTheBox Writeup
文章介绍了一台名为BountyHunter的简单Linux机器,旨在帮助新手通过端口扫描和枚举技术获取用户和root权限。文中使用NMAP进行扫描,发现开放的SSH和HTTP服务,并进一步分析了Apache服务器上的Web应用。 2025-9-16 09:38:54 Author: infosecwriteups.com(查看原文) 阅读量:4 收藏

Saurabh Jain

Press enter or click to view image in full size

BountyHunter is a very simple Linux machine designed for beginners. In this walk-through we will be going understand how to gain user and root access of a machine.

The IP address assigned to me here is 10.10.11.100 but there could be a chance that you could get a different IP address.

Note: The walk-through is written for a retired machine and for accessing and solving this machine you need to have VIP access of HacktheBox.

Reconnaissance

In the initial reconnaissance, we started port scan for the machine. Here, we have used NMAP for port scanning.

nmap -vv — reason -Pn -T4 -sV -sC — version-all -A — osscan-guess -oN 10.10.11.100

Press enter or click to view image in full size

Discovery and Scanning

22/tcp open ssh syn-ack ttl 63 OpenSSH 8.2p1 Ubuntu 4ubuntu0.2

80/tcp open http syn-ack ttl 63 Apache httpd 2.4.41

Enumeration

Start enumerating port 80, and we see there is a web application hosted running on Apache server.


文章来源: https://infosecwriteups.com/bountyhunter-walkthrough-hackthebox-writeup-6cf66611a632?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh