$ cat writeup.md…
$ cat writeup.md…
HackTheBox
"In the shadowed realm where the Phreaks hold sway"
$ cat /etc/rate-limit
Rate limit reached (20 reads/hour per IP). Showing preview only — full content returns at the next hour roll-over.
"In the shadowed realm where the Phreaks hold sway"
The challenge provided a download link to a ZIP file containing a PCAP capture.
Downloaded and extracted the challenge file (password: hackthebox), revealing phreaky.pcap - a network capture file.
Analyzed the PCAP with tshark to identify protocols:
tshark -r phreaky.pcap -q -z io,phs
Key findings:
[email protected] to [email protected]Exported email objects from the PCAP:
tshark -r phreaky.pcap -Y "smtp" --export-objects "imf,emails"
Found 15 unique emails (with duplicates totaling 30 files). Each email contained:
Each ZIP file contained a part of a PDF file:
phreaks_plan.pdf.part1 through phreaks_plan.pdf.part15Passwords found:
| Part | Password |
|---|---|
| 1 | S3W8yzixNoL8 |
| 2 | r5Q6YQEcGWEF |
| 3 | TVm9aC1UycxF |
| 4 | jISlbC8145Ox |
| 5 | AdtJYhF4sFgv |
| 6 | j2SRRDraIvUZ |
| 7 | xh161WSXX7tB |
| 8 | yH5vqnkm7Ixa |
| 9 | tJPUTUfceO1P |
| 10 | 2qKlZHZlBPQz |
| 11 | mbkUvLZ1koxu |
| 12 | ZN4yKAYrtf8x |
| 13 | 0eA143t4432M |
| 14 | oea41WCJrWwN |
| 15 | gdOvbPtB0xCK |
Created a Python script to:
...
$ grep --similar