Skip to main content

Starting the box


Link to the box: https://app.hackthebox.com/machines/wingdata

Port Scan

We start off the box by running a port scan on the provided IP.
Attacker Linux
Output of Rustscan:
Terminal Output
Output of Nmap:
Terminal Output
A few key notes:
  • Port 22 (SSH) is open, running OpenSSH 9.2p1 — nothing useful without credentials.
  • Port 80 (HTTP) is open, served by Apache httpd 2.4.66. The page title is “WingData Solutions” — a file sharing platform.
  • OS is Linux (Debian), inferred from the TTL of 63.

Edit the Hosts file

As always, we edit the /etc/hosts file to add the hostname:
Attacker Linux
/etc/hosts:
/etc/hosts

Active Box


This box is currently still active on Hack the Box - Full writeup will be available when the box is retired. Feel free to reach out to me on LinkedIn or Discord for nudges & sanity checks.
Last modified on February 18, 2026