Tre — PG Play Writeup
infosecwriteups.com·22h
Flag this post

4 min readOct 13, 2025

Press enter or click to view image in full size

By: Kavin Jindal (@Klevr)

  • This is a detailed write-up of **Tre **which is an intermediate-level lab on Offensive Security’s PG Play.

- 0x01 — Initial Recon :

  • Started by running a TCP scan on the target via NMAP.

Press enter or click to view image in full size

  • Ports 22,80 and 8082 were open. I checked the webpage at port 80 and found the following image.

Press enter or click to view image in full size

  • I checked the target at port 8082 and found the same web page as above.
  • The next step was to brute-force directories which I did using Gobuster.
  • This process was easy yet pretty time-consuming for me because the wordlists I was using did not have the k…

Similar Posts

Loading similar posts...